Skip to content

Commit 6fc4c7a

Browse files
Version Packages
1 parent 1788e26 commit 6fc4c7a

File tree

19 files changed

+68
-24
lines changed

19 files changed

+68
-24
lines changed

.changeset/cli-tailwindcss-patch-84.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/fix-variants-tailwind.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/patch-escaped-whitespace.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages-runtime/variants/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @weapp-tailwindcss/variants
22

3+
## 0.1.3
4+
5+
### Patch Changes
6+
7+
- [`c9baaa5`](https://github.com/sonofmagic/weapp-tailwindcss/commit/c9baaa595f7f902243f4001c29a94340adb70f1a) Thanks [@sonofmagic](https://github.com/sonofmagic)! - 修复 tailwind-variants 升级后内部 chunk 入口失效的问题,改用官方导出的 tv/createTV/cx,并确保 cn/cnBase 继续执行小程序转义与合并逻辑。
8+
39
## 0.1.2
410

511
### Patch Changes

packages-runtime/variants/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@weapp-tailwindcss/variants",
33
"type": "module",
4-
"version": "0.1.2",
4+
"version": "0.1.3",
55
"description": "tailwind-variants 的运行时封装,提供 tv/cn 等 API 的小程序增强版本。",
66
"author": "ice breaker <[email protected]>",
77
"license": "MIT",

packages/init/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @weapp-tailwindcss/init
22

3+
## 1.0.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`1788e26`](https://github.com/sonofmagic/weapp-tailwindcss/commit/1788e26153bafc865776d5a761c2e28dafff6918)]:
8+
- @weapp-tailwindcss/shared@1.1.1
9+
310
## 1.0.8
411

512
### Patch Changes

packages/init/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@weapp-tailwindcss/init",
3-
"version": "1.0.8",
3+
"version": "1.0.9",
44
"description": "@weapp-tailwindcss/init",
55
"author": "ice breaker <[email protected]>",
66
"license": "MIT",

packages/postcss/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @weapp-tailwindcss/postcss
22

3+
## 2.0.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`1788e26`](https://github.com/sonofmagic/weapp-tailwindcss/commit/1788e26153bafc865776d5a761c2e28dafff6918)]:
8+
- @weapp-tailwindcss/shared@1.1.1
9+
310
## 2.0.3
411

512
### Patch Changes

packages/postcss/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@weapp-tailwindcss/postcss",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"description": "@weapp-tailwindcss/postcss",
55
"author": "ice breaker <[email protected]>",
66
"license": "MIT",

packages/shared/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @weapp-tailwindcss/shared
22

3+
## 1.1.1
4+
5+
### Patch Changes
6+
7+
- [`1788e26`](https://github.com/sonofmagic/weapp-tailwindcss/commit/1788e26153bafc865776d5a761c2e28dafff6918) Thanks [@sonofmagic](https://github.com/sonofmagic)! - 修复 splitCode 在压缩模板字符串中保留转义空白导致类名匹配遗漏的问题,保证 mp-alipay 等产物的类名替换正常工作。
8+
39
## 1.1.0
410

511
### Minor Changes

0 commit comments

Comments
 (0)