diff --git a/.changeset/thin-humans-cover.md b/.changeset/thin-humans-cover.md deleted file mode 100644 index 8efb1d14..00000000 --- a/.changeset/thin-humans-cover.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'@status-im/eslint-config': minor -'@status-im/components': minor -'@status-im/js': minor -'@status-im/colors': minor -'@status-im/icons': minor ---- - -prepare packages for release diff --git a/packages/colors/CHANGELOG.md b/packages/colors/CHANGELOG.md new file mode 100644 index 00000000..08b5acb3 --- /dev/null +++ b/packages/colors/CHANGELOG.md @@ -0,0 +1,7 @@ +# @status-im/colors + +## 0.1.0 + +### Minor Changes + +- 181faba: prepare packages for release diff --git a/packages/colors/package.json b/packages/colors/package.json index 1a4f40ec..eb7a9586 100644 --- a/packages/colors/package.json +++ b/packages/colors/package.json @@ -1,6 +1,6 @@ { "name": "@status-im/colors", - "version": "0.0.1", + "version": "0.1.0", "files": [ "types", "dist", diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md new file mode 100644 index 00000000..e8ed3537 --- /dev/null +++ b/packages/components/CHANGELOG.md @@ -0,0 +1,13 @@ +# @status-im/components + +## 0.1.0 + +### Minor Changes + +- 181faba: prepare packages for release + +### Patch Changes + +- Updated dependencies [181faba] + - @status-im/colors@0.1.0 + - @status-im/icons@0.1.0 diff --git a/packages/components/package.json b/packages/components/package.json index 37626c0b..b73443bf 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@status-im/components", - "version": "0.0.1", + "version": "0.1.0", "sideEffects": [ "*.css" ], diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md new file mode 100644 index 00000000..f65c5a25 --- /dev/null +++ b/packages/eslint-config/CHANGELOG.md @@ -0,0 +1,7 @@ +# @status-im/eslint-config + +## 0.2.0 + +### Minor Changes + +- 181faba: prepare packages for release diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index d08dab51..b9bb9aaf 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@status-im/eslint-config", - "version": "0.1.0", + "version": "0.2.0", "main": "index.js", "exports": { ".": { diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md new file mode 100644 index 00000000..600707b3 --- /dev/null +++ b/packages/icons/CHANGELOG.md @@ -0,0 +1,7 @@ +# @status-im/icons + +## 0.1.0 + +### Minor Changes + +- 181faba: prepare packages for release diff --git a/packages/icons/package.json b/packages/icons/package.json index 57697177..633e183c 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@status-im/icons", - "version": "0.0.1", + "version": "0.1.0", "files": [ "dist", "svg" diff --git a/packages/status-js/CHANGELOG.md b/packages/status-js/CHANGELOG.md new file mode 100644 index 00000000..b4282d1e --- /dev/null +++ b/packages/status-js/CHANGELOG.md @@ -0,0 +1,7 @@ +# @status-im/js + +## 0.3.0 + +### Minor Changes + +- 181faba: prepare packages for release diff --git a/packages/status-js/package.json b/packages/status-js/package.json index 828b79fc..68abc37a 100644 --- a/packages/status-js/package.json +++ b/packages/status-js/package.json @@ -1,6 +1,6 @@ { "name": "@status-im/js", - "version": "0.2.0", + "version": "0.3.0", "license": "MIT OR Apache-2.0", "type": "module", "main": "./dist/index.js",