Skip to content

Commit 1ee84cb

Browse files
github-actions[bot]sonofmagic
authored andcommitted
Version Packages
1 parent b9d5609 commit 1ee84cb

File tree

15 files changed

+73
-17
lines changed

15 files changed

+73
-17
lines changed

.changeset/beige-lies-rush.md

-10
This file was deleted.

packages/config/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @tailwindcss-mangle/config
22

3+
## 5.1.0
4+
5+
### Minor Changes
6+
7+
- [`0404f90`](https://github.com/sonofmagic/tailwindcss-mangle/commit/0404f90cc10716a84f3137f4c76a58c4c7edf019) Thanks [@sonofmagic](https://github.com/sonofmagic)! - feat: support tailwindcss@4.1.1
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`0404f90`](https://github.com/sonofmagic/tailwindcss-mangle/commit/0404f90cc10716a84f3137f4c76a58c4c7edf019)]:
12+
- @tailwindcss-mangle/shared@4.1.0
13+
314
## 5.0.6
415

516
### Patch Changes

packages/config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tailwindcss-mangle/config",
33
"type": "module",
4-
"version": "5.0.6",
4+
"version": "5.1.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

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @tailwindcss-mangle/core
22

3+
## 4.1.0
4+
5+
### Minor Changes
6+
7+
- [`0404f90`](https://github.com/sonofmagic/tailwindcss-mangle/commit/0404f90cc10716a84f3137f4c76a58c4c7edf019) Thanks [@sonofmagic](https://github.com/sonofmagic)! - feat: support tailwindcss@4.1.1
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`0404f90`](https://github.com/sonofmagic/tailwindcss-mangle/commit/0404f90cc10716a84f3137f4c76a58c4c7edf019)]:
12+
- @tailwindcss-mangle/config@5.1.0
13+
- @tailwindcss-mangle/shared@4.1.0
14+
315
## 4.0.9
416

517
### Patch Changes

packages/core/package.json

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

packages/shared/CHANGELOG.md

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

3+
## 4.1.0
4+
5+
### Minor Changes
6+
7+
- [`0404f90`](https://github.com/sonofmagic/tailwindcss-mangle/commit/0404f90cc10716a84f3137f4c76a58c4c7edf019) Thanks [@sonofmagic](https://github.com/sonofmagic)! - feat: support tailwindcss@4.1.1
8+
39
## 4.0.2
410

511
### Patch Changes

packages/shared/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tailwindcss-mangle/shared",
33
"type": "module",
4-
"version": "4.0.2",
4+
"version": "4.1.0",
55
"description": "The shared utils of tailwindcss-mangle",
66
"author": "ice breaker <1324318532@qq.com>",
77
"license": "MIT",

packages/tailwindcss-patch/CHANGELOG.md

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

3+
## 7.1.0
4+
5+
### Minor Changes
6+
7+
- [`0404f90`](https://github.com/sonofmagic/tailwindcss-mangle/commit/0404f90cc10716a84f3137f4c76a58c4c7edf019) Thanks [@sonofmagic](https://github.com/sonofmagic)! - feat: support tailwindcss@4.1.1
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`0404f90`](https://github.com/sonofmagic/tailwindcss-mangle/commit/0404f90cc10716a84f3137f4c76a58c4c7edf019)]:
12+
- @tailwindcss-mangle/config@5.1.0
13+
314
## 7.0.2
415

516
### Patch 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.0.2",
3+
"version": "7.1.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

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

3+
## 4.1.0
4+
5+
### Minor Changes
6+
7+
- [`0404f90`](https://github.com/sonofmagic/tailwindcss-mangle/commit/0404f90cc10716a84f3137f4c76a58c4c7edf019) Thanks [@sonofmagic](https://github.com/sonofmagic)! - feat: support tailwindcss@4.1.1
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`0404f90`](https://github.com/sonofmagic/tailwindcss-mangle/commit/0404f90cc10716a84f3137f4c76a58c4c7edf019)]:
12+
- @tailwindcss-mangle/config@5.1.0
13+
- @tailwindcss-mangle/core@4.1.0
14+
- @tailwindcss-mangle/shared@4.1.0
15+
316
## 4.0.10
417

518
### Patch 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.0.10",
4+
"version": "4.1.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

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

3+
## 0.0.17
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`0404f90`](https://github.com/sonofmagic/tailwindcss-mangle/commit/0404f90cc10716a84f3137f4c76a58c4c7edf019)]:
8+
- tailwindcss-patch@7.1.0
9+
310
## 0.0.16
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.16",
3+
"version": "0.0.17",
44
"private": true,
55
"description": "",
66
"author": "",

website/CHANGELOG.md

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

3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- [`0404f90`](https://github.com/sonofmagic/tailwindcss-mangle/commit/0404f90cc10716a84f3137f4c76a58c4c7edf019) Thanks [@sonofmagic](https://github.com/sonofmagic)! - feat: support tailwindcss@4.1.1
8+
39
## 1.0.1
410

511
### Patch Changes

website/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tailwindcss-mangle/website",
33
"type": "module",
4-
"version": "1.0.1",
4+
"version": "1.1.0",
55
"private": true,
66
"description": "",
77
"author": "",

0 commit comments

Comments
 (0)