diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a4d2cdc..37da0881 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/lerna.json b/lerna.json index 9a558da0..8aec1b2c 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "0.2.0-beta.3", + "version": "0.2.0", "packages": [ "packages/*" ] diff --git a/packages/chusho/CHANGELOG.md b/packages/chusho/CHANGELOG.md index 993ba602..e099cfd5 100644 --- a/packages/chusho/CHANGELOG.md +++ b/packages/chusho/CHANGELOG.md @@ -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) diff --git a/packages/chusho/package-lock.json b/packages/chusho/package-lock.json index 23732f43..0a6ee4c1 100644 --- a/packages/chusho/package-lock.json +++ b/packages/chusho/package-lock.json @@ -1,6 +1,6 @@ { "name": "chusho", - "version": "0.2.0-beta.3", + "version": "0.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/chusho/package.json b/packages/chusho/package.json index 24a6829d..0ae3f56c 100644 --- a/packages/chusho/package.json +++ b/packages/chusho/package.json @@ -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", diff --git a/packages/docs/CHANGELOG.md b/packages/docs/CHANGELOG.md index b0a6d4fe..b4caf1ab 100644 --- a/packages/docs/CHANGELOG.md +++ b/packages/docs/CHANGELOG.md @@ -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) diff --git a/packages/docs/package-lock.json b/packages/docs/package-lock.json index fd80f1f7..a8b6e442 100644 --- a/packages/docs/package-lock.json +++ b/packages/docs/package-lock.json @@ -1,6 +1,6 @@ { "name": "@chusho/docs", - "version": "0.2.0-beta.3", + "version": "0.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/docs/package.json b/packages/docs/package.json index 5c1f1605..95616329 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -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", diff --git a/packages/playground/CHANGELOG.md b/packages/playground/CHANGELOG.md index 7a23ef99..f94b2696 100644 --- a/packages/playground/CHANGELOG.md +++ b/packages/playground/CHANGELOG.md @@ -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) diff --git a/packages/playground/package-lock.json b/packages/playground/package-lock.json index 4cb656c1..c7001078 100644 --- a/packages/playground/package-lock.json +++ b/packages/playground/package-lock.json @@ -1,6 +1,6 @@ { "name": "@chusho/playground", - "version": "0.2.0-beta.3", + "version": "0.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/playground/package.json b/packages/playground/package.json index bd67e34d..5833164a 100644 --- a/packages/playground/package.json +++ b/packages/playground/package.json @@ -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", @@ -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",