diff --git a/.changeset/odd-islands-agree.md b/.changeset/odd-islands-agree.md deleted file mode 100644 index 70c98945..00000000 --- a/.changeset/odd-islands-agree.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -"@icestack/cli": patch -"@icestack/config": patch -"@icestack/core": patch -"@icestack/cva": patch -"@icestack/generator": patch -"@icestack/logger": patch -"@icestack/postcss": patch -"@icestack/postcss-utils": patch -"@icestack/preset-default": patch -"@icestack/scss": patch -"@icestack/shared": patch -"@icestack/tailwindcss": patch -"@icestack/theme-algorithm": patch -"@icestack/types": patch -"@icestack/ui": patch -"@icestack/unocss": patch -"@icestack/unplugin": patch ---- - -fix buildUtilities override index diff --git a/examples/postcss-icestack-plugin/CHANGELOG.md b/examples/postcss-icestack-plugin/CHANGELOG.md index 8dd03642..af69e163 100644 --- a/examples/postcss-icestack-plugin/CHANGELOG.md +++ b/examples/postcss-icestack-plugin/CHANGELOG.md @@ -1,5 +1,12 @@ # postcss-icestack-plugin +## 0.0.8 + +### Patch Changes + +- Updated dependencies [[`aecf8f1`](https://github.com/sonofmagic/icestack/commit/aecf8f1f58e0dc540d242a96bf45217b9f6ddd3f)]: + - @icestack/cva@1.3.7 + ## 0.0.7 ### Patch Changes diff --git a/examples/postcss-icestack-plugin/package.json b/examples/postcss-icestack-plugin/package.json index 309d0c4b..fea12ef0 100644 --- a/examples/postcss-icestack-plugin/package.json +++ b/examples/postcss-icestack-plugin/package.json @@ -1,7 +1,7 @@ { "name": "postcss-icestack-plugin", "private": true, - "version": "0.0.7", + "version": "0.0.8", "type": "module", "scripts": { "dev": "vite", diff --git a/examples/weapp/CHANGELOG.md b/examples/weapp/CHANGELOG.md index 316369b0..8a9e9c8e 100644 --- a/examples/weapp/CHANGELOG.md +++ b/examples/weapp/CHANGELOG.md @@ -1,5 +1,12 @@ # weapp +## 1.0.3 + +### Patch Changes + +- Updated dependencies [[`aecf8f1`](https://github.com/sonofmagic/icestack/commit/aecf8f1f58e0dc540d242a96bf45217b9f6ddd3f)]: + - @icestack/cva@1.3.7 + ## 1.0.2 ### Patch Changes diff --git a/examples/weapp/package.json b/examples/weapp/package.json index 8b501167..9cd70695 100644 --- a/examples/weapp/package.json +++ b/examples/weapp/package.json @@ -1,7 +1,7 @@ { "name": "weapp", "private": true, - "version": "1.0.2", + "version": "1.0.3", "description": "", "main": "index.js", "scripts": { diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 8f57c5ff..c2d99044 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,17 @@ # @icestack/cli +## 1.3.7 + +### Patch Changes + +- [`aecf8f1`](https://github.com/sonofmagic/icestack/commit/aecf8f1f58e0dc540d242a96bf45217b9f6ddd3f) Thanks [@sonofmagic](https://github.com/sonofmagic)! - fix buildUtilities override index + +- Updated dependencies [[`aecf8f1`](https://github.com/sonofmagic/icestack/commit/aecf8f1f58e0dc540d242a96bf45217b9f6ddd3f)]: + - @icestack/config@1.3.7 + - @icestack/core@1.3.7 + - @icestack/logger@1.3.7 + - @icestack/shared@1.3.7 + ## 1.3.6 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 19229120..0b8b5c0d 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,7 +1,7 @@ { "name": "@icestack/cli", "description": "The cli of @icestack/ui", - "version": "1.3.6", + "version": "1.3.7", "scripts": { "build": "unbuild", "test": "vitest run", diff --git a/packages/config/CHANGELOG.md b/packages/config/CHANGELOG.md index 3f883fa8..8f3f4315 100644 --- a/packages/config/CHANGELOG.md +++ b/packages/config/CHANGELOG.md @@ -1,5 +1,17 @@ # @icestack/config +## 1.3.7 + +### Patch Changes + +- [`aecf8f1`](https://github.com/sonofmagic/icestack/commit/aecf8f1f58e0dc540d242a96bf45217b9f6ddd3f) Thanks [@sonofmagic](https://github.com/sonofmagic)! - fix buildUtilities override index + +- Updated dependencies [[`aecf8f1`](https://github.com/sonofmagic/icestack/commit/aecf8f1f58e0dc540d242a96bf45217b9f6ddd3f)]: + - @icestack/preset-default@1.3.7 + - @icestack/shared@1.3.7 + - @icestack/theme-algorithm@1.3.7 + - @icestack/types@1.3.7 + ## 1.3.6 ### Patch Changes diff --git a/packages/config/package.json b/packages/config/package.json index 18c8808f..a0825bff 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,7 +1,7 @@ { "name": "@icestack/config", "description": "The config package of icestack", - "version": "1.3.6", + "version": "1.3.7", "scripts": { "build": "unbuild", "test": "vitest run", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 2b317f02..9f92cdc1 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,22 @@ # @icestack/core +## 1.3.7 + +### Patch Changes + +- [`aecf8f1`](https://github.com/sonofmagic/icestack/commit/aecf8f1f58e0dc540d242a96bf45217b9f6ddd3f) Thanks [@sonofmagic](https://github.com/sonofmagic)! - fix buildUtilities override index + +- Updated dependencies [[`aecf8f1`](https://github.com/sonofmagic/icestack/commit/aecf8f1f58e0dc540d242a96bf45217b9f6ddd3f)]: + - @icestack/config@1.3.7 + - @icestack/generator@1.0.4 + - @icestack/logger@1.3.7 + - @icestack/postcss-utils@1.3.7 + - @icestack/preset-default@1.3.7 + - @icestack/scss@1.3.7 + - @icestack/shared@1.3.7 + - @icestack/theme-algorithm@1.3.7 + - @icestack/types@1.3.7 + ## 1.3.6 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index a8a431c1..22febbfe 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@icestack/core", "description": "The core of @icestack/ui", - "version": "1.3.6", + "version": "1.3.7", "scripts": { "dev": "unbuild --sourcemap", "build": "unbuild", diff --git a/packages/cva/CHANGELOG.md b/packages/cva/CHANGELOG.md index adef2bd0..46035a84 100644 --- a/packages/cva/CHANGELOG.md +++ b/packages/cva/CHANGELOG.md @@ -1,5 +1,11 @@ # @icestack/cva +## 1.3.7 + +### Patch Changes + +- [`aecf8f1`](https://github.com/sonofmagic/icestack/commit/aecf8f1f58e0dc540d242a96bf45217b9f6ddd3f) Thanks [@sonofmagic](https://github.com/sonofmagic)! - fix buildUtilities override index + ## 1.3.6 ### Patch Changes diff --git a/packages/cva/package.json b/packages/cva/package.json index 4c0da099..6bae4ec2 100644 --- a/packages/cva/package.json +++ b/packages/cva/package.json @@ -1,7 +1,7 @@ { "name": "@icestack/cva", "description": "The class-variance-authority function collection of @icestack/ui", - "version": "1.3.6", + "version": "1.3.7", "scripts": { "build": "unbuild", "test": "vitest run", diff --git a/packages/generator/CHANGELOG.md b/packages/generator/CHANGELOG.md index 87f272f1..710c8a31 100644 --- a/packages/generator/CHANGELOG.md +++ b/packages/generator/CHANGELOG.md @@ -1,5 +1,14 @@ # @icestack/generator +## 1.0.4 + +### Patch Changes + +- [`aecf8f1`](https://github.com/sonofmagic/icestack/commit/aecf8f1f58e0dc540d242a96bf45217b9f6ddd3f) Thanks [@sonofmagic](https://github.com/sonofmagic)! - fix buildUtilities override index + +- Updated dependencies [[`aecf8f1`](https://github.com/sonofmagic/icestack/commit/aecf8f1f58e0dc540d242a96bf45217b9f6ddd3f)]: + - @icestack/shared@1.3.7 + ## 1.0.3 ### Patch Changes diff --git a/packages/generator/package.json b/packages/generator/package.json index db8de498..478ab9bf 100644 --- a/packages/generator/package.json +++ b/packages/generator/package.json @@ -1,7 +1,7 @@ { "name": "@icestack/generator", "description": "The generator package of icestack", - "version": "1.0.3", + "version": "1.0.4", "scripts": { "build": "unbuild", "test": "vitest run", diff --git a/packages/logger/CHANGELOG.md b/packages/logger/CHANGELOG.md index b8525c66..d00863a8 100644 --- a/packages/logger/CHANGELOG.md +++ b/packages/logger/CHANGELOG.md @@ -1,5 +1,11 @@ # @icestack/logger +## 1.3.7 + +### Patch Changes + +- [`aecf8f1`](https://github.com/sonofmagic/icestack/commit/aecf8f1f58e0dc540d242a96bf45217b9f6ddd3f) Thanks [@sonofmagic](https://github.com/sonofmagic)! - fix buildUtilities override index + ## 1.3.6 ### Patch Changes diff --git a/packages/logger/package.json b/packages/logger/package.json index d627fcb7..8daed65d 100644 --- a/packages/logger/package.json +++ b/packages/logger/package.json @@ -1,7 +1,7 @@ { "name": "@icestack/logger", "description": "The logger of @icestack/ui", - "version": "1.3.6", + "version": "1.3.7", "scripts": { "build": "unbuild", "test": "vitest run", diff --git a/packages/postcss-utils/CHANGELOG.md b/packages/postcss-utils/CHANGELOG.md index dc84cbe5..6a8581b7 100644 --- a/packages/postcss-utils/CHANGELOG.md +++ b/packages/postcss-utils/CHANGELOG.md @@ -1,5 +1,16 @@ # @icestack/postcss-utils +## 1.3.7 + +### Patch Changes + +- [`aecf8f1`](https://github.com/sonofmagic/icestack/commit/aecf8f1f58e0dc540d242a96bf45217b9f6ddd3f) Thanks [@sonofmagic](https://github.com/sonofmagic)! - fix buildUtilities override index + +- Updated dependencies [[`aecf8f1`](https://github.com/sonofmagic/icestack/commit/aecf8f1f58e0dc540d242a96bf45217b9f6ddd3f)]: + - @icestack/shared@1.3.7 + - @icestack/types@1.3.7 + - postcss-cva@0.2.3 + ## 1.3.6 ### Patch Changes diff --git a/packages/postcss-utils/package.json b/packages/postcss-utils/package.json index bde280fb..88d8e004 100644 --- a/packages/postcss-utils/package.json +++ b/packages/postcss-utils/package.json @@ -1,7 +1,7 @@ { "name": "@icestack/postcss-utils", "description": "The postcss utils of @icestack/ui", - "version": "1.3.6", + "version": "1.3.7", "scripts": { "build": "unbuild", "test": "vitest run", diff --git a/packages/postcss/CHANGELOG.md b/packages/postcss/CHANGELOG.md index 71e78ba1..67897970 100644 --- a/packages/postcss/CHANGELOG.md +++ b/packages/postcss/CHANGELOG.md @@ -1,5 +1,18 @@ # @icestack/postcss +## 1.3.7 + +### Patch Changes + +- [`aecf8f1`](https://github.com/sonofmagic/icestack/commit/aecf8f1f58e0dc540d242a96bf45217b9f6ddd3f) Thanks [@sonofmagic](https://github.com/sonofmagic)! - fix buildUtilities override index + +- Updated dependencies [[`aecf8f1`](https://github.com/sonofmagic/icestack/commit/aecf8f1f58e0dc540d242a96bf45217b9f6ddd3f)]: + - @icestack/config@1.3.7 + - @icestack/core@1.3.7 + - @icestack/logger@1.3.7 + - @icestack/postcss-utils@1.3.7 + - @icestack/types@1.3.7 + ## 1.3.6 ### Patch Changes diff --git a/packages/postcss/package.json b/packages/postcss/package.json index f53b9f43..3fbe26df 100644 --- a/packages/postcss/package.json +++ b/packages/postcss/package.json @@ -1,7 +1,7 @@ { "name": "@icestack/postcss", "description": "The postcss processor of @icestack/ui", - "version": "1.3.6", + "version": "1.3.7", "scripts": { "build": "unbuild", "test": "vitest run", diff --git a/packages/preset-default/CHANGELOG.md b/packages/preset-default/CHANGELOG.md index 041eb6b5..14f9380a 100644 --- a/packages/preset-default/CHANGELOG.md +++ b/packages/preset-default/CHANGELOG.md @@ -1,5 +1,16 @@ # @icestack/preset-default +## 1.3.7 + +### Patch Changes + +- [`aecf8f1`](https://github.com/sonofmagic/icestack/commit/aecf8f1f58e0dc540d242a96bf45217b9f6ddd3f) Thanks [@sonofmagic](https://github.com/sonofmagic)! - fix buildUtilities override index + +- Updated dependencies [[`aecf8f1`](https://github.com/sonofmagic/icestack/commit/aecf8f1f58e0dc540d242a96bf45217b9f6ddd3f)]: + - @icestack/shared@1.3.7 + - @icestack/theme-algorithm@1.3.7 + - @icestack/types@1.3.7 + ## 1.3.6 ### Patch Changes diff --git a/packages/preset-default/package.json b/packages/preset-default/package.json index e519edbc..4f2e6f83 100644 --- a/packages/preset-default/package.json +++ b/packages/preset-default/package.json @@ -1,7 +1,7 @@ { "name": "@icestack/preset-default", "description": "The default preset of @icestack/ui", - "version": "1.3.6", + "version": "1.3.7", "scripts": { "build": "unbuild", "test": "vitest run", diff --git a/packages/scss/CHANGELOG.md b/packages/scss/CHANGELOG.md index acc00810..bcb663f2 100644 --- a/packages/scss/CHANGELOG.md +++ b/packages/scss/CHANGELOG.md @@ -1,5 +1,14 @@ # @icestack/scss +## 1.3.7 + +### Patch Changes + +- [`aecf8f1`](https://github.com/sonofmagic/icestack/commit/aecf8f1f58e0dc540d242a96bf45217b9f6ddd3f) Thanks [@sonofmagic](https://github.com/sonofmagic)! - fix buildUtilities override index + +- Updated dependencies [[`aecf8f1`](https://github.com/sonofmagic/icestack/commit/aecf8f1f58e0dc540d242a96bf45217b9f6ddd3f)]: + - @icestack/shared@1.3.7 + ## 1.3.6 ### Patch Changes diff --git a/packages/scss/package.json b/packages/scss/package.json index 5cbbd61d..71564c6e 100644 --- a/packages/scss/package.json +++ b/packages/scss/package.json @@ -1,7 +1,7 @@ { "name": "@icestack/scss", "description": "The scss utils of @icestack/ui", - "version": "1.3.6", + "version": "1.3.7", "scripts": { "build": "unbuild", "test": "vitest run", diff --git a/packages/shared/CHANGELOG.md b/packages/shared/CHANGELOG.md index 3e8d24de..703fc24b 100644 --- a/packages/shared/CHANGELOG.md +++ b/packages/shared/CHANGELOG.md @@ -1,5 +1,14 @@ # @icestack/shared +## 1.3.7 + +### Patch Changes + +- [`aecf8f1`](https://github.com/sonofmagic/icestack/commit/aecf8f1f58e0dc540d242a96bf45217b9f6ddd3f) Thanks [@sonofmagic](https://github.com/sonofmagic)! - fix buildUtilities override index + +- Updated dependencies [[`aecf8f1`](https://github.com/sonofmagic/icestack/commit/aecf8f1f58e0dc540d242a96bf45217b9f6ddd3f)]: + - @icestack/types@1.3.7 + ## 1.3.6 ### Patch Changes diff --git a/packages/shared/package.json b/packages/shared/package.json index 32897e0c..d010f695 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -1,7 +1,7 @@ { "name": "@icestack/shared", "description": "Shared utils and constants of @icestack/ui", - "version": "1.3.6", + "version": "1.3.7", "scripts": { "build": "unbuild", "test": "vitest run", diff --git a/packages/tailwindcss/CHANGELOG.md b/packages/tailwindcss/CHANGELOG.md index bbbd0f94..06149585 100644 --- a/packages/tailwindcss/CHANGELOG.md +++ b/packages/tailwindcss/CHANGELOG.md @@ -1,5 +1,16 @@ # @icestack/tailwindcss +## 1.3.7 + +### Patch Changes + +- [`aecf8f1`](https://github.com/sonofmagic/icestack/commit/aecf8f1f58e0dc540d242a96bf45217b9f6ddd3f) Thanks [@sonofmagic](https://github.com/sonofmagic)! - fix buildUtilities override index + +- Updated dependencies [[`aecf8f1`](https://github.com/sonofmagic/icestack/commit/aecf8f1f58e0dc540d242a96bf45217b9f6ddd3f)]: + - @icestack/logger@1.3.7 + - @icestack/postcss@1.3.7 + - @icestack/shared@1.3.7 + ## 1.3.6 ### Patch Changes diff --git a/packages/tailwindcss/package.json b/packages/tailwindcss/package.json index 57935b3c..ceeb20ee 100644 --- a/packages/tailwindcss/package.json +++ b/packages/tailwindcss/package.json @@ -1,7 +1,7 @@ { "name": "@icestack/tailwindcss", "description": "The tailwindcss plugin of @icestack/ui", - "version": "1.3.6", + "version": "1.3.7", "scripts": { "build": "unbuild", "test": "vitest run", diff --git a/packages/theme-algorithm/CHANGELOG.md b/packages/theme-algorithm/CHANGELOG.md index 2bd26a84..410ff226 100644 --- a/packages/theme-algorithm/CHANGELOG.md +++ b/packages/theme-algorithm/CHANGELOG.md @@ -1,5 +1,11 @@ # @icestack/theme-algorithm +## 1.3.7 + +### Patch Changes + +- [`aecf8f1`](https://github.com/sonofmagic/icestack/commit/aecf8f1f58e0dc540d242a96bf45217b9f6ddd3f) Thanks [@sonofmagic](https://github.com/sonofmagic)! - fix buildUtilities override index + ## 1.3.6 ### Patch Changes diff --git a/packages/theme-algorithm/package.json b/packages/theme-algorithm/package.json index 3b5fc9e2..0e7adfcd 100644 --- a/packages/theme-algorithm/package.json +++ b/packages/theme-algorithm/package.json @@ -1,7 +1,7 @@ { "name": "@icestack/theme-algorithm", "description": "The theme-algorithm of @icestack/ui", - "version": "1.3.6", + "version": "1.3.7", "scripts": { "build": "unbuild", "test": "vitest run", diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index 7bc8d5ca..228220aa 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -1,5 +1,11 @@ # @icestack/types +## 1.3.7 + +### Patch Changes + +- [`aecf8f1`](https://github.com/sonofmagic/icestack/commit/aecf8f1f58e0dc540d242a96bf45217b9f6ddd3f) Thanks [@sonofmagic](https://github.com/sonofmagic)! - fix buildUtilities override index + ## 1.3.6 ### Patch Changes diff --git a/packages/types/package.json b/packages/types/package.json index 323c2bd6..f546c80d 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,7 +1,7 @@ { "name": "@icestack/types", "description": "The types of @icestack/ui", - "version": "1.3.6", + "version": "1.3.7", "scripts": { "build": "unbuild", "test": "vitest run", diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index d3620668..22f02fef 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,23 @@ # @icestack/ui +## 1.3.7 + +### Patch Changes + +- [`aecf8f1`](https://github.com/sonofmagic/icestack/commit/aecf8f1f58e0dc540d242a96bf45217b9f6ddd3f) Thanks [@sonofmagic](https://github.com/sonofmagic)! - fix buildUtilities override index + +- Updated dependencies [[`aecf8f1`](https://github.com/sonofmagic/icestack/commit/aecf8f1f58e0dc540d242a96bf45217b9f6ddd3f)]: + - @icestack/cli@1.3.7 + - @icestack/config@1.3.7 + - @icestack/core@1.3.7 + - @icestack/logger@1.3.7 + - @icestack/postcss-utils@1.3.7 + - @icestack/preset-default@1.3.7 + - @icestack/scss@1.3.7 + - @icestack/shared@1.3.7 + - @icestack/theme-algorithm@1.3.7 + - @icestack/types@1.3.7 + ## 1.3.6 ### Patch Changes diff --git a/packages/ui/package.json b/packages/ui/package.json index 67389af9..c917be9c 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@icestack/ui", - "version": "1.3.6", + "version": "1.3.7", "description": "❤️ IceStack, Web UI for Mobile, PC and Mini Program, open-source Headless component library generator", "sideEffects": false, "exports": { diff --git a/packages/unocss/CHANGELOG.md b/packages/unocss/CHANGELOG.md index 321f3c8e..5e2fbe92 100644 --- a/packages/unocss/CHANGELOG.md +++ b/packages/unocss/CHANGELOG.md @@ -1,5 +1,15 @@ # @icestack/unocss +## 1.3.7 + +### Patch Changes + +- [`aecf8f1`](https://github.com/sonofmagic/icestack/commit/aecf8f1f58e0dc540d242a96bf45217b9f6ddd3f) Thanks [@sonofmagic](https://github.com/sonofmagic)! - fix buildUtilities override index + +- Updated dependencies [[`aecf8f1`](https://github.com/sonofmagic/icestack/commit/aecf8f1f58e0dc540d242a96bf45217b9f6ddd3f)]: + - @icestack/logger@1.3.7 + - @icestack/shared@1.3.7 + ## 1.3.6 ### Patch Changes diff --git a/packages/unocss/package.json b/packages/unocss/package.json index 0d310c5b..926330c1 100644 --- a/packages/unocss/package.json +++ b/packages/unocss/package.json @@ -1,7 +1,7 @@ { "name": "@icestack/unocss", "description": "The Unocss plugin of @icestack/ui", - "version": "1.3.6", + "version": "1.3.7", "scripts": { "build": "pnpm build:ui && unbuild", "test": "vitest run", diff --git a/packages/unplugin/CHANGELOG.md b/packages/unplugin/CHANGELOG.md index a383349c..be826434 100644 --- a/packages/unplugin/CHANGELOG.md +++ b/packages/unplugin/CHANGELOG.md @@ -1,5 +1,11 @@ # @icestack/unplugin +## 1.3.7 + +### Patch Changes + +- [`aecf8f1`](https://github.com/sonofmagic/icestack/commit/aecf8f1f58e0dc540d242a96bf45217b9f6ddd3f) Thanks [@sonofmagic](https://github.com/sonofmagic)! - fix buildUtilities override index + ## 1.3.6 ### Patch Changes diff --git a/packages/unplugin/package.json b/packages/unplugin/package.json index 849bd24e..0af60a6a 100644 --- a/packages/unplugin/package.json +++ b/packages/unplugin/package.json @@ -1,7 +1,7 @@ { "name": "@icestack/unplugin", "description": "The unplugin of @icestack/ui", - "version": "1.3.6", + "version": "1.3.7", "private": true, "scripts": { "build": "unbuild", diff --git a/plugins/postcss-cva/CHANGELOG.md b/plugins/postcss-cva/CHANGELOG.md index 17b68a85..80561205 100644 --- a/plugins/postcss-cva/CHANGELOG.md +++ b/plugins/postcss-cva/CHANGELOG.md @@ -1,5 +1,12 @@ # postcss-cva +## 0.2.3 + +### Patch Changes + +- Updated dependencies [[`aecf8f1`](https://github.com/sonofmagic/icestack/commit/aecf8f1f58e0dc540d242a96bf45217b9f6ddd3f)]: + - @icestack/shared@1.3.7 + ## 0.2.2 ### Patch Changes diff --git a/plugins/postcss-cva/package.json b/plugins/postcss-cva/package.json index 27b67d92..a2cb74b8 100644 --- a/plugins/postcss-cva/package.json +++ b/plugins/postcss-cva/package.json @@ -1,7 +1,7 @@ { "name": "postcss-cva", "description": "generate cva functions by css comment", - "version": "0.2.2", + "version": "0.2.3", "scripts": { "dev": "unbuild --sourcemap", "build": "unbuild", diff --git a/presets/preset-daisyui/CHANGELOG.md b/presets/preset-daisyui/CHANGELOG.md index 9745b978..2a847f9d 100644 --- a/presets/preset-daisyui/CHANGELOG.md +++ b/presets/preset-daisyui/CHANGELOG.md @@ -1,5 +1,14 @@ # @icestack/preset-daisyui +## 1.0.10 + +### Patch Changes + +- Updated dependencies [[`aecf8f1`](https://github.com/sonofmagic/icestack/commit/aecf8f1f58e0dc540d242a96bf45217b9f6ddd3f)]: + - @icestack/postcss-utils@1.3.7 + - @icestack/shared@1.3.7 + - @icestack/types@1.3.7 + ## 1.0.9 ### Patch Changes diff --git a/presets/preset-daisyui/package.json b/presets/preset-daisyui/package.json index f95d8613..dd74cbfb 100644 --- a/presets/preset-daisyui/package.json +++ b/presets/preset-daisyui/package.json @@ -2,7 +2,7 @@ "name": "@icestack/preset-daisyui", "description": "The daisyui preset of @icestack/ui (WIP)", "private": true, - "version": "1.0.9", + "version": "1.0.10", "scripts": { "build": "unbuild", "test": "vitest run", diff --git a/presets/preset-mockup/CHANGELOG.md b/presets/preset-mockup/CHANGELOG.md index a97e87d7..cf48dfb5 100644 --- a/presets/preset-mockup/CHANGELOG.md +++ b/presets/preset-mockup/CHANGELOG.md @@ -1,5 +1,12 @@ # @icestack/preset-mockup +## 1.0.10 + +### Patch Changes + +- Updated dependencies [[`aecf8f1`](https://github.com/sonofmagic/icestack/commit/aecf8f1f58e0dc540d242a96bf45217b9f6ddd3f)]: + - @icestack/types@1.3.7 + ## 1.0.9 ### Patch Changes diff --git a/presets/preset-mockup/package.json b/presets/preset-mockup/package.json index e6dc1ada..20d6935f 100644 --- a/presets/preset-mockup/package.json +++ b/presets/preset-mockup/package.json @@ -1,7 +1,7 @@ { "name": "@icestack/preset-mockup", "description": "The mockup preset of @icestack/ui", - "version": "1.0.9", + "version": "1.0.10", "scripts": { "build": "unbuild", "test": "vitest run", diff --git a/presets/preset-unicorn/CHANGELOG.md b/presets/preset-unicorn/CHANGELOG.md index f4b0b9d2..87f28fe3 100644 --- a/presets/preset-unicorn/CHANGELOG.md +++ b/presets/preset-unicorn/CHANGELOG.md @@ -1,5 +1,14 @@ # @icestack/preset-unicorn +## 0.0.22 + +### Patch Changes + +- Updated dependencies [[`aecf8f1`](https://github.com/sonofmagic/icestack/commit/aecf8f1f58e0dc540d242a96bf45217b9f6ddd3f)]: + - @icestack/postcss-utils@1.3.7 + - @icestack/shared@1.3.7 + - @icestack/types@1.3.7 + ## 0.0.21 ### Patch Changes diff --git a/presets/preset-unicorn/package.json b/presets/preset-unicorn/package.json index 2d4c1831..bdf604e1 100644 --- a/presets/preset-unicorn/package.json +++ b/presets/preset-unicorn/package.json @@ -2,7 +2,7 @@ "name": "@icestack/preset-unicorn", "description": "The unicorn preset of @icestack/ui", "private": true, - "version": "0.0.21", + "version": "0.0.22", "scripts": { "build": "unbuild", "test": "vitest run", diff --git a/presets/preset-weapp/CHANGELOG.md b/presets/preset-weapp/CHANGELOG.md index f3a4a9d1..166e0705 100644 --- a/presets/preset-weapp/CHANGELOG.md +++ b/presets/preset-weapp/CHANGELOG.md @@ -1,5 +1,13 @@ # @icestack/preset-weapp +## 1.0.10 + +### Patch Changes + +- Updated dependencies [[`aecf8f1`](https://github.com/sonofmagic/icestack/commit/aecf8f1f58e0dc540d242a96bf45217b9f6ddd3f)]: + - @icestack/shared@1.3.7 + - @icestack/types@1.3.7 + ## 1.0.9 ### Patch Changes diff --git a/presets/preset-weapp/package.json b/presets/preset-weapp/package.json index 5f8ed1c1..751e02ee 100644 --- a/presets/preset-weapp/package.json +++ b/presets/preset-weapp/package.json @@ -1,7 +1,7 @@ { "name": "@icestack/preset-weapp", "description": "The weapp preset of @icestack/ui", - "version": "1.0.9", + "version": "1.0.10", "scripts": { "build": "unbuild", "test": "vitest run", diff --git a/presets/presets/CHANGELOG.md b/presets/presets/CHANGELOG.md index e127ec73..eefd965c 100644 --- a/presets/presets/CHANGELOG.md +++ b/presets/presets/CHANGELOG.md @@ -1,5 +1,13 @@ # @icestack/presets +## 0.2.29 + +### Patch Changes + +- Updated dependencies []: + - @icestack/preset-weapp@1.0.10 + - @icestack/preset-mockup@1.0.10 + ## 0.2.28 ### Patch Changes diff --git a/presets/presets/package.json b/presets/presets/package.json index d57cb46b..aa948bf6 100644 --- a/presets/presets/package.json +++ b/presets/presets/package.json @@ -1,7 +1,7 @@ { "name": "@icestack/presets", "description": "The presets of @icestack/ui", - "version": "0.2.28", + "version": "0.2.29", "scripts": { "build": "unbuild", "test": "vitest run",