Skip to content

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Mar 13, 2022
1 parent fc49a4a commit 1fe1c95
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 4 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.0](https://github.com/liip/chusho/compare/v0.4.0...v0.5.0) (2022-03-13)


### Features

* **components:** CFormGroup, closes [#116](https://github.com/liip/chusho/issues/116) ([cf10148](https://github.com/liip/chusho/commit/cf101480b1c87f73c083359d0d663251cb439b1f))
* expose required/disabled/readonly props in form fields config class, closes [#166](https://github.com/liip/chusho/issues/166) ([0f353a0](https://github.com/liip/chusho/commit/0f353a0babe887fa7a79c99f1f21e3bf40f803dc))





# 0.4.0 (2022-03-02)

### 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.4.0",
"version": "0.5.0",
"packages": [
"packages/*"
],
Expand Down
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.0](https://github.com/liip/chusho/compare/v0.4.0...v0.5.0) (2022-03-13)


### Features

* **components:** CFormGroup, closes [#116](https://github.com/liip/chusho/issues/116) ([cf10148](https://github.com/liip/chusho/commit/cf101480b1c87f73c083359d0d663251cb439b1f))
* expose required/disabled/readonly props in form fields config class, closes [#166](https://github.com/liip/chusho/issues/166) ([0f353a0](https://github.com/liip/chusho/commit/0f353a0babe887fa7a79c99f1f21e3bf40f803dc))





# 0.4.0 (2022-03-02)

### 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.4.0",
"version": "0.5.0",
"description": "A library of bare accessible Vue components and tools.",
"author": {
"name": "Liip",
Expand Down
11 changes: 11 additions & 0 deletions packages/docs/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.

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


### Features

* **components:** CFormGroup, closes [#116](https://github.com/liip/chusho/issues/116) ([cf10148](https://github.com/liip/chusho/commit/cf101480b1c87f73c083359d0d663251cb439b1f))





# 0.4.0 (2022-03-02)

### chore
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.4.0",
"version": "0.5.0",
"private": true,
"license": "MIT",
"description": "Chūshō documentation",
Expand Down Expand Up @@ -35,7 +35,7 @@
"vuepress-vite": "^2.0.0-beta.34"
},
"dependencies": {
"chusho": "^0.4.0",
"chusho": "^0.5.0",
"markdown-it": "^12.3.2",
"tailwindcss": "^3.0.23"
}
Expand Down

0 comments on commit 1fe1c95

Please sign in to comment.