diff --git a/.changeset/cute-paws-pump.md b/.changeset/cute-paws-pump.md deleted file mode 100644 index aca4f268..00000000 --- a/.changeset/cute-paws-pump.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@devup-ui/next-plugin': patch ---- - -Support next.js 16 dev diff --git a/.changeset/dirty-things-punch.md b/.changeset/dirty-things-punch.md deleted file mode 100644 index 56991836..00000000 --- a/.changeset/dirty-things-punch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@devup-ui/components': patch ---- - -Fix typography type of Select diff --git a/.changeset/fiery-doodles-write.md b/.changeset/fiery-doodles-write.md deleted file mode 100644 index 6eed2ba1..00000000 --- a/.changeset/fiery-doodles-write.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@devup-ui/eslint-plugin': patch ---- - -Add edge case diff --git a/.changeset/green-stamps-trade.md b/.changeset/green-stamps-trade.md deleted file mode 100644 index e903db70..00000000 --- a/.changeset/green-stamps-trade.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@devup-ui/react': patch ---- - -Export TypographyKeys diff --git a/.changeset/polite-suits-guess.md b/.changeset/polite-suits-guess.md deleted file mode 100644 index 20824d84..00000000 --- a/.changeset/polite-suits-guess.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@devup-ui/webpack-plugin': patch ---- - -Support turbopack theme diff --git a/.changeset/social-rules-stay.md b/.changeset/social-rules-stay.md deleted file mode 100644 index b32623cf..00000000 --- a/.changeset/social-rules-stay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@devup-ui/wasm': patch ---- - -Optimize memory files diff --git a/bindings/devup-ui-wasm/CHANGELOG.md b/bindings/devup-ui-wasm/CHANGELOG.md index 5622b2c4..7d8b0824 100644 --- a/bindings/devup-ui-wasm/CHANGELOG.md +++ b/bindings/devup-ui-wasm/CHANGELOG.md @@ -1,5 +1,11 @@ # @devup-ui/wasm +## 1.0.43 + +### Patch Changes + +- [#435](https://github.com/dev-five-git/devup-ui/pull/435) [`8e46b5e`](https://github.com/dev-five-git/devup-ui/commit/8e46b5eb35897ff33b27738f4623ca7bee2588fb) Thanks [@owjs3901](https://github.com/owjs3901)! - Optimize memory files + ## 1.0.42 ### Patch Changes diff --git a/bindings/devup-ui-wasm/package.json b/bindings/devup-ui-wasm/package.json index 0fcb999c..2401353f 100644 --- a/bindings/devup-ui-wasm/package.json +++ b/bindings/devup-ui-wasm/package.json @@ -17,7 +17,7 @@ "react", "wasm" ], - "version": "1.0.42", + "version": "1.0.43", "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 466c0146..43b1449f 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -1,5 +1,14 @@ # @devup-ui/components +## 0.1.28 + +### Patch Changes + +- [#435](https://github.com/dev-five-git/devup-ui/pull/435) [`8e46b5e`](https://github.com/dev-five-git/devup-ui/commit/8e46b5eb35897ff33b27738f4623ca7bee2588fb) Thanks [@owjs3901](https://github.com/owjs3901)! - Fix typography type of Select + +- Updated dependencies [[`8e46b5e`](https://github.com/dev-five-git/devup-ui/commit/8e46b5eb35897ff33b27738f4623ca7bee2588fb)]: + - @devup-ui/react@1.0.22 + ## 0.1.27 ### Patch Changes diff --git a/packages/components/package.json b/packages/components/package.json index b6ead3eb..5a522b43 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -16,7 +16,7 @@ "css-in-js-framework", "react" ], - "version": "0.1.27", + "version": "0.1.28", "type": "module", "scripts": { "lint": "eslint", diff --git a/packages/eslint-plugin/CHANGELOG.md b/packages/eslint-plugin/CHANGELOG.md index 9fb030fc..97c851a8 100644 --- a/packages/eslint-plugin/CHANGELOG.md +++ b/packages/eslint-plugin/CHANGELOG.md @@ -1,5 +1,11 @@ # @devup-ui/eslint-plugin +## 1.0.3 + +### Patch Changes + +- [#435](https://github.com/dev-five-git/devup-ui/pull/435) [`8e46b5e`](https://github.com/dev-five-git/devup-ui/commit/8e46b5eb35897ff33b27738f4623ca7bee2588fb) Thanks [@owjs3901](https://github.com/owjs3901)! - Add edge case + ## 1.0.2 ### Patch Changes diff --git a/packages/eslint-plugin/package.json b/packages/eslint-plugin/package.json index 9407db6c..f66cd75c 100644 --- a/packages/eslint-plugin/package.json +++ b/packages/eslint-plugin/package.json @@ -17,7 +17,7 @@ "react", "eslint" ], - "version": "1.0.2", + "version": "1.0.3", "main": "dist/index.cjs", "type": "module", "scripts": { diff --git a/packages/next-plugin/CHANGELOG.md b/packages/next-plugin/CHANGELOG.md index 7b0451d6..7445d6c9 100644 --- a/packages/next-plugin/CHANGELOG.md +++ b/packages/next-plugin/CHANGELOG.md @@ -1,5 +1,15 @@ # @devup-ui/next-plugin +## 1.0.45 + +### Patch Changes + +- [#435](https://github.com/dev-five-git/devup-ui/pull/435) [`8e46b5e`](https://github.com/dev-five-git/devup-ui/commit/8e46b5eb35897ff33b27738f4623ca7bee2588fb) Thanks [@owjs3901](https://github.com/owjs3901)! - Support next.js 16 dev + +- Updated dependencies [[`8e46b5e`](https://github.com/dev-five-git/devup-ui/commit/8e46b5eb35897ff33b27738f4623ca7bee2588fb), [`8e46b5e`](https://github.com/dev-five-git/devup-ui/commit/8e46b5eb35897ff33b27738f4623ca7bee2588fb)]: + - @devup-ui/webpack-plugin@1.0.44 + - @devup-ui/wasm@1.0.43 + ## 1.0.44 ### Patch Changes diff --git a/packages/next-plugin/package.json b/packages/next-plugin/package.json index 7babea15..8f0a625c 100644 --- a/packages/next-plugin/package.json +++ b/packages/next-plugin/package.json @@ -19,7 +19,7 @@ "webpack" ], "type": "module", - "version": "1.0.44", + "version": "1.0.45", "scripts": { "lint": "eslint", "build": "tsc && vite build" diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index e4aa5c72..afee91e9 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,11 @@ # @devup-ui/react +## 1.0.22 + +### Patch Changes + +- [#435](https://github.com/dev-five-git/devup-ui/pull/435) [`8e46b5e`](https://github.com/dev-five-git/devup-ui/commit/8e46b5eb35897ff33b27738f4623ca7bee2588fb) Thanks [@owjs3901](https://github.com/owjs3901)! - Export TypographyKeys + ## 1.0.21 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index ef2928c1..011c5556 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -16,7 +16,7 @@ "css-in-js-framework", "react" ], - "version": "1.0.21", + "version": "1.0.22", "type": "module", "scripts": { "lint": "eslint && tsc --noEmit", diff --git a/packages/reset-css/CHANGELOG.md b/packages/reset-css/CHANGELOG.md index 921b1dea..b27c5978 100644 --- a/packages/reset-css/CHANGELOG.md +++ b/packages/reset-css/CHANGELOG.md @@ -1,5 +1,12 @@ # @devup-ui/reset-css +## 1.0.13 + +### Patch Changes + +- Updated dependencies [[`8e46b5e`](https://github.com/dev-five-git/devup-ui/commit/8e46b5eb35897ff33b27738f4623ca7bee2588fb)]: + - @devup-ui/react@1.0.22 + ## 1.0.12 ### Patch Changes diff --git a/packages/reset-css/package.json b/packages/reset-css/package.json index 999c8a75..7e58f284 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.12", + "version": "1.0.13", "type": "module", "scripts": { "lint": "eslint", diff --git a/packages/rsbuild-plugin/CHANGELOG.md b/packages/rsbuild-plugin/CHANGELOG.md index 3004a722..68c7a9b0 100644 --- a/packages/rsbuild-plugin/CHANGELOG.md +++ b/packages/rsbuild-plugin/CHANGELOG.md @@ -1,5 +1,12 @@ # @devup-ui/rsbuild-plugin +## 1.0.40 + +### Patch Changes + +- Updated dependencies [[`8e46b5e`](https://github.com/dev-five-git/devup-ui/commit/8e46b5eb35897ff33b27738f4623ca7bee2588fb)]: + - @devup-ui/wasm@1.0.43 + ## 1.0.39 ### Patch Changes diff --git a/packages/rsbuild-plugin/package.json b/packages/rsbuild-plugin/package.json index 0b380a76..f5a8b768 100644 --- a/packages/rsbuild-plugin/package.json +++ b/packages/rsbuild-plugin/package.json @@ -18,7 +18,7 @@ "rsbuild" ], "type": "module", - "version": "1.0.39", + "version": "1.0.40", "scripts": { "lint": "eslint", "build": "tsc && vite build" diff --git a/packages/vite-plugin/CHANGELOG.md b/packages/vite-plugin/CHANGELOG.md index 055b9702..2f9a55cb 100644 --- a/packages/vite-plugin/CHANGELOG.md +++ b/packages/vite-plugin/CHANGELOG.md @@ -1,5 +1,12 @@ # @devup-ui/vite-plugin +## 1.0.46 + +### Patch Changes + +- Updated dependencies [[`8e46b5e`](https://github.com/dev-five-git/devup-ui/commit/8e46b5eb35897ff33b27738f4623ca7bee2588fb)]: + - @devup-ui/wasm@1.0.43 + ## 1.0.45 ### Patch Changes diff --git a/packages/vite-plugin/package.json b/packages/vite-plugin/package.json index 9c08887b..7be7b582 100644 --- a/packages/vite-plugin/package.json +++ b/packages/vite-plugin/package.json @@ -18,7 +18,7 @@ "vite" ], "type": "module", - "version": "1.0.45", + "version": "1.0.46", "scripts": { "lint": "eslint", "build": "tsc && vite build" diff --git a/packages/webpack-plugin/CHANGELOG.md b/packages/webpack-plugin/CHANGELOG.md index 7bd49430..35556c5d 100644 --- a/packages/webpack-plugin/CHANGELOG.md +++ b/packages/webpack-plugin/CHANGELOG.md @@ -1,5 +1,14 @@ # @devup-ui/webpack-plugin +## 1.0.44 + +### Patch Changes + +- [#435](https://github.com/dev-five-git/devup-ui/pull/435) [`8e46b5e`](https://github.com/dev-five-git/devup-ui/commit/8e46b5eb35897ff33b27738f4623ca7bee2588fb) Thanks [@owjs3901](https://github.com/owjs3901)! - Support turbopack theme + +- Updated dependencies [[`8e46b5e`](https://github.com/dev-five-git/devup-ui/commit/8e46b5eb35897ff33b27738f4623ca7bee2588fb)]: + - @devup-ui/wasm@1.0.43 + ## 1.0.43 ### Patch Changes diff --git a/packages/webpack-plugin/package.json b/packages/webpack-plugin/package.json index 99396f2d..f4658099 100644 --- a/packages/webpack-plugin/package.json +++ b/packages/webpack-plugin/package.json @@ -18,7 +18,7 @@ "webpack" ], "type": "module", - "version": "1.0.43", + "version": "1.0.44", "scripts": { "lint": "eslint", "build": "tsc && vite build"