Skip to content

Commit

Permalink
v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
longhotsummer committed Jul 5, 2024
1 parent 82c4800 commit 3fc324e
Show file tree
Hide file tree
Showing 14 changed files with 66 additions and 19 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2.2.0 (2024-07-05)

* add missing tradition test images ([5d32e9a](https://github.com/laws-africa/law-widget-styles/commit/5d32e9a))
* add updated test image ([020b4aa](https://github.com/laws-africa/law-widget-styles/commit/020b4aa))
* Built artefacts ([82c4800](https://github.com/laws-africa/law-widget-styles/commit/82c4800))
* honour akn--no-border on tables ([d77acc2](https://github.com/laws-africa/law-widget-styles/commit/d77acc2))
* tolerate bad query selectors ([8fe9b5b](https://github.com/laws-africa/law-widget-styles/commit/8fe9b5b))





## 2.1.0 (2024-07-03)

* Built artefacts ([3324c94](https://github.com/laws-africa/law-widget-styles/commit/3324c94))
Expand Down
8 changes: 8 additions & 0 deletions core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2.2.0 (2024-07-05)

* tolerate bad query selectors ([8fe9b5b](https://github.com/laws-africa/la-web-components/commit/8fe9b5b))





## 2.1.0 (2024-07-03)

**Note:** Version bump only for package @lawsafrica/law-widgets
Expand Down
6 changes: 3 additions & 3 deletions core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lawsafrica/law-widgets",
"version": "2.1.0",
"version": "2.2.0",
"description": "Widgets for Akoma Ntoso content",
"keywords": [
"app",
Expand All @@ -19,7 +19,7 @@
"dist/"
],
"dependencies": {
"@lawsafrica/law-widget-styles": "^2.1.0"
"@lawsafrica/law-widget-styles": "^2.2.0"
},
"devDependencies": {
"@stencil/core": "^4.19.1",
Expand Down
11 changes: 11 additions & 0 deletions law-widget-styles/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2.2.0 (2024-07-05)

* add missing tradition test images ([5d32e9a](https://github.com/laws-africa/law-widget-styles/commit/5d32e9a))
* add updated test image ([020b4aa](https://github.com/laws-africa/law-widget-styles/commit/020b4aa))
* Built artefacts ([82c4800](https://github.com/laws-africa/law-widget-styles/commit/82c4800))
* honour akn--no-border on tables ([d77acc2](https://github.com/laws-africa/law-widget-styles/commit/d77acc2))





## 2.1.0 (2024-07-03)

* Built artefacts ([3324c94](https://github.com/laws-africa/law-widget-styles/commit/3324c94))
Expand Down
4 changes: 2 additions & 2 deletions law-widget-styles/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion law-widget-styles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lawsafrica/law-widget-styles",
"version": "2.1.0",
"version": "2.2.0",
"description": "Stylesheets for supporting AkomaNtoso HTML documents.",
"main": "",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"core",
"packages/*"
],
"version": "2.1.0",
"version": "2.2.0",
"changelogPreset": "conventional-changelog"
}
8 changes: 8 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2.2.0 (2024-07-05)

**Note:** Version bump only for package @lawsafrica/law-widgets-react





## 2.1.0 (2024-07-03)

**Note:** Version bump only for package @lawsafrica/law-widgets-react
Expand Down
6 changes: 3 additions & 3 deletions packages/react/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lawsafrica/law-widgets-react",
"version": "2.1.0",
"version": "2.2.0",
"description": "React specific wrapper for @lawsafrica/law-widgets",
"scripts": {
"build": "npm run clean && npm run compile",
Expand All @@ -15,7 +15,7 @@
"dist/"
],
"dependencies": {
"@lawsafrica/law-widgets": "^2.1.0"
"@lawsafrica/law-widgets": "^2.2.0"
},
"devDependencies": {
"@stencil/core": "^4.19.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2.2.0 (2024-07-05)

**Note:** Version bump only for package @lawsafrica/law-widgets-vue





## 2.1.0 (2024-07-03)

**Note:** Version bump only for package @lawsafrica/law-widgets-vue
Expand Down
6 changes: 3 additions & 3 deletions packages/vue/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lawsafrica/law-widgets-vue",
"version": "2.1.0",
"version": "2.2.0",
"description": "Vue specific wrapper for @lawsafrica/law-widgets",
"scripts": {
"build": "npm run clean && npm run compile",
Expand All @@ -15,7 +15,7 @@
"dist/"
],
"dependencies": {
"@lawsafrica/law-widgets": "^2.1.0",
"@lawsafrica/law-widgets": "^2.2.0",
"vue": "^3.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 3fc324e

Please sign in to comment.