Skip to content

Commit

Permalink
v0.2.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 29, 2020
1 parent 95eb547 commit 07cdbb7
Show file tree
Hide file tree
Showing 11 changed files with 41 additions and 9 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.2.0-beta.2 (2020-11-29)

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





# [0.2.0-beta.1](https://github.com/liip/chusho/compare/v0.2.0-beta.0...v0.2.0-beta.1) (2020-11-25)


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-beta.1",
"version": "0.2.0-beta.2",
"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.2.0-beta.2 (2020-11-29)

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





# [0.2.0-beta.1](https://github.com/liip/chusho/compare/v0.2.0-beta.0...v0.2.0-beta.1) (2020-11-25)


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-beta.1",
"version": "0.2.0-beta.2",
"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.2.0-beta.2 (2020-11-29)

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





# [0.2.0-beta.1](https://github.com/liip/chusho/compare/v0.2.0-beta.0...v0.2.0-beta.1) (2020-11-25)

**Note:** Version bump only for package @chusho/docs
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.

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.2.0-beta.1",
"version": "0.2.0-beta.2",
"private": true,
"license": "MIT",
"description": "Chūshō documentation",
Expand Down Expand Up @@ -28,6 +28,6 @@
"vuepress": "^1.7.1"
},
"dependencies": {
"chusho": "^0.2.0-beta.1"
"chusho": "^0.2.0-beta.2"
}
}
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.2.0-beta.2 (2020-11-29)

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





# [0.2.0-beta.1](https://github.com/liip/chusho/compare/v0.2.0-beta.0...v0.2.0-beta.1) (2020-11-25)

**Note:** Version bump only for package playground
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-beta.1",
"version": "0.2.0-beta.2",
"private": true,
"scripts": {
"start": "vite",
Expand All @@ -11,7 +11,7 @@
"test:e2e:headless": "cypress run --headless"
},
"dependencies": {
"chusho": "^0.2.0-beta.1",
"chusho": "^0.2.0-beta.2",
"highlight.js": "^10.4.0",
"prettier": "^2.2.1",
"tailwindcss": "^1.9.6",
Expand Down

0 comments on commit 07cdbb7

Please sign in to comment.