Skip to content

Commit c48e0a1

Browse files
github-actions[bot]sonofmagic
authored andcommitted
Version Packages
1 parent 362bd49 commit c48e0a1

File tree

13 files changed

+56
-25
lines changed

13 files changed

+56
-25
lines changed

.changeset/healthy-toes-hunt.md

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

.changeset/legal-crabs-pick.md

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

.changeset/spicy-weeks-pump.md

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

packages/config/CHANGELOG.md

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

3+
## 5.0.0
4+
5+
### Major Changes
6+
7+
- [`362bd49`](https://github.com/sonofmagic/tailwindcss-mangle/commit/362bd496d40810b8f69c4789900117f83c9c4692) Thanks [@sonofmagic](https://github.com/sonofmagic)! - feat!: add tailwindcss v4 support and change getClassSet return type
8+
9+
need to install `@tailwindcss/node` and `@tailwindcss/oxide`
10+
11+
This is a breaking change because it changes the return type of `getClassSet`.
12+
313
## 4.0.1
414

515
### 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": "4.0.1",
4+
"version": "5.0.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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @tailwindcss-mangle/core
22

3+
## 4.0.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`362bd49`](https://github.com/sonofmagic/tailwindcss-mangle/commit/362bd496d40810b8f69c4789900117f83c9c4692)]:
8+
- @tailwindcss-mangle/config@5.0.0
9+
310
## 4.0.2
411

512
### 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": "4.0.2",
4+
"version": "4.0.3",
55
"description": "The core of tailwindcss-mangle",
66
"author": "ice breaker <1324318532@qq.com>",
77
"license": "MIT",

packages/tailwindcss-patch/CHANGELOG.md

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

3+
## 6.0.0
4+
5+
### Major Changes
6+
7+
- [`a3214e0`](https://github.com/sonofmagic/tailwindcss-mangle/commit/a3214e058cd1c6e691899abf4e90e62958efc268) Thanks [@sonofmagic](https://github.com/sonofmagic)! - chore: prepare for tailwindcss v4
8+
9+
- [`362bd49`](https://github.com/sonofmagic/tailwindcss-mangle/commit/362bd496d40810b8f69c4789900117f83c9c4692) Thanks [@sonofmagic](https://github.com/sonofmagic)! - feat!: add tailwindcss v4 support and change getClassSet return type
10+
11+
need to install `@tailwindcss/node` and `@tailwindcss/oxide`
12+
13+
This is a breaking change because it changes the return type of `getClassSet`.
14+
15+
- [`4318d88`](https://github.com/sonofmagic/tailwindcss-mangle/commit/4318d8808a18186d7a0676a7aad941efa25a2ff5) Thanks [@sonofmagic](https://github.com/sonofmagic)! - chore: upgrade tailwindcss-config@1 and remove jiti and lilconfig dep
16+
17+
### Patch Changes
18+
19+
- Updated dependencies [[`362bd49`](https://github.com/sonofmagic/tailwindcss-mangle/commit/362bd496d40810b8f69c4789900117f83c9c4692)]:
20+
- @tailwindcss-mangle/config@5.0.0
21+
322
## 5.0.2
423

524
### 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": "5.0.2",
3+
"version": "6.0.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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# unplugin-tailwindcss-mangle
22

3+
## 4.0.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`362bd49`](https://github.com/sonofmagic/tailwindcss-mangle/commit/362bd496d40810b8f69c4789900117f83c9c4692)]:
8+
- @tailwindcss-mangle/config@5.0.0
9+
- @tailwindcss-mangle/core@4.0.3
10+
311
## 4.0.2
412

513
### 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": "4.0.2",
4+
"version": "4.0.3",
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.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`a3214e0`](https://github.com/sonofmagic/tailwindcss-mangle/commit/a3214e058cd1c6e691899abf4e90e62958efc268), [`362bd49`](https://github.com/sonofmagic/tailwindcss-mangle/commit/362bd496d40810b8f69c4789900117f83c9c4692), [`4318d88`](https://github.com/sonofmagic/tailwindcss-mangle/commit/4318d8808a18186d7a0676a7aad941efa25a2ff5)]:
8+
- tailwindcss-patch@6.0.0
9+
310
## 0.0.3
411

512
### Patch Changes

scripts/postcss7-compat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss7-compat",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"private": true,
55
"description": "",
66
"author": "",

0 commit comments

Comments
 (0)