Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jan 20, 2021
1 parent 7a37dcb commit a8ea471
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 (2021-01-20)


### Features

* **components:** responsive images with CPicture ([7a37dcb](https://github.com/liip/chusho/commit/7a37dcb5ae47a49b06de0d49d448f70679d686b2)), closes [#12](https://github.com/liip/chusho/issues/12)





# 0.2.0-beta.3 (2020-12-02)


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.3",
"version": "0.2.0",
"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 (2021-01-20)


### Features

* **components:** responsive images with CPicture ([7a37dcb](https://github.com/liip/chusho/commit/7a37dcb5ae47a49b06de0d49d448f70679d686b2)), closes [#12](https://github.com/liip/chusho/issues/12)





# 0.2.0-beta.3 (2020-12-02)


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.3",
"version": "0.2.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.2.0 (2021-01-20)


### Features

* **components:** responsive images with CPicture ([7a37dcb](https://github.com/liip/chusho/commit/7a37dcb5ae47a49b06de0d49d448f70679d686b2)), closes [#12](https://github.com/liip/chusho/issues/12)





# 0.2.0-beta.3 (2020-12-02)


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.3",
"version": "0.2.0",
"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 (2021-01-20)


### Features

* **components:** responsive images with CPicture ([7a37dcb](https://github.com/liip/chusho/commit/7a37dcb5ae47a49b06de0d49d448f70679d686b2)), closes [#12](https://github.com/liip/chusho/issues/12)





# 0.2.0-beta.3 (2020-12-02)


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.3",
"version": "0.2.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-beta.3",
"chusho": "^0.2.0",
"highlight.js": "^10.4.1",
"tailwindcss": "^2.0.1-compat",
"vue": "^3.0.4",
Expand Down

0 comments on commit a8ea471

Please sign in to comment.