From 66b672b36f38d1546a91b72d0f05918a20f64922 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 10:16:59 +0900 Subject: [PATCH] Version Packages (#365) Co-authored-by: github-actions[bot] --- .changeset/hot-insects-poke.md | 6 ------ .changeset/old-buckets-laugh.md | 5 ----- .changeset/two-geckos-check.md | 7 ------- .changeset/two-students-film.md | 5 ----- packages/babel-plugin/CHANGELOG.md | 13 +++++++++++++ packages/babel-plugin/package.json | 2 +- packages/compiler/CHANGELOG.md | 12 ++++++++++++ packages/compiler/package.json | 2 +- packages/core/CHANGELOG.md | 9 +++++++++ packages/core/package.json | 2 +- packages/next-plugin/CHANGELOG.md | 8 ++++++++ packages/next-plugin/package.json | 2 +- packages/system/CHANGELOG.md | 10 ++++++++++ packages/system/package.json | 2 +- packages/vite/CHANGELOG.md | 8 ++++++++ packages/vite/package.json | 2 +- packages/webpack-plugin/CHANGELOG.md | 8 ++++++++ packages/webpack-plugin/package.json | 2 +- 18 files changed, 75 insertions(+), 30 deletions(-) delete mode 100644 .changeset/hot-insects-poke.md delete mode 100644 .changeset/old-buckets-laugh.md delete mode 100644 .changeset/two-geckos-check.md delete mode 100644 .changeset/two-students-film.md diff --git a/.changeset/hot-insects-poke.md b/.changeset/hot-insects-poke.md deleted file mode 100644 index a405d59d..00000000 --- a/.changeset/hot-insects-poke.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@kuma-ui/babel-plugin": patch -"@kuma-ui/compiler": patch ---- - -Enable forwardRef Usage in Components Created through the styled API diff --git a/.changeset/old-buckets-laugh.md b/.changeset/old-buckets-laugh.md deleted file mode 100644 index 79d6a790..00000000 --- a/.changeset/old-buckets-laugh.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kuma-ui/system": patch ---- - -fix: background-image property unable to use url diff --git a/.changeset/two-geckos-check.md b/.changeset/two-geckos-check.md deleted file mode 100644 index 9713fc5f..00000000 --- a/.changeset/two-geckos-check.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@kuma-ui/babel-plugin": patch -"@kuma-ui/compiler": patch -"@kuma-ui/core": patch ---- - -chore: Refactor ts-pattern to use switch/if-else diff --git a/.changeset/two-students-film.md b/.changeset/two-students-film.md deleted file mode 100644 index 9fc6a853..00000000 --- a/.changeset/two-students-film.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kuma-ui/system": minor ---- - -Respect props order on generating CSS diff --git a/packages/babel-plugin/CHANGELOG.md b/packages/babel-plugin/CHANGELOG.md index 67620226..ba92b9f2 100644 --- a/packages/babel-plugin/CHANGELOG.md +++ b/packages/babel-plugin/CHANGELOG.md @@ -1,5 +1,18 @@ # @kuma-ui/babel-plugin +## 1.1.12 + +### Patch Changes + +- [#357](https://github.com/kuma-ui/kuma-ui/pull/357) [`25dd0b4`](https://github.com/kuma-ui/kuma-ui/commit/25dd0b41c8856504761234638709bcf99db5c6a1) Thanks [@poteboy](https://github.com/poteboy)! - Enable forwardRef Usage in Components Created through the styled API + +- [#372](https://github.com/kuma-ui/kuma-ui/pull/372) [`3840e83`](https://github.com/kuma-ui/kuma-ui/commit/3840e835ed3c3c6bb707a565ecec91f2e737eb18) Thanks [@AdePhil](https://github.com/AdePhil)! - chore: Refactor ts-pattern to use switch/if-else + +- Updated dependencies [[`25dd0b4`](https://github.com/kuma-ui/kuma-ui/commit/25dd0b41c8856504761234638709bcf99db5c6a1), [`d439b72`](https://github.com/kuma-ui/kuma-ui/commit/d439b72e9dd651ccd65a889c1dce5b3fc4e54a11), [`3840e83`](https://github.com/kuma-ui/kuma-ui/commit/3840e835ed3c3c6bb707a565ecec91f2e737eb18), [`aa23d92`](https://github.com/kuma-ui/kuma-ui/commit/aa23d92f93b0373b91c7b0d431a5745aa06380b9)]: + - @kuma-ui/compiler@1.2.3 + - @kuma-ui/system@1.7.0 + - @kuma-ui/core@1.5.3 + ## 1.1.11 ### Patch Changes diff --git a/packages/babel-plugin/package.json b/packages/babel-plugin/package.json index 0733473b..d79c11a6 100644 --- a/packages/babel-plugin/package.json +++ b/packages/babel-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@kuma-ui/babel-plugin", - "version": "1.1.11", + "version": "1.1.12", "description": "🐻 Kuma UI is a utility-first, zero-runtime CSS-in-JS library that offers an outstanding developer experience and optimized performance.", "repository": { "type": "git", diff --git a/packages/compiler/CHANGELOG.md b/packages/compiler/CHANGELOG.md index 481202bd..651dd55d 100644 --- a/packages/compiler/CHANGELOG.md +++ b/packages/compiler/CHANGELOG.md @@ -1,5 +1,17 @@ # @kuma-ui/compiler +## 1.2.3 + +### Patch Changes + +- [#357](https://github.com/kuma-ui/kuma-ui/pull/357) [`25dd0b4`](https://github.com/kuma-ui/kuma-ui/commit/25dd0b41c8856504761234638709bcf99db5c6a1) Thanks [@poteboy](https://github.com/poteboy)! - Enable forwardRef Usage in Components Created through the styled API + +- [#372](https://github.com/kuma-ui/kuma-ui/pull/372) [`3840e83`](https://github.com/kuma-ui/kuma-ui/commit/3840e835ed3c3c6bb707a565ecec91f2e737eb18) Thanks [@AdePhil](https://github.com/AdePhil)! - chore: Refactor ts-pattern to use switch/if-else + +- Updated dependencies [[`d439b72`](https://github.com/kuma-ui/kuma-ui/commit/d439b72e9dd651ccd65a889c1dce5b3fc4e54a11), [`3840e83`](https://github.com/kuma-ui/kuma-ui/commit/3840e835ed3c3c6bb707a565ecec91f2e737eb18), [`aa23d92`](https://github.com/kuma-ui/kuma-ui/commit/aa23d92f93b0373b91c7b0d431a5745aa06380b9)]: + - @kuma-ui/system@1.7.0 + - @kuma-ui/core@1.5.3 + ## 1.2.2 ### Patch Changes diff --git a/packages/compiler/package.json b/packages/compiler/package.json index 9651e590..8a52638c 100644 --- a/packages/compiler/package.json +++ b/packages/compiler/package.json @@ -1,6 +1,6 @@ { "name": "@kuma-ui/compiler", - "version": "1.2.2", + "version": "1.2.3", "description": "🐻 Kuma UI is a utility-first, zero-runtime CSS-in-JS library that offers an outstanding developer experience and optimized performance.", "repository": { "type": "git", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 03880eaf..1e7aa313 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,14 @@ # @kuma-ui/core +## 1.5.3 + +### Patch Changes + +- [#372](https://github.com/kuma-ui/kuma-ui/pull/372) [`3840e83`](https://github.com/kuma-ui/kuma-ui/commit/3840e835ed3c3c6bb707a565ecec91f2e737eb18) Thanks [@AdePhil](https://github.com/AdePhil)! - chore: Refactor ts-pattern to use switch/if-else + +- Updated dependencies [[`d439b72`](https://github.com/kuma-ui/kuma-ui/commit/d439b72e9dd651ccd65a889c1dce5b3fc4e54a11), [`aa23d92`](https://github.com/kuma-ui/kuma-ui/commit/aa23d92f93b0373b91c7b0d431a5745aa06380b9)]: + - @kuma-ui/system@1.7.0 + ## 1.5.2 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index e03f9d7a..fdd8f3d4 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@kuma-ui/core", - "version": "1.5.2", + "version": "1.5.3", "description": "🐻 Kuma UI is a utility-first, zero-runtime CSS-in-JS library that offers an outstanding developer experience and optimized performance.", "repository": { "type": "git", diff --git a/packages/next-plugin/CHANGELOG.md b/packages/next-plugin/CHANGELOG.md index 7b5f0472..fad85fed 100644 --- a/packages/next-plugin/CHANGELOG.md +++ b/packages/next-plugin/CHANGELOG.md @@ -1,5 +1,13 @@ # @kuma-ui/next-plugin +## 1.1.13 + +### Patch Changes + +- Updated dependencies [[`3840e83`](https://github.com/kuma-ui/kuma-ui/commit/3840e835ed3c3c6bb707a565ecec91f2e737eb18)]: + - @kuma-ui/core@1.5.3 + - @kuma-ui/webpack-plugin@1.2.5 + ## 1.1.12 ### Patch Changes diff --git a/packages/next-plugin/package.json b/packages/next-plugin/package.json index 9249d864..1b8771f9 100644 --- a/packages/next-plugin/package.json +++ b/packages/next-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@kuma-ui/next-plugin", - "version": "1.1.12", + "version": "1.1.13", "description": "🐻 Kuma UI is a utility-first, zero-runtime CSS-in-JS library that offers an outstanding developer experience and optimized performance.", "repository": { "type": "git", diff --git a/packages/system/CHANGELOG.md b/packages/system/CHANGELOG.md index 53713804..2ef9ea78 100644 --- a/packages/system/CHANGELOG.md +++ b/packages/system/CHANGELOG.md @@ -1,5 +1,15 @@ # @kuma-ui/system +## 1.7.0 + +### Minor Changes + +- [#367](https://github.com/kuma-ui/kuma-ui/pull/367) [`aa23d92`](https://github.com/kuma-ui/kuma-ui/commit/aa23d92f93b0373b91c7b0d431a5745aa06380b9) Thanks [@yukukotani](https://github.com/yukukotani)! - Respect props order on generating CSS + +### Patch Changes + +- [#371](https://github.com/kuma-ui/kuma-ui/pull/371) [`d439b72`](https://github.com/kuma-ui/kuma-ui/commit/d439b72e9dd651ccd65a889c1dce5b3fc4e54a11) Thanks [@Asuka109](https://github.com/Asuka109)! - fix: background-image property unable to use url + ## 1.6.0 ### Minor Changes diff --git a/packages/system/package.json b/packages/system/package.json index e073ac01..a629ea26 100644 --- a/packages/system/package.json +++ b/packages/system/package.json @@ -1,6 +1,6 @@ { "name": "@kuma-ui/system", - "version": "1.6.0", + "version": "1.7.0", "description": "🐻 Kuma UI is a utility-first, zero-runtime CSS-in-JS library that offers an outstanding developer experience and optimized performance.", "repository": { "type": "git", diff --git a/packages/vite/CHANGELOG.md b/packages/vite/CHANGELOG.md index 2041dddd..8482442a 100644 --- a/packages/vite/CHANGELOG.md +++ b/packages/vite/CHANGELOG.md @@ -1,5 +1,13 @@ # @kuma-ui/vite +## 1.1.5 + +### Patch Changes + +- Updated dependencies [[`25dd0b4`](https://github.com/kuma-ui/kuma-ui/commit/25dd0b41c8856504761234638709bcf99db5c6a1), [`d439b72`](https://github.com/kuma-ui/kuma-ui/commit/d439b72e9dd651ccd65a889c1dce5b3fc4e54a11), [`3840e83`](https://github.com/kuma-ui/kuma-ui/commit/3840e835ed3c3c6bb707a565ecec91f2e737eb18), [`aa23d92`](https://github.com/kuma-ui/kuma-ui/commit/aa23d92f93b0373b91c7b0d431a5745aa06380b9)]: + - @kuma-ui/babel-plugin@1.1.12 + - @kuma-ui/system@1.7.0 + ## 1.1.4 ### Patch Changes diff --git a/packages/vite/package.json b/packages/vite/package.json index d4438436..3cc6ba74 100644 --- a/packages/vite/package.json +++ b/packages/vite/package.json @@ -1,6 +1,6 @@ { "name": "@kuma-ui/vite", - "version": "1.1.4", + "version": "1.1.5", "description": "🐻 Kuma UI is a utility-first, zero-runtime CSS-in-JS library that offers an outstanding developer experience and optimized performance.", "repository": { "type": "git", diff --git a/packages/webpack-plugin/CHANGELOG.md b/packages/webpack-plugin/CHANGELOG.md index 3968c82d..4e00e16a 100644 --- a/packages/webpack-plugin/CHANGELOG.md +++ b/packages/webpack-plugin/CHANGELOG.md @@ -1,5 +1,13 @@ # @kuma-ui/webpack-plugin +## 1.2.5 + +### Patch Changes + +- Updated dependencies [[`25dd0b4`](https://github.com/kuma-ui/kuma-ui/commit/25dd0b41c8856504761234638709bcf99db5c6a1), [`d439b72`](https://github.com/kuma-ui/kuma-ui/commit/d439b72e9dd651ccd65a889c1dce5b3fc4e54a11), [`3840e83`](https://github.com/kuma-ui/kuma-ui/commit/3840e835ed3c3c6bb707a565ecec91f2e737eb18), [`aa23d92`](https://github.com/kuma-ui/kuma-ui/commit/aa23d92f93b0373b91c7b0d431a5745aa06380b9)]: + - @kuma-ui/babel-plugin@1.1.12 + - @kuma-ui/system@1.7.0 + ## 1.2.4 ### Patch Changes diff --git a/packages/webpack-plugin/package.json b/packages/webpack-plugin/package.json index a1be41ac..ae889b09 100644 --- a/packages/webpack-plugin/package.json +++ b/packages/webpack-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@kuma-ui/webpack-plugin", - "version": "1.2.4", + "version": "1.2.5", "description": "🐻 Kuma UI is a utility-first, zero-runtime CSS-in-JS library that offers an outstanding developer experience and optimized performance.", "repository": { "type": "git",