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

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

packages/config/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
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 [email protected]
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

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": "5.0.6",
4+
"version": "5.1.0",
55
"description": "The config and load function of tailwindcss-mangle",
66
"author": "ice breaker <[email protected]>",
77
"license": "MIT",

packages/core/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
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 [email protected]
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

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.9",
4+
"version": "4.1.0",
55
"description": "The core of tailwindcss-mangle",
66
"author": "ice breaker <[email protected]>",
77
"license": "MIT",

packages/shared/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
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 [email protected]
8+
39
## 4.0.2
410

511
### Patch Changes

packages/shared/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/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 <[email protected]>",
77
"license": "MIT",

packages/tailwindcss-patch/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
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 [email protected]
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

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": "7.0.2",
3+
"version": "7.1.0",
44
"description": "patch tailwindcss for exposing context and extract classes",
55
"author": "ice breaker <[email protected]>",
66
"license": "MIT",

packages/unplugin-tailwindcss-mangle/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
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 [email protected]
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

0 commit comments

Comments
 (0)