Skip to content

Commit

Permalink
v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Oct 8, 2022
1 parent 928d0de commit b63d5c9
Show file tree
Hide file tree
Showing 7 changed files with 40 additions and 8 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.

## [0.5.1](https://github.com/liip/chusho/compare/v0.5.0...v0.5.1) (2022-10-08)


### Bug Fixes

* **Dialog:** add aria-modal attribute for wider compatibility ([9e02396](https://github.com/liip/chusho/commit/9e02396a12dc46ca37d79338161a9c8157609b09))
* **FormGroup:** reexport injection key ([928d0de](https://github.com/liip/chusho/commit/928d0deb22be9b354ca5316d308c9b7a23f96b3d))





# [0.5.0](https://github.com/liip/chusho/compare/v0.4.0...v0.5.0) (2022-03-13)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.5.0",
"version": "0.5.1",
"packages": [
"packages/*"
],
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

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

12 changes: 12 additions & 0 deletions packages/chusho/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.

## [0.5.1](https://github.com/liip/chusho/compare/v0.5.0...v0.5.1) (2022-10-08)


### Bug Fixes

* **Dialog:** add aria-modal attribute for wider compatibility ([9e02396](https://github.com/liip/chusho/commit/9e02396a12dc46ca37d79338161a9c8157609b09))
* **FormGroup:** reexport injection key ([928d0de](https://github.com/liip/chusho/commit/928d0deb22be9b354ca5316d308c9b7a23f96b3d))





# [0.5.0](https://github.com/liip/chusho/compare/v0.4.0...v0.5.0) (2022-03-13)


Expand Down
2 changes: 1 addition & 1 deletion packages/chusho/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chusho",
"version": "0.5.0",
"version": "0.5.1",
"description": "A library of bare accessible Vue components and tools.",
"author": {
"name": "Liip",
Expand Down
8 changes: 8 additions & 0 deletions packages/docs/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.

## [0.5.1](https://github.com/liip/chusho/compare/v0.5.0...v0.5.1) (2022-10-08)

**Note:** Version bump only for package @chusho/docs





# [0.5.0](https://github.com/liip/chusho/compare/v0.4.0...v0.5.0) (2022-03-13)


Expand Down
4 changes: 2 additions & 2 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chusho/docs",
"version": "0.5.0",
"version": "0.5.1",
"private": true,
"license": "MIT",
"description": "Chūshō documentation",
Expand Down Expand Up @@ -36,7 +36,7 @@
"vuepress-vite": "^2.0.0-beta.45"
},
"dependencies": {
"chusho": "^0.5.0",
"chusho": "^0.5.1",
"markdown-it": "^13.0.1",
"tailwindcss": "^3.1.4"
}
Expand Down

0 comments on commit b63d5c9

Please sign in to comment.