From 4d229b52d2229a5385676a22e367db9ac3567917 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 16 Oct 2025 14:01:14 +0000 Subject: [PATCH] Version Packages --- .changeset/fuzzy-rules-press.md | 5 ----- .changeset/mean-socks-attend.md | 5 ----- .changeset/ten-beds-punch.md | 5 ----- bindings/devup-ui-wasm/CHANGELOG.md | 6 ++++++ bindings/devup-ui-wasm/package.json | 2 +- packages/components/CHANGELOG.md | 7 +++++++ packages/components/package.json | 2 +- packages/eslint-plugin/CHANGELOG.md | 6 ++++++ packages/eslint-plugin/package.json | 2 +- packages/next-plugin/CHANGELOG.md | 7 +++++++ packages/next-plugin/package.json | 2 +- packages/react/CHANGELOG.md | 6 ++++++ packages/react/package.json | 2 +- packages/reset-css/CHANGELOG.md | 7 +++++++ packages/reset-css/package.json | 2 +- packages/rsbuild-plugin/CHANGELOG.md | 7 +++++++ packages/rsbuild-plugin/package.json | 2 +- packages/vite-plugin/CHANGELOG.md | 7 +++++++ packages/vite-plugin/package.json | 2 +- packages/webpack-plugin/CHANGELOG.md | 7 +++++++ packages/webpack-plugin/package.json | 2 +- 21 files changed, 69 insertions(+), 24 deletions(-) delete mode 100644 .changeset/fuzzy-rules-press.md delete mode 100644 .changeset/mean-socks-attend.md delete mode 100644 .changeset/ten-beds-punch.md diff --git a/.changeset/fuzzy-rules-press.md b/.changeset/fuzzy-rules-press.md deleted file mode 100644 index c986d7d4..00000000 --- a/.changeset/fuzzy-rules-press.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@devup-ui/eslint-plugin': patch ---- - -Fix imports issue on globalCss diff --git a/.changeset/mean-socks-attend.md b/.changeset/mean-socks-attend.md deleted file mode 100644 index 4e41780b..00000000 --- a/.changeset/mean-socks-attend.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@devup-ui/react': patch ---- - -Support query on imports diff --git a/.changeset/ten-beds-punch.md b/.changeset/ten-beds-punch.md deleted file mode 100644 index 58a8dc00..00000000 --- a/.changeset/ten-beds-punch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@devup-ui/wasm': patch ---- - -Support layer on imports of globalCss diff --git a/bindings/devup-ui-wasm/CHANGELOG.md b/bindings/devup-ui-wasm/CHANGELOG.md index 71585ea0..5622b2c4 100644 --- a/bindings/devup-ui-wasm/CHANGELOG.md +++ b/bindings/devup-ui-wasm/CHANGELOG.md @@ -1,5 +1,11 @@ # @devup-ui/wasm +## 1.0.42 + +### Patch Changes + +- [#426](https://github.com/dev-five-git/devup-ui/pull/426) [`3c65364`](https://github.com/dev-five-git/devup-ui/commit/3c65364125cea6e3582562b99a9b71291fc6f8c2) Thanks [@owjs3901](https://github.com/owjs3901)! - Support layer on imports of globalCss + ## 1.0.41 ### Patch Changes diff --git a/bindings/devup-ui-wasm/package.json b/bindings/devup-ui-wasm/package.json index 3af9a773..0fcb999c 100644 --- a/bindings/devup-ui-wasm/package.json +++ b/bindings/devup-ui-wasm/package.json @@ -17,7 +17,7 @@ "react", "wasm" ], - "version": "1.0.41", + "version": "1.0.42", "scripts": { "build": "wasm-pack build --target nodejs --out-dir ./pkg --out-name index && node script.js", "test": "wasm-pack test --node" diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 0fb143a0..4e355df9 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -1,5 +1,12 @@ # @devup-ui/components +## 0.1.26 + +### Patch Changes + +- Updated dependencies [[`3c65364`](https://github.com/dev-five-git/devup-ui/commit/3c65364125cea6e3582562b99a9b71291fc6f8c2)]: + - @devup-ui/react@1.0.21 + ## 0.1.25 ### Patch Changes diff --git a/packages/components/package.json b/packages/components/package.json index bce6e62a..11dc1403 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -16,7 +16,7 @@ "css-in-js-framework", "react" ], - "version": "0.1.25", + "version": "0.1.26", "type": "module", "scripts": { "lint": "eslint", diff --git a/packages/eslint-plugin/CHANGELOG.md b/packages/eslint-plugin/CHANGELOG.md index 31f6bbf8..9fb030fc 100644 --- a/packages/eslint-plugin/CHANGELOG.md +++ b/packages/eslint-plugin/CHANGELOG.md @@ -1,5 +1,11 @@ # @devup-ui/eslint-plugin +## 1.0.2 + +### Patch Changes + +- [#426](https://github.com/dev-five-git/devup-ui/pull/426) [`3c65364`](https://github.com/dev-five-git/devup-ui/commit/3c65364125cea6e3582562b99a9b71291fc6f8c2) Thanks [@owjs3901](https://github.com/owjs3901)! - Fix imports issue on globalCss + ## 1.0.1 ### Patch Changes diff --git a/packages/eslint-plugin/package.json b/packages/eslint-plugin/package.json index cb765613..1be61acc 100644 --- a/packages/eslint-plugin/package.json +++ b/packages/eslint-plugin/package.json @@ -17,7 +17,7 @@ "react", "eslint" ], - "version": "1.0.1", + "version": "1.0.2", "main": "dist/index.cjs", "type": "module", "scripts": { diff --git a/packages/next-plugin/CHANGELOG.md b/packages/next-plugin/CHANGELOG.md index 5e7b3d2f..7b0451d6 100644 --- a/packages/next-plugin/CHANGELOG.md +++ b/packages/next-plugin/CHANGELOG.md @@ -1,5 +1,12 @@ # @devup-ui/next-plugin +## 1.0.44 + +### Patch Changes + +- Updated dependencies []: + - @devup-ui/webpack-plugin@1.0.43 + ## 1.0.43 ### Patch Changes diff --git a/packages/next-plugin/package.json b/packages/next-plugin/package.json index 5e5eaaca..fd5830f9 100644 --- a/packages/next-plugin/package.json +++ b/packages/next-plugin/package.json @@ -19,7 +19,7 @@ "webpack" ], "type": "module", - "version": "1.0.43", + "version": "1.0.44", "scripts": { "lint": "eslint", "build": "tsc && vite build" diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 6ecc251a..e4aa5c72 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,11 @@ # @devup-ui/react +## 1.0.21 + +### Patch Changes + +- [#426](https://github.com/dev-five-git/devup-ui/pull/426) [`3c65364`](https://github.com/dev-five-git/devup-ui/commit/3c65364125cea6e3582562b99a9b71291fc6f8c2) Thanks [@owjs3901](https://github.com/owjs3901)! - Support query on imports + ## 1.0.20 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index 813ffae9..75d979b8 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -16,7 +16,7 @@ "css-in-js-framework", "react" ], - "version": "1.0.20", + "version": "1.0.21", "type": "module", "scripts": { "lint": "eslint && tsc --noEmit", diff --git a/packages/reset-css/CHANGELOG.md b/packages/reset-css/CHANGELOG.md index 8c2c413e..921b1dea 100644 --- a/packages/reset-css/CHANGELOG.md +++ b/packages/reset-css/CHANGELOG.md @@ -1,5 +1,12 @@ # @devup-ui/reset-css +## 1.0.12 + +### Patch Changes + +- Updated dependencies [[`3c65364`](https://github.com/dev-five-git/devup-ui/commit/3c65364125cea6e3582562b99a9b71291fc6f8c2)]: + - @devup-ui/react@1.0.21 + ## 1.0.11 ### Patch Changes diff --git a/packages/reset-css/package.json b/packages/reset-css/package.json index 37f67819..7405ca55 100644 --- a/packages/reset-css/package.json +++ b/packages/reset-css/package.json @@ -16,7 +16,7 @@ "css-in-js-framework", "react" ], - "version": "1.0.11", + "version": "1.0.12", "type": "module", "scripts": { "lint": "eslint", diff --git a/packages/rsbuild-plugin/CHANGELOG.md b/packages/rsbuild-plugin/CHANGELOG.md index 60e12e0d..3004a722 100644 --- a/packages/rsbuild-plugin/CHANGELOG.md +++ b/packages/rsbuild-plugin/CHANGELOG.md @@ -1,5 +1,12 @@ # @devup-ui/rsbuild-plugin +## 1.0.39 + +### Patch Changes + +- Updated dependencies [[`3c65364`](https://github.com/dev-five-git/devup-ui/commit/3c65364125cea6e3582562b99a9b71291fc6f8c2)]: + - @devup-ui/wasm@1.0.42 + ## 1.0.38 ### Patch Changes diff --git a/packages/rsbuild-plugin/package.json b/packages/rsbuild-plugin/package.json index 91cf2889..7d428818 100644 --- a/packages/rsbuild-plugin/package.json +++ b/packages/rsbuild-plugin/package.json @@ -18,7 +18,7 @@ "rsbuild" ], "type": "module", - "version": "1.0.38", + "version": "1.0.39", "scripts": { "lint": "eslint", "build": "tsc && vite build" diff --git a/packages/vite-plugin/CHANGELOG.md b/packages/vite-plugin/CHANGELOG.md index 313bdb5d..055b9702 100644 --- a/packages/vite-plugin/CHANGELOG.md +++ b/packages/vite-plugin/CHANGELOG.md @@ -1,5 +1,12 @@ # @devup-ui/vite-plugin +## 1.0.45 + +### Patch Changes + +- Updated dependencies [[`3c65364`](https://github.com/dev-five-git/devup-ui/commit/3c65364125cea6e3582562b99a9b71291fc6f8c2)]: + - @devup-ui/wasm@1.0.42 + ## 1.0.44 ### Patch Changes diff --git a/packages/vite-plugin/package.json b/packages/vite-plugin/package.json index 6abb1cc4..9c08887b 100644 --- a/packages/vite-plugin/package.json +++ b/packages/vite-plugin/package.json @@ -18,7 +18,7 @@ "vite" ], "type": "module", - "version": "1.0.44", + "version": "1.0.45", "scripts": { "lint": "eslint", "build": "tsc && vite build" diff --git a/packages/webpack-plugin/CHANGELOG.md b/packages/webpack-plugin/CHANGELOG.md index 97035abc..7bd49430 100644 --- a/packages/webpack-plugin/CHANGELOG.md +++ b/packages/webpack-plugin/CHANGELOG.md @@ -1,5 +1,12 @@ # @devup-ui/webpack-plugin +## 1.0.43 + +### Patch Changes + +- Updated dependencies [[`3c65364`](https://github.com/dev-five-git/devup-ui/commit/3c65364125cea6e3582562b99a9b71291fc6f8c2)]: + - @devup-ui/wasm@1.0.42 + ## 1.0.42 ### Patch Changes diff --git a/packages/webpack-plugin/package.json b/packages/webpack-plugin/package.json index da48fedc..93849fc9 100644 --- a/packages/webpack-plugin/package.json +++ b/packages/webpack-plugin/package.json @@ -18,7 +18,7 @@ "webpack" ], "type": "module", - "version": "1.0.42", + "version": "1.0.43", "scripts": { "lint": "eslint", "build": "tsc && vite build"