Skip to content

Commit c8f11c1

Browse files
github-actions[bot]sonofmagic
authored andcommitted
Version Packages
1 parent 4d8fc39 commit c8f11c1

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

.changeset/fix-variants-v3-types.md

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

benchmark/tailwindcss3/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# benchmark-tailwindcss3
22

3+
## 0.0.3
4+
5+
### Patch Changes
6+
7+
- 📦 **Dependencies** [`4d8fc39`](https://github.com/sonofmagic/weapp-tailwindcss/commit/4d8fc39cdff6f2b6057a93d1f75897d8032e6098)
8+
`@weapp-tailwindcss/[email protected]`
9+
310
## 0.0.2
411

512
### Patch Changes

benchmark/tailwindcss3/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "benchmark-tailwindcss3",
33
"type": "module",
4-
"version": "0.0.2",
4+
"version": "0.0.3",
55
"private": true,
66
"engines": {
77
"node": "^20.19.0 || >=22.12.0"

packages-runtime/variants-v3/CHANGELOG.md

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

3+
## 0.0.4
4+
5+
### Patch Changes
6+
7+
- 🐛 **修复运行时配置合并的类型问题,避免 `twMergeConfig` 被推断为 `undefined`,并兼容严格的属性访问规则。** [`4d8fc39`](https://github.com/sonofmagic/weapp-tailwindcss/commit/4d8fc39cdff6f2b6057a93d1f75897d8032e6098) by @sonofmagic
8+
39
## 0.0.3
410

511
### Patch Changes

packages-runtime/variants-v3/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-v3",
33
"type": "module",
4-
"version": "0.0.3",
4+
"version": "0.0.4",
55
"description": "tsdown bundler template",
66
"author": "ice breaker <[email protected]>",
77
"license": "MIT",

0 commit comments

Comments
 (0)