From be6364f8488b03f7259c60dc8863779e3c89fe46 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 2 Oct 2025 12:29:53 +0000 Subject: [PATCH] Version Packages --- .changeset/angry-groups-camp.md | 5 ----- .changeset/common-foxes-thank.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/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 +- 18 files changed, 62 insertions(+), 18 deletions(-) delete mode 100644 .changeset/angry-groups-camp.md delete mode 100644 .changeset/common-foxes-thank.md diff --git a/.changeset/angry-groups-camp.md b/.changeset/angry-groups-camp.md deleted file mode 100644 index f69c31ba..00000000 --- a/.changeset/angry-groups-camp.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@devup-ui/wasm': patch ---- - -Implement enum prop diff --git a/.changeset/common-foxes-thank.md b/.changeset/common-foxes-thank.md deleted file mode 100644 index da361a65..00000000 --- a/.changeset/common-foxes-thank.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@devup-ui/react': patch ---- - -Add positioning diff --git a/bindings/devup-ui-wasm/CHANGELOG.md b/bindings/devup-ui-wasm/CHANGELOG.md index dd301f4a..71585ea0 100644 --- a/bindings/devup-ui-wasm/CHANGELOG.md +++ b/bindings/devup-ui-wasm/CHANGELOG.md @@ -1,5 +1,11 @@ # @devup-ui/wasm +## 1.0.41 + +### Patch Changes + +- [#400](https://github.com/dev-five-git/devup-ui/pull/400) [`fee97f8`](https://github.com/dev-five-git/devup-ui/commit/fee97f8a3d79b9a4c62858deb8e1aea8c609e3a2) Thanks [@owjs3901](https://github.com/owjs3901)! - Implement enum prop + ## 1.0.40 ### Patch Changes diff --git a/bindings/devup-ui-wasm/package.json b/bindings/devup-ui-wasm/package.json index bc675281..3af9a773 100644 --- a/bindings/devup-ui-wasm/package.json +++ b/bindings/devup-ui-wasm/package.json @@ -17,7 +17,7 @@ "react", "wasm" ], - "version": "1.0.40", + "version": "1.0.41", "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 62caed14..90d135c0 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -1,5 +1,12 @@ # @devup-ui/components +## 0.1.23 + +### Patch Changes + +- Updated dependencies [[`fee97f8`](https://github.com/dev-five-git/devup-ui/commit/fee97f8a3d79b9a4c62858deb8e1aea8c609e3a2)]: + - @devup-ui/react@1.0.20 + ## 0.1.22 ### Patch Changes diff --git a/packages/components/package.json b/packages/components/package.json index e0e7bfd7..a51665bf 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -16,7 +16,7 @@ "css-in-js-framework", "react" ], - "version": "0.1.22", + "version": "0.1.23", "type": "module", "scripts": { "lint": "eslint", diff --git a/packages/next-plugin/CHANGELOG.md b/packages/next-plugin/CHANGELOG.md index 03a0d289..5e7b3d2f 100644 --- a/packages/next-plugin/CHANGELOG.md +++ b/packages/next-plugin/CHANGELOG.md @@ -1,5 +1,12 @@ # @devup-ui/next-plugin +## 1.0.43 + +### Patch Changes + +- Updated dependencies []: + - @devup-ui/webpack-plugin@1.0.42 + ## 1.0.42 ### Patch Changes diff --git a/packages/next-plugin/package.json b/packages/next-plugin/package.json index a243a675..5e5eaaca 100644 --- a/packages/next-plugin/package.json +++ b/packages/next-plugin/package.json @@ -19,7 +19,7 @@ "webpack" ], "type": "module", - "version": "1.0.42", + "version": "1.0.43", "scripts": { "lint": "eslint", "build": "tsc && vite build" diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 27811738..6ecc251a 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,11 @@ # @devup-ui/react +## 1.0.20 + +### Patch Changes + +- [#400](https://github.com/dev-five-git/devup-ui/pull/400) [`fee97f8`](https://github.com/dev-five-git/devup-ui/commit/fee97f8a3d79b9a4c62858deb8e1aea8c609e3a2) Thanks [@owjs3901](https://github.com/owjs3901)! - Add positioning + ## 1.0.19 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index 36b54480..813ffae9 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -16,7 +16,7 @@ "css-in-js-framework", "react" ], - "version": "1.0.19", + "version": "1.0.20", "type": "module", "scripts": { "lint": "eslint && tsc --noEmit", diff --git a/packages/reset-css/CHANGELOG.md b/packages/reset-css/CHANGELOG.md index f562c005..8c2c413e 100644 --- a/packages/reset-css/CHANGELOG.md +++ b/packages/reset-css/CHANGELOG.md @@ -1,5 +1,12 @@ # @devup-ui/reset-css +## 1.0.11 + +### Patch Changes + +- Updated dependencies [[`fee97f8`](https://github.com/dev-five-git/devup-ui/commit/fee97f8a3d79b9a4c62858deb8e1aea8c609e3a2)]: + - @devup-ui/react@1.0.20 + ## 1.0.10 ### Patch Changes diff --git a/packages/reset-css/package.json b/packages/reset-css/package.json index 7cfd0c6f..37f67819 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.10", + "version": "1.0.11", "type": "module", "scripts": { "lint": "eslint", diff --git a/packages/rsbuild-plugin/CHANGELOG.md b/packages/rsbuild-plugin/CHANGELOG.md index dd6a00da..60e12e0d 100644 --- a/packages/rsbuild-plugin/CHANGELOG.md +++ b/packages/rsbuild-plugin/CHANGELOG.md @@ -1,5 +1,12 @@ # @devup-ui/rsbuild-plugin +## 1.0.38 + +### Patch Changes + +- Updated dependencies [[`fee97f8`](https://github.com/dev-five-git/devup-ui/commit/fee97f8a3d79b9a4c62858deb8e1aea8c609e3a2)]: + - @devup-ui/wasm@1.0.41 + ## 1.0.37 ### Patch Changes diff --git a/packages/rsbuild-plugin/package.json b/packages/rsbuild-plugin/package.json index 7ac11c0a..91cf2889 100644 --- a/packages/rsbuild-plugin/package.json +++ b/packages/rsbuild-plugin/package.json @@ -18,7 +18,7 @@ "rsbuild" ], "type": "module", - "version": "1.0.37", + "version": "1.0.38", "scripts": { "lint": "eslint", "build": "tsc && vite build" diff --git a/packages/vite-plugin/CHANGELOG.md b/packages/vite-plugin/CHANGELOG.md index de5eead0..313bdb5d 100644 --- a/packages/vite-plugin/CHANGELOG.md +++ b/packages/vite-plugin/CHANGELOG.md @@ -1,5 +1,12 @@ # @devup-ui/vite-plugin +## 1.0.44 + +### Patch Changes + +- Updated dependencies [[`fee97f8`](https://github.com/dev-five-git/devup-ui/commit/fee97f8a3d79b9a4c62858deb8e1aea8c609e3a2)]: + - @devup-ui/wasm@1.0.41 + ## 1.0.43 ### Patch Changes diff --git a/packages/vite-plugin/package.json b/packages/vite-plugin/package.json index 4623190e..6abb1cc4 100644 --- a/packages/vite-plugin/package.json +++ b/packages/vite-plugin/package.json @@ -18,7 +18,7 @@ "vite" ], "type": "module", - "version": "1.0.43", + "version": "1.0.44", "scripts": { "lint": "eslint", "build": "tsc && vite build" diff --git a/packages/webpack-plugin/CHANGELOG.md b/packages/webpack-plugin/CHANGELOG.md index 5dd15103..97035abc 100644 --- a/packages/webpack-plugin/CHANGELOG.md +++ b/packages/webpack-plugin/CHANGELOG.md @@ -1,5 +1,12 @@ # @devup-ui/webpack-plugin +## 1.0.42 + +### Patch Changes + +- Updated dependencies [[`fee97f8`](https://github.com/dev-five-git/devup-ui/commit/fee97f8a3d79b9a4c62858deb8e1aea8c609e3a2)]: + - @devup-ui/wasm@1.0.41 + ## 1.0.41 ### Patch Changes diff --git a/packages/webpack-plugin/package.json b/packages/webpack-plugin/package.json index 6fa6fb65..da48fedc 100644 --- a/packages/webpack-plugin/package.json +++ b/packages/webpack-plugin/package.json @@ -18,7 +18,7 @@ "webpack" ], "type": "module", - "version": "1.0.41", + "version": "1.0.42", "scripts": { "lint": "eslint", "build": "tsc && vite build"