Skip to content

Commit

Permalink
v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
goose-life committed Jul 26, 2023
1 parent 27ec956 commit 9d04dae
Show file tree
Hide file tree
Showing 14 changed files with 60 additions and 15 deletions.
11 changes: 11 additions & 0 deletions 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.

## 1.5.0 (2023-07-26)

* add listIntroduction, listWrapUp to blocks; add spacing below wrap ([25e5ae4](https://github.com/laws-africa/law-widgets/commit/25e5ae4))
* Built artefacts ([27ec956](https://github.com/laws-africa/law-widgets/commit/27ec956))
* docs ([265c945](https://github.com/laws-africa/law-widgets/commit/265c945))
* update list test, snapshot, readme ([73bf0fd](https://github.com/laws-africa/law-widgets/commit/73bf0fd))





## 1.4.0 (2023-05-05)

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

## 1.5.0 (2023-07-26)

* Built artefacts ([27ec956](https://github.com/laws-africa/la-web-components/commit/27ec956))
* docs ([265c945](https://github.com/laws-africa/la-web-components/commit/265c945))





## 1.4.0 (2023-05-05)

* Built artefacts ([0f8d0b3](https://github.com/laws-africa/la-web-components/commit/0f8d0b3))
Expand Down
2 changes: 1 addition & 1 deletion 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": "1.4.0",
"version": "1.5.0",
"description": "Widgets for Akoma Ntoso content",
"keywords": [
"app",
Expand All @@ -21,7 +21,7 @@
"loader/"
],
"dependencies": {
"@lawsafrica/law-widget-styles": "^1.3.0",
"@lawsafrica/law-widget-styles": "^1.5.0",
"@stencil/core": "^2.17.4",
"@storybook/web-components": "^6.5.10",
"@types/node": "^18.7.18",
Expand Down
9 changes: 9 additions & 0 deletions law-widget-styles/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.5.0 (2023-07-26)

* add listIntroduction, listWrapUp to blocks; add spacing below wrap ([25e5ae4](https://github.com/laws-africa/law-widget-styles/commit/25e5ae4))
* update list test, snapshot, readme ([73bf0fd](https://github.com/laws-africa/law-widget-styles/commit/73bf0fd))





## 1.3.0 (2023-05-03)

* add alineas to primary-styling ([9764fad](https://github.com/laws-africa/law-widget-styles/commit/9764fad))
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": "1.3.0",
"version": "1.5.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": "1.4.0",
"version": "1.5.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.

## 1.5.0 (2023-07-26)

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





## 1.4.0 (2023-05-05)

**Note:** Version bump only for package @lawsafrica/law-widgets-react
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package-lock.json

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

6 changes: 3 additions & 3 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": "1.4.0",
"version": "1.5.0",
"description": "React specific wrapper for @lawsafrica/law-widgets",
"keywords": [
"akoma ntoso",
Expand Down Expand Up @@ -29,8 +29,8 @@
"dist/"
],
"dependencies": {
"@lawsafrica/law-widget-styles": "^1.3.0",
"@lawsafrica/law-widgets": "^1.4.0",
"@lawsafrica/law-widget-styles": "^1.5.0",
"@lawsafrica/law-widgets": "^1.5.0",
"@types/node": "^18.7.18",
"@types/resize-observer-browser": "^0.1.7",
"tslib": "*"
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.

## 1.5.0 (2023-07-26)

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





## 1.4.0 (2023-05-05)

**Note:** Version bump only for package @lawsafrica/law-widgets-vue
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package-lock.json

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

6 changes: 3 additions & 3 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": "1.4.0",
"version": "1.5.0",
"description": "Vue specific wrapper for @lawsafrica/law-widgets",
"scripts": {
"prepublishOnly": "npm run build",
Expand Down Expand Up @@ -45,8 +45,8 @@
"vue-router": "^4.0.16"
},
"dependencies": {
"@lawsafrica/law-widget-styles": "^1.3.0",
"@lawsafrica/law-widgets": "^1.4.0",
"@lawsafrica/law-widget-styles": "^1.5.0",
"@lawsafrica/law-widgets": "^1.5.0",
"@types/node": "^18.7.18",
"@types/resize-observer-browser": "^0.1.7",
"ionicons": "^6.0.2"
Expand Down

0 comments on commit 9d04dae

Please sign in to comment.