From 5be2cd5acc978c94a86ace462fd1d9975a38eed8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 02:57:06 +0000 Subject: [PATCH] chore(release): version packages --- .changeset/ledger.yaml | 4 ++++ .changeset/uni-app-x-local-style-important.md | 5 ----- examples/react-lynx-promo/CHANGELOG.md | 7 +++++++ examples/react-lynx/CHANGELOG.md | 7 +++++++ examples/react-native-expo/CHANGELOG.md | 7 +++++++ packages/build-all/CHANGELOG.md | 7 +++++++ packages/cli/CHANGELOG.md | 7 +++++++ packages/cli/package.json | 2 +- packages/lynx/CHANGELOG.md | 7 +++++++ packages/lynx/package.json | 2 +- packages/react-native/CHANGELOG.md | 7 +++++++ packages/react-native/package.json | 2 +- packages/weapp-tailwindcss/CHANGELOG.md | 6 ++++++ packages/weapp-tailwindcss/package.json | 2 +- website/CHANGELOG.md | 7 +++++++ 15 files changed, 70 insertions(+), 9 deletions(-) delete mode 100644 .changeset/uni-app-x-local-style-important.md diff --git a/.changeset/ledger.yaml b/.changeset/ledger.yaml index 5d1934b99..d435dc4e4 100644 --- a/.changeset/ledger.yaml +++ b/.changeset/ledger.yaml @@ -34,3 +34,7 @@ weapp-tailwindcss@5.3.5: intents: - empty-wxs-script - funky-keys-greet +weapp-tailwindcss@5.3.6: + dir: packages/weapp-tailwindcss + intents: + - uni-app-x-local-style-important diff --git a/.changeset/uni-app-x-local-style-important.md b/.changeset/uni-app-x-local-style-important.md deleted file mode 100644 index 58b69a8a7..000000000 --- a/.changeset/uni-app-x-local-style-important.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'weapp-tailwindcss': patch ---- - -修复 uni-app x Web 局部样式中的重要修饰符导致 CSS 编译失败的问题,确保 `!mt-6` 与 `mt-6!` 能生成 Tailwind CSS v4 支持的形式。 diff --git a/examples/react-lynx-promo/CHANGELOG.md b/examples/react-lynx-promo/CHANGELOG.md index 04a3118d8..c74e297df 100644 --- a/examples/react-lynx-promo/CHANGELOG.md +++ b/examples/react-lynx-promo/CHANGELOG.md @@ -4,5 +4,12 @@ ### Patch Changes +- Updated dependencies: + - @weapp-tailwindcss/lynx@0.3.5 + +## 0.0.0 + +### Patch Changes + - Updated dependencies: - @weapp-tailwindcss/lynx@0.3.4 diff --git a/examples/react-lynx/CHANGELOG.md b/examples/react-lynx/CHANGELOG.md index 821599b44..547836154 100644 --- a/examples/react-lynx/CHANGELOG.md +++ b/examples/react-lynx/CHANGELOG.md @@ -4,6 +4,13 @@ ### Patch Changes +- Updated dependencies: + - @weapp-tailwindcss/lynx@0.3.5 + +## 0.1.2 + +### Patch Changes + - Updated dependencies: - @weapp-tailwindcss/lynx@0.3.4 diff --git a/examples/react-native-expo/CHANGELOG.md b/examples/react-native-expo/CHANGELOG.md index 37a7ce68c..3c2c4afde 100644 --- a/examples/react-native-expo/CHANGELOG.md +++ b/examples/react-native-expo/CHANGELOG.md @@ -4,6 +4,13 @@ ### Patch Changes +- Updated dependencies: + - @weapp-tailwindcss/react-native@0.2.8 + +## 0.1.3 + +### Patch Changes + - Updated dependencies: - @weapp-tailwindcss/react-native@0.2.7 diff --git a/packages/build-all/CHANGELOG.md b/packages/build-all/CHANGELOG.md index fea2f997a..b1f60c762 100644 --- a/packages/build-all/CHANGELOG.md +++ b/packages/build-all/CHANGELOG.md @@ -4,6 +4,13 @@ ### Patch Changes +- Updated dependencies: + - weapp-tailwindcss@5.3.6 + +## 0.0.72 + +### Patch Changes + - Updated dependencies: - weapp-tailwindcss@5.3.5 diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 0b2192191..c1abed8df 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,12 @@ # @weapp-tailwindcss/cli +## 5.3.6 + +### Patch Changes + +- Updated dependencies: + - weapp-tailwindcss@5.3.6 + ## 5.3.5 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 09ca03bbb..c7a952796 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,7 +1,7 @@ { "name": "@weapp-tailwindcss/cli", "type": "module", - "version": "5.3.5", + "version": "5.3.6", "description": "Cross-platform Tailwind CSS CLI for Web and mini-program builds. 面向 Web 与小程序构建的跨端 Tailwind CSS CLI。", "author": "ice breaker <1324318532@qq.com>", "license": "MIT", diff --git a/packages/lynx/CHANGELOG.md b/packages/lynx/CHANGELOG.md index 94dd10590..c203e3e18 100644 --- a/packages/lynx/CHANGELOG.md +++ b/packages/lynx/CHANGELOG.md @@ -1,5 +1,12 @@ # @weapp-tailwindcss/lynx +## 0.3.5 + +### Patch Changes + +- Updated dependencies: + - weapp-tailwindcss@5.3.6 + ## 0.3.4 ### Patch Changes diff --git a/packages/lynx/package.json b/packages/lynx/package.json index 20b0dfe28..d4bf29c8d 100644 --- a/packages/lynx/package.json +++ b/packages/lynx/package.json @@ -1,7 +1,7 @@ { "name": "@weapp-tailwindcss/lynx", "type": "module", - "version": "0.3.4", + "version": "0.3.5", "description": "Tailwind CSS integration for ReactLynx and Rspeedy cross-platform builds. 面向 ReactLynx 与 Rspeedy 跨端构建的 Tailwind CSS 集成。", "license": "MIT", "repository": { diff --git a/packages/react-native/CHANGELOG.md b/packages/react-native/CHANGELOG.md index efc52850b..0a8b0cb5e 100644 --- a/packages/react-native/CHANGELOG.md +++ b/packages/react-native/CHANGELOG.md @@ -1,5 +1,12 @@ # @weapp-tailwindcss/react-native +## 0.2.8 + +### Patch Changes + +- Updated dependencies: + - weapp-tailwindcss@5.3.6 + ## 0.2.7 ### Patch Changes diff --git a/packages/react-native/package.json b/packages/react-native/package.json index f03ca3087..4cba7543b 100644 --- a/packages/react-native/package.json +++ b/packages/react-native/package.json @@ -1,7 +1,7 @@ { "name": "@weapp-tailwindcss/react-native", "type": "module", - "version": "0.2.7", + "version": "0.2.8", "description": "Tailwind CSS compiler and Expo Metro integration for cross-platform React Native apps. 面向跨端 React Native 应用的 Tailwind CSS 编译器与 Expo Metro 集成。", "license": "MIT", "repository": { diff --git a/packages/weapp-tailwindcss/CHANGELOG.md b/packages/weapp-tailwindcss/CHANGELOG.md index 82f9aed2b..72e275408 100644 --- a/packages/weapp-tailwindcss/CHANGELOG.md +++ b/packages/weapp-tailwindcss/CHANGELOG.md @@ -1,5 +1,11 @@ # weapp-tailwindcss +## 5.3.6 + +### Patch Changes + +- 修复 uni-app x Web 局部样式中的重要修饰符导致 CSS 编译失败的问题,确保 `!mt-6` 与 `mt-6!` 能生成 Tailwind CSS v4 支持的形式。 + ## 5.3.5 ### Patch Changes diff --git a/packages/weapp-tailwindcss/package.json b/packages/weapp-tailwindcss/package.json index af73c0909..9825d4210 100644 --- a/packages/weapp-tailwindcss/package.json +++ b/packages/weapp-tailwindcss/package.json @@ -1,7 +1,7 @@ { "name": "weapp-tailwindcss", "type": "module", - "version": "5.3.5", + "version": "5.3.6", "description": "Bring Tailwind CSS to every platform! 把 Tailwind CSS 的原子化开发体验带到全端!", "author": "ice breaker <1324318532@qq.com>", "license": "MIT", diff --git a/website/CHANGELOG.md b/website/CHANGELOG.md index 78eca64bd..a2973e95f 100644 --- a/website/CHANGELOG.md +++ b/website/CHANGELOG.md @@ -4,6 +4,13 @@ ### Patch Changes +- Updated dependencies: + - weapp-tailwindcss@5.3.6 + +## 1.0.65 + +### Patch Changes + - Updated dependencies: - weapp-tailwindcss@5.3.5