Skip to content

Commit

Permalink
v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
longhotsummer committed May 15, 2024
1 parent 9975c80 commit 440c91a
Show file tree
Hide file tree
Showing 14 changed files with 55 additions and 15 deletions.
8 changes: 8 additions & 0 deletions 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.6.0 (2024-05-15)

* Move akn-structure related SCSS into law-widget-styles ([2d0f4d7](https://github.com/laws-africa/law-widgets/commit/2d0f4d7))





## <small>1.5.1 (2023-12-05)</small>

* active gutter item must have slightly higher z-index ([eca46bb](https://github.com/laws-africa/law-widgets/commit/eca46bb))
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.

## 1.6.0 (2024-05-15)

* Move akn-structure related SCSS into law-widget-styles ([2d0f4d7](https://github.com/laws-africa/la-web-components/commit/2d0f4d7))





## <small>1.5.1 (2023-12-05)</small>

* active gutter item must have slightly higher z-index ([eca46bb](https://github.com/laws-africa/la-web-components/commit/eca46bb))
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.5.1",
"version": "1.6.0",
"description": "Widgets for Akoma Ntoso content",
"keywords": [
"app",
Expand All @@ -21,7 +21,7 @@
"loader/"
],
"dependencies": {
"@lawsafrica/law-widget-styles": "^1.5.0",
"@lawsafrica/law-widget-styles": "^1.6.0",
"@stencil/core": "^2.17.4",
"@storybook/web-components": "^6.5.10",
"@types/node": "^18.7.18",
Expand Down
8 changes: 8 additions & 0 deletions law-widget-styles/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.6.0 (2024-05-15)

* Move akn-structure related SCSS into law-widget-styles ([2d0f4d7](https://github.com/laws-africa/law-widget-styles/commit/2d0f4d7))





## 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))
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.5.0",
"version": "1.6.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.5.1",
"version": "1.6.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.6.0 (2024-05-15)

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





## <small>1.5.1 (2023-12-05)</small>

**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.5.1",
"version": "1.6.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.5.0",
"@lawsafrica/law-widgets": "^1.5.1",
"@lawsafrica/law-widget-styles": "^1.6.0",
"@lawsafrica/law-widgets": "^1.6.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.6.0 (2024-05-15)

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





## <small>1.5.1 (2023-12-05)</small>

**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.5.1",
"version": "1.6.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.5.0",
"@lawsafrica/law-widgets": "^1.5.1",
"@lawsafrica/law-widget-styles": "^1.6.0",
"@lawsafrica/law-widgets": "^1.6.0",
"@types/node": "^18.7.18",
"@types/resize-observer-browser": "^0.1.7",
"ionicons": "^6.0.2"
Expand Down

0 comments on commit 440c91a

Please sign in to comment.