Skip to content

Commit

Permalink
v0.2.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Dec 2, 2020
1 parent 9d22cba commit d2775bf
Show file tree
Hide file tree
Showing 11 changed files with 52 additions and 8 deletions.
11 changes: 11 additions & 0 deletions 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.2.0-beta.3 (2020-12-02)


### Features

* **build:** split ES bundle to leverage treeshaking ([9d22cba](https://github.com/liip/chusho/commit/9d22cbaf08c646948feed90fc0695c1de6eb86f3)), closes [#30](https://github.com/liip/chusho/issues/30)





# 0.2.0-beta.2 (2020-11-29)

**Note:** Version bump only for package root
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.2",
"version": "0.2.0-beta.3",
"packages": [
"packages/*"
]
Expand Down
11 changes: 11 additions & 0 deletions packages/chusho/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.2.0-beta.3 (2020-12-02)


### Features

* **build:** split ES bundle to leverage treeshaking ([9d22cba](https://github.com/liip/chusho/commit/9d22cbaf08c646948feed90fc0695c1de6eb86f3)), closes [#30](https://github.com/liip/chusho/issues/30)





# 0.2.0-beta.2 (2020-11-29)

**Note:** Version bump only for package chusho
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.2",
"version": "0.2.0-beta.3",
"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.2.0-beta.3 (2020-12-02)


### Features

* **build:** split ES bundle to leverage treeshaking ([9d22cba](https://github.com/liip/chusho/commit/9d22cbaf08c646948feed90fc0695c1de6eb86f3)), closes [#30](https://github.com/liip/chusho/issues/30)





# 0.2.0-beta.2 (2020-11-29)

**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.

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-beta.2",
"version": "0.2.0-beta.3",
"private": true,
"license": "MIT",
"description": "Chūshō documentation",
Expand Down
11 changes: 11 additions & 0 deletions packages/playground/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.2.0-beta.3 (2020-12-02)


### Features

* **build:** split ES bundle to leverage treeshaking ([9d22cba](https://github.com/liip/chusho/commit/9d22cbaf08c646948feed90fc0695c1de6eb86f3)), closes [#30](https://github.com/liip/chusho/issues/30)





# 0.2.0-beta.2 (2020-11-29)

**Note:** Version bump only for package @chusho/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.2",
"version": "0.2.0-beta.3",
"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-beta.2",
"chusho": "^0.2.0-beta.3",
"highlight.js": "^10.4.0",
"prettier": "^2.2.1",
"tailwindcss": "^1.9.6",
Expand Down

0 comments on commit d2775bf

Please sign in to comment.