Skip to content

Commit

Permalink
v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Feb 5, 2023
1 parent 7e35de5 commit 5e9b119
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 8 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.6.1](https://github.com/liip/chusho/compare/v0.6.0...v0.6.1) (2023-02-05)

### Bug Fixes

- **FormGroup:** fields properly inherit flags ([8cf8d11](https://github.com/liip/chusho/commit/8cf8d11d59dd701b0b0d27548f19a98d047c057a))

# [0.6.0](https://github.com/liip/chusho/compare/v0.5.1...v0.6.0) (2023-01-25)

### Bug Fixes
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.6.0",
"version": "0.6.1",
"packages": ["packages/*"],
"useWorkspaces": true
}
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.

6 changes: 6 additions & 0 deletions packages/chusho/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.6.1](https://github.com/liip/chusho/compare/v0.6.0...v0.6.1) (2023-02-05)

### Bug Fixes

- **FormGroup:** fields properly inherit flags ([8cf8d11](https://github.com/liip/chusho/commit/8cf8d11d59dd701b0b0d27548f19a98d047c057a))

# [0.6.0](https://github.com/liip/chusho/compare/v0.5.1...v0.6.0) (2023-01-25)

### Bug Fixes
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.6.0",
"version": "0.6.1",
"description": "A library of bare accessible Vue components and tools.",
"author": {
"name": "Liip",
Expand Down
4 changes: 4 additions & 0 deletions packages/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.6.1](https://github.com/liip/chusho/compare/v0.6.0...v0.6.1) (2023-02-05)

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

# [0.6.0](https://github.com/liip/chusho/compare/v0.5.1...v0.6.0) (2023-01-25)

### Code Refactoring
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.6.0",
"version": "0.6.1",
"private": true,
"license": "MIT",
"description": "Chūshō documentation",
Expand Down Expand Up @@ -37,7 +37,7 @@
"vuepress-vite": "^2.0.0-beta.53"
},
"dependencies": {
"chusho": "^0.6.0",
"chusho": "^0.6.1",
"markdown-it": "^13.0.1",
"tailwindcss": "^3.2.4"
}
Expand Down

0 comments on commit 5e9b119

Please sign in to comment.