Skip to content

Commit 98e883d

Browse files
github-actions[bot]sonofmagic
authored andcommitted
Version Packages (alpha)
1 parent 395e22f commit 98e883d

File tree

11 files changed

+48
-6
lines changed

11 files changed

+48
-6
lines changed

.changeset/pre.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,9 @@
2222
"postcss7-compat": "0.0.19",
2323
"@tailwindcss-mangle/website": "1.1.2"
2424
},
25-
"changesets": []
25+
"changesets": [
26+
"few-rice-rhyme",
27+
"short-buckets-cheer",
28+
"tall-rabbits-bathe"
29+
]
2630
}

packages/config/CHANGELOG.md

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

3+
## 6.1.4-alpha.0
4+
5+
### Patch Changes
6+
7+
- 🐛 **Refresh internal dependency ranges for the published config and core packages, including `fs-extra`, `postcss`, `@vue/compiler-sfc`, and `svelte`, to keep the workspace aligned with the updated toolchain.** [`8937b29`](https://github.com/sonofmagic/tailwindcss-mangle/commit/8937b296f995888d39e4c6714f35e83a9a260fa0) by @sonofmagic
8+
39
## 6.1.3
410

511
### Patch Changes

packages/config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tailwindcss-mangle/config",
33
"type": "module",
4-
"version": "6.1.3",
4+
"version": "6.1.4-alpha.0",
55
"description": "The config and load function of tailwindcss-mangle",
66
"author": "ice breaker <1324318532@qq.com>",
77
"license": "MIT",

packages/core/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @tailwindcss-mangle/core
22

3+
## 5.1.2-alpha.0
4+
5+
### Patch Changes
6+
7+
- 🐛 **Refresh internal dependency ranges for the published config and core packages, including `fs-extra`, `postcss`, `@vue/compiler-sfc`, and `svelte`, to keep the workspace aligned with the updated toolchain.** [`8937b29`](https://github.com/sonofmagic/tailwindcss-mangle/commit/8937b296f995888d39e4c6714f35e83a9a260fa0) by @sonofmagic
8+
- 📦 **Dependencies** [`8937b29`](https://github.com/sonofmagic/tailwindcss-mangle/commit/8937b296f995888d39e4c6714f35e83a9a260fa0)
9+
`@tailwindcss-mangle/config@6.1.4-alpha.0`
10+
311
## 5.1.1
412

513
### Patch Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tailwindcss-mangle/core",
33
"type": "module",
4-
"version": "5.1.1",
4+
"version": "5.1.2-alpha.0",
55
"description": "The core of tailwindcss-mangle",
66
"author": "ice breaker <1324318532@qq.com>",
77
"license": "MIT",

packages/tailwindcss-patch/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# tailwindcss-patch
22

3+
## 8.7.4-alpha.0
4+
5+
### Patch Changes
6+
7+
- 🐛 **Fix Tailwind CSS v3 runtime context refresh so removed classes are dropped correctly across repeated patcher recreations, including HMR-style update flows that add and then remove content classes in the same process.** [`395e22f`](https://github.com/sonofmagic/tailwindcss-mangle/commit/395e22f80b15437703544e1af8b19d08c82ea9ba) by @sonofmagic
8+
9+
- 🐛 **Improve `tailwindcss-patch` cold-start and repeated-run performance by avoiding redundant patch work, reducing unnecessary cache writes, and reusing Tailwind v4 candidate extraction state across repeated calls. Also add benchmark coverage and regression tests for cache invalidation, repeated patch/getClassSet calls, empty class sets, and v3/v4 behavior.** [`aed889c`](https://github.com/sonofmagic/tailwindcss-mangle/commit/aed889ce843cae9d9edf6baed75725fa2de05259) by @sonofmagic
10+
- 📦 **Dependencies** [`8937b29`](https://github.com/sonofmagic/tailwindcss-mangle/commit/8937b296f995888d39e4c6714f35e83a9a260fa0)
11+
`@tailwindcss-mangle/config@6.1.4-alpha.0`
12+
313
## 8.7.3
414

515
### Patch Changes

packages/tailwindcss-patch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tailwindcss-patch",
3-
"version": "8.7.3",
3+
"version": "8.7.4-alpha.0",
44
"description": "patch tailwindcss for exposing context and extract classes",
55
"author": "ice breaker <1324318532@qq.com>",
66
"license": "MIT",

packages/unplugin-tailwindcss-mangle/CHANGELOG.md

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

3+
## 5.1.2-alpha.0
4+
5+
### Patch Changes
6+
7+
- 📦 **Dependencies** [`8937b29`](https://github.com/sonofmagic/tailwindcss-mangle/commit/8937b296f995888d39e4c6714f35e83a9a260fa0)
8+
`@tailwindcss-mangle/config@6.1.4-alpha.0`, `@tailwindcss-mangle/core@5.1.2-alpha.0`
9+
310
## 5.1.1
411

512
### Patch Changes

packages/unplugin-tailwindcss-mangle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unplugin-tailwindcss-mangle",
33
"type": "module",
4-
"version": "5.1.1",
4+
"version": "5.1.2-alpha.0",
55
"description": "mangle tailwindcss utilities class plugin. support vite and webpack!",
66
"author": "ice breaker <1324318532@qq.com>",
77
"license": "MIT",

scripts/postcss7-compat/CHANGELOG.md

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

3+
## 0.0.20-alpha.0
4+
5+
### Patch Changes
6+
7+
- 📦 **Dependencies** [`395e22f`](https://github.com/sonofmagic/tailwindcss-mangle/commit/395e22f80b15437703544e1af8b19d08c82ea9ba)
8+
`tailwindcss-patch@8.7.4-alpha.0`
9+
310
## 0.0.19
411

512
### Patch Changes

0 commit comments

Comments
 (0)