diff --git a/.changeset/early-walls-roll.md b/.changeset/early-walls-roll.md deleted file mode 100644 index 76f6d0fe..00000000 --- a/.changeset/early-walls-roll.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -'@devup-ui/rsbuild-plugin': patch -'@devup-ui/webpack-plugin': patch -'@devup-ui/next-plugin': patch -'@devup-ui/vite-plugin': patch -'@devup-ui/components': patch -'@devup-ui/reset-css': patch -'@devup-ui/react': patch ---- - -Update css typing diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index e84518d6..4ffa03ed 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -1,5 +1,14 @@ # @devup-ui/components +## 0.1.35 + +### Patch Changes + +- [#486](https://github.com/dev-five-git/devup-ui/pull/486) [`be1798e`](https://github.com/dev-five-git/devup-ui/commit/be1798e04505fb066a44c88a370474d62560ee35) Thanks [@owjs3901](https://github.com/owjs3901)! - Update css typing + +- Updated dependencies [[`be1798e`](https://github.com/dev-five-git/devup-ui/commit/be1798e04505fb066a44c88a370474d62560ee35)]: + - @devup-ui/react@1.0.26 + ## 0.1.34 ### Patch Changes diff --git a/packages/components/package.json b/packages/components/package.json index 2e7cf553..d3a111f1 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -16,7 +16,7 @@ "css-in-js-framework", "react" ], - "version": "0.1.34", + "version": "0.1.35", "type": "module", "scripts": { "lint": "eslint", diff --git a/packages/next-plugin/CHANGELOG.md b/packages/next-plugin/CHANGELOG.md index 450648be..6afd342c 100644 --- a/packages/next-plugin/CHANGELOG.md +++ b/packages/next-plugin/CHANGELOG.md @@ -1,5 +1,14 @@ # @devup-ui/next-plugin +## 1.0.55 + +### Patch Changes + +- [#486](https://github.com/dev-five-git/devup-ui/pull/486) [`be1798e`](https://github.com/dev-five-git/devup-ui/commit/be1798e04505fb066a44c88a370474d62560ee35) Thanks [@owjs3901](https://github.com/owjs3901)! - Update css typing + +- Updated dependencies [[`be1798e`](https://github.com/dev-five-git/devup-ui/commit/be1798e04505fb066a44c88a370474d62560ee35)]: + - @devup-ui/webpack-plugin@1.0.48 + ## 1.0.54 ### Patch Changes diff --git a/packages/next-plugin/package.json b/packages/next-plugin/package.json index 009834b9..93b01fe0 100644 --- a/packages/next-plugin/package.json +++ b/packages/next-plugin/package.json @@ -19,7 +19,7 @@ "webpack" ], "type": "module", - "version": "1.0.54", + "version": "1.0.55", "scripts": { "lint": "eslint", "build": "tsc && vite build" diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index fc970068..29cf7ba0 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,11 @@ # @devup-ui/react +## 1.0.26 + +### Patch Changes + +- [#486](https://github.com/dev-five-git/devup-ui/pull/486) [`be1798e`](https://github.com/dev-five-git/devup-ui/commit/be1798e04505fb066a44c88a370474d62560ee35) Thanks [@owjs3901](https://github.com/owjs3901)! - Update css typing + ## 1.0.25 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index ec74ae7d..d66cf0b6 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -16,7 +16,7 @@ "css-in-js-framework", "react" ], - "version": "1.0.25", + "version": "1.0.26", "type": "module", "scripts": { "lint": "eslint && tsc --noEmit", diff --git a/packages/reset-css/CHANGELOG.md b/packages/reset-css/CHANGELOG.md index 6ffc16ee..fffa1648 100644 --- a/packages/reset-css/CHANGELOG.md +++ b/packages/reset-css/CHANGELOG.md @@ -1,5 +1,14 @@ # @devup-ui/reset-css +## 1.0.17 + +### Patch Changes + +- [#486](https://github.com/dev-five-git/devup-ui/pull/486) [`be1798e`](https://github.com/dev-five-git/devup-ui/commit/be1798e04505fb066a44c88a370474d62560ee35) Thanks [@owjs3901](https://github.com/owjs3901)! - Update css typing + +- Updated dependencies [[`be1798e`](https://github.com/dev-five-git/devup-ui/commit/be1798e04505fb066a44c88a370474d62560ee35)]: + - @devup-ui/react@1.0.26 + ## 1.0.16 ### Patch Changes diff --git a/packages/reset-css/package.json b/packages/reset-css/package.json index d37df867..e810056f 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.16", + "version": "1.0.17", "type": "module", "scripts": { "lint": "eslint", diff --git a/packages/rsbuild-plugin/CHANGELOG.md b/packages/rsbuild-plugin/CHANGELOG.md index 2c529b10..49d1c6d4 100644 --- a/packages/rsbuild-plugin/CHANGELOG.md +++ b/packages/rsbuild-plugin/CHANGELOG.md @@ -1,5 +1,11 @@ # @devup-ui/rsbuild-plugin +## 1.0.43 + +### Patch Changes + +- [#486](https://github.com/dev-five-git/devup-ui/pull/486) [`be1798e`](https://github.com/dev-five-git/devup-ui/commit/be1798e04505fb066a44c88a370474d62560ee35) Thanks [@owjs3901](https://github.com/owjs3901)! - Update css typing + ## 1.0.42 ### Patch Changes diff --git a/packages/rsbuild-plugin/package.json b/packages/rsbuild-plugin/package.json index e7ce30f9..cf84e502 100644 --- a/packages/rsbuild-plugin/package.json +++ b/packages/rsbuild-plugin/package.json @@ -18,7 +18,7 @@ "rsbuild" ], "type": "module", - "version": "1.0.42", + "version": "1.0.43", "scripts": { "lint": "eslint", "build": "tsc && vite build" diff --git a/packages/vite-plugin/CHANGELOG.md b/packages/vite-plugin/CHANGELOG.md index 807b41d9..0aa35f09 100644 --- a/packages/vite-plugin/CHANGELOG.md +++ b/packages/vite-plugin/CHANGELOG.md @@ -1,5 +1,11 @@ # @devup-ui/vite-plugin +## 1.0.49 + +### Patch Changes + +- [#486](https://github.com/dev-five-git/devup-ui/pull/486) [`be1798e`](https://github.com/dev-five-git/devup-ui/commit/be1798e04505fb066a44c88a370474d62560ee35) Thanks [@owjs3901](https://github.com/owjs3901)! - Update css typing + ## 1.0.48 ### Patch Changes diff --git a/packages/vite-plugin/package.json b/packages/vite-plugin/package.json index 6a04a069..3c4d8107 100644 --- a/packages/vite-plugin/package.json +++ b/packages/vite-plugin/package.json @@ -18,7 +18,7 @@ "vite" ], "type": "module", - "version": "1.0.48", + "version": "1.0.49", "scripts": { "lint": "eslint", "build": "tsc && vite build" diff --git a/packages/webpack-plugin/CHANGELOG.md b/packages/webpack-plugin/CHANGELOG.md index 5fc75119..133425c0 100644 --- a/packages/webpack-plugin/CHANGELOG.md +++ b/packages/webpack-plugin/CHANGELOG.md @@ -1,5 +1,11 @@ # @devup-ui/webpack-plugin +## 1.0.48 + +### Patch Changes + +- [#486](https://github.com/dev-five-git/devup-ui/pull/486) [`be1798e`](https://github.com/dev-five-git/devup-ui/commit/be1798e04505fb066a44c88a370474d62560ee35) Thanks [@owjs3901](https://github.com/owjs3901)! - Update css typing + ## 1.0.47 ### Patch Changes diff --git a/packages/webpack-plugin/package.json b/packages/webpack-plugin/package.json index 08cbd2fb..5c1b1372 100644 --- a/packages/webpack-plugin/package.json +++ b/packages/webpack-plugin/package.json @@ -18,7 +18,7 @@ "webpack" ], "type": "module", - "version": "1.0.47", + "version": "1.0.48", "scripts": { "lint": "eslint", "build": "tsc && vite build"