Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Mar 16, 2021
1 parent b222c1f commit 47915c4
Show file tree
Hide file tree
Showing 11 changed files with 40 additions and 8 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.

# 0.3.0 (2021-03-16)

**Note:** Version bump only for package root





# 0.2.0 (2021-01-20)


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.2.0",
"version": "0.3.0",
"packages": [
"packages/*"
]
Expand Down
8 changes: 8 additions & 0 deletions packages/chusho/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.3.0 (2021-03-16)

**Note:** Version bump only for package chusho





# 0.2.0 (2021-01-20)


Expand Down
2 changes: 1 addition & 1 deletion packages/chusho/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 packages/chusho/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chusho",
"version": "0.2.0",
"version": "0.3.0",
"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.3.0 (2021-03-16)

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





# 0.2.0 (2021-01-20)


Expand Down
2 changes: 1 addition & 1 deletion packages/docs/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 packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chusho/docs",
"version": "0.2.0",
"version": "0.3.0",
"private": true,
"license": "MIT",
"description": "Chūshō documentation",
Expand Down
8 changes: 8 additions & 0 deletions packages/playground/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.3.0 (2021-03-16)

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





# 0.2.0 (2021-01-20)


Expand Down
2 changes: 1 addition & 1 deletion packages/playground/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/playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chusho/playground",
"version": "0.2.0",
"version": "0.3.0",
"private": true,
"license": "MIT",
"description": "Chūshō playground to develop and test components",
Expand All @@ -26,7 +26,7 @@
"test:e2e:headless": "cypress run --headless"
},
"dependencies": {
"chusho": "^0.2.0",
"chusho": "^0.3.0",
"highlight.js": "^10.6.0",
"tailwindcss": "^2.0.3",
"vue": "^3.0.7",
Expand Down

0 comments on commit 47915c4

Please sign in to comment.