From ffec3f2e73b9e3d5909eeac11209f99e62af52f6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 19 May 2023 09:30:26 +0100 Subject: [PATCH] Version Packages (#1097) Co-authored-by: github-actions[bot] --- .changeset/giant-points-train.md | 6 ------ .changeset/tasty-trainers-report.md | 5 ----- packages/core/CHANGELOG.md | 10 ++++++++++ packages/core/package.json | 2 +- packages/icons/CHANGELOG.md | 6 ++++++ packages/icons/package.json | 2 +- packages/styles/CHANGELOG.md | 6 ++++++ packages/styles/package.json | 2 +- 8 files changed, 25 insertions(+), 14 deletions(-) delete mode 100644 .changeset/giant-points-train.md delete mode 100644 .changeset/tasty-trainers-report.md diff --git a/.changeset/giant-points-train.md b/.changeset/giant-points-train.md deleted file mode 100644 index c25aa27d8..000000000 --- a/.changeset/giant-points-train.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@web3uikit/core': patch -'@web3uikit/styles': patch ---- - -feat(color): added theme objects diff --git a/.changeset/tasty-trainers-report.md b/.changeset/tasty-trainers-report.md deleted file mode 100644 index 3cb29b58c..000000000 --- a/.changeset/tasty-trainers-report.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@web3uikit/icons": patch ---- - -add bean outline icon diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 9c1bb4098..74bf3a058 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,15 @@ # @web3uikit/core +## 1.0.5 + +### Patch Changes + +- [#1096](https://github.com/web3ui/web3uikit/pull/1096) [`655391c5c`](https://github.com/web3ui/web3uikit/commit/655391c5cf8c6100fbd0e35cb2d306467c34a8d9) Thanks [@BillyG83](https://github.com/BillyG83)! - feat(color): added theme objects + +- Updated dependencies [[`655391c5c`](https://github.com/web3ui/web3uikit/commit/655391c5cf8c6100fbd0e35cb2d306467c34a8d9), [`ea5706512`](https://github.com/web3ui/web3uikit/commit/ea5706512544a1b1c1099cbc40b4494ad40325d6)]: + - @web3uikit/styles@1.0.5 + - @web3uikit/icons@1.0.5 + ## 1.0.4 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index ab5e180e6..c19396d19 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@web3uikit/core", - "version": "1.0.4", + "version": "1.0.5", "sideEffects": false, "files": [ "package.json", diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index 530d80acf..81dd1edc9 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/CHANGELOG.md @@ -1,5 +1,11 @@ # @web3uikit/icons +## 1.0.5 + +### Patch Changes + +- [#1098](https://github.com/web3ui/web3uikit/pull/1098) [`ea5706512`](https://github.com/web3ui/web3uikit/commit/ea5706512544a1b1c1099cbc40b4494ad40325d6) Thanks [@dani69654](https://github.com/dani69654)! - add bean outline icon + ## 1.0.2 ### Patch Changes diff --git a/packages/icons/package.json b/packages/icons/package.json index 4c0b82d97..a547e9c38 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@web3uikit/icons", - "version": "1.0.2", + "version": "1.0.5", "sideEffects": false, "files": [ "package.json", diff --git a/packages/styles/CHANGELOG.md b/packages/styles/CHANGELOG.md index 4aa26acbd..4e93e5505 100644 --- a/packages/styles/CHANGELOG.md +++ b/packages/styles/CHANGELOG.md @@ -1,5 +1,11 @@ # @web3uikit/styles +## 1.0.5 + +### Patch Changes + +- [#1096](https://github.com/web3ui/web3uikit/pull/1096) [`655391c5c`](https://github.com/web3ui/web3uikit/commit/655391c5cf8c6100fbd0e35cb2d306467c34a8d9) Thanks [@BillyG83](https://github.com/BillyG83)! - feat(color): added theme objects + ## 1.0.4 ### Patch Changes diff --git a/packages/styles/package.json b/packages/styles/package.json index 5a5b874fe..e1621cb66 100644 --- a/packages/styles/package.json +++ b/packages/styles/package.json @@ -1,6 +1,6 @@ { "name": "@web3uikit/styles", - "version": "1.0.4", + "version": "1.0.5", "sideEffects": false, "files": [ "package.json",