Skip to content

Commit 877d080

Browse files
Version Packages
1 parent 2b91de7 commit 877d080

File tree

7 files changed

+22
-9
lines changed

7 files changed

+22
-9
lines changed

.changeset/warm-planets-throw.md

-6
This file was deleted.

packages/tailwindcss-patch/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# tailwindcss-patch
22

3+
## 7.1.1
4+
5+
### Patch Changes
6+
7+
- [`2b91de7`](https://github.com/sonofmagic/tailwindcss-mangle/commit/2b91de7cf94956abad7d128e5a03184305d21294) Thanks [@sonofmagic](https://github.com/sonofmagic)! - feat: make cache sync and add getClassCacheSetV3 method
8+
39
## 7.1.0
410

511
### Minor Changes

packages/tailwindcss-patch/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tailwindcss-patch",
3-
"version": "7.1.0",
3+
"version": "7.1.1",
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

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# unplugin-tailwindcss-mangle
22

3+
## 4.1.1
4+
5+
### Patch Changes
6+
7+
- [`2b91de7`](https://github.com/sonofmagic/tailwindcss-mangle/commit/2b91de7cf94956abad7d128e5a03184305d21294) Thanks [@sonofmagic](https://github.com/sonofmagic)! - feat: make cache sync and add getClassCacheSetV3 method
8+
39
## 4.1.0
410

511
### Minor Changes

packages/unplugin-tailwindcss-mangle/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unplugin-tailwindcss-mangle",
33
"type": "module",
4-
"version": "4.1.0",
4+
"version": "4.1.1",
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

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# postcss7-compat
22

3+
## 0.0.18
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`2b91de7`](https://github.com/sonofmagic/tailwindcss-mangle/commit/2b91de7cf94956abad7d128e5a03184305d21294)]:
8+
- tailwindcss-patch@7.1.1
9+
310
## 0.0.17
411

512
### Patch Changes

scripts/postcss7-compat/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss7-compat",
3-
"version": "0.0.17",
3+
"version": "0.0.18",
44
"private": true,
55
"description": "",
66
"author": "",

0 commit comments

Comments
 (0)