Skip to content

Commit

Permalink
v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
longhotsummer committed May 5, 2023
1 parent 0f8d0b3 commit 2128e62
Show file tree
Hide file tree
Showing 11 changed files with 51 additions and 9 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.4.0 (2023-05-05)

* Built artefacts ([0f8d0b3](https://github.com/laws-africa/law-widgets/commit/0f8d0b3))
* Built artefacts ([05d8cbe](https://github.com/laws-africa/law-widgets/commit/05d8cbe))
* Control initial expanded state of TOC; support URLs for items ([7cb32ad](https://github.com/laws-africa/law-widgets/commit/7cb32ad))
* remove testing ([059eb3e](https://github.com/laws-africa/law-widgets/commit/059eb3e))
* Simplify TOC item rendering and allow customisation of expand/collapse ([6ae99e6](https://github.com/laws-africa/law-widgets/commit/6ae99e6))
* Use href rather than url ([2cea83a](https://github.com/laws-africa/law-widgets/commit/2cea83a))





## 1.3.0 (2023-05-03)

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

## 1.4.0 (2023-05-05)

* Built artefacts ([0f8d0b3](https://github.com/laws-africa/la-web-components/commit/0f8d0b3))
* Built artefacts ([05d8cbe](https://github.com/laws-africa/la-web-components/commit/05d8cbe))
* Control initial expanded state of TOC; support URLs for items ([7cb32ad](https://github.com/laws-africa/la-web-components/commit/7cb32ad))
* remove testing ([059eb3e](https://github.com/laws-africa/la-web-components/commit/059eb3e))
* Simplify TOC item rendering and allow customisation of expand/collapse ([6ae99e6](https://github.com/laws-africa/la-web-components/commit/6ae99e6))
* Use href rather than url ([2cea83a](https://github.com/laws-africa/la-web-components/commit/2cea83a))





## 1.3.0 (2023-05-03)

* Built artefacts ([7e7a521](https://github.com/laws-africa/la-web-components/commit/7e7a521))
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.

2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lawsafrica/law-widgets",
"version": "1.3.0",
"version": "1.4.0",
"description": "Widgets for Akoma Ntoso content",
"keywords": [
"app",
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.3.0",
"version": "1.4.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.4.0 (2023-05-05)

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





## 1.3.0 (2023-05-03)

**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.

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": "1.3.0",
"version": "1.4.0",
"description": "React specific wrapper for @lawsafrica/law-widgets",
"keywords": [
"akoma ntoso",
Expand Down Expand Up @@ -30,7 +30,7 @@
],
"dependencies": {
"@lawsafrica/law-widget-styles": "^1.3.0",
"@lawsafrica/law-widgets": "^1.3.0",
"@lawsafrica/law-widgets": "^1.4.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.4.0 (2023-05-05)

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





## 1.3.0 (2023-05-03)

**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.

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

0 comments on commit 2128e62

Please sign in to comment.