Skip to content

Commit ec1a237

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

File tree

11 files changed

+60
-16
lines changed

11 files changed

+60
-16
lines changed

.changeset/full-pears-beg.md

Lines changed: 0 additions & 11 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.1
4+
5+
### Patch Changes
6+
7+
- [`b6b84f4`](https://github.com/sonofmagic/tailwindcss-mangle/commit/b6b84f43c083f937e2888a7d680e01ae64f8aace) Thanks [@sonofmagic](https://github.com/sonofmagic)! - chore(patch): add TailwindcssPatcher extract option
8+
9+
chore(deps): upgrade
10+
11+
- Updated dependencies [[`b6b84f4`](https://github.com/sonofmagic/tailwindcss-mangle/commit/b6b84f43c083f937e2888a7d680e01ae64f8aace)]:
12+
- @tailwindcss-mangle/shared@4.1.1
13+
314
## 5.1.0
415

516
### Minor 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.1.0",
4+
"version": "5.1.1",
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.1
4+
5+
### Patch Changes
6+
7+
- [`b6b84f4`](https://github.com/sonofmagic/tailwindcss-mangle/commit/b6b84f43c083f937e2888a7d680e01ae64f8aace) Thanks [@sonofmagic](https://github.com/sonofmagic)! - chore(patch): add TailwindcssPatcher extract option
8+
9+
chore(deps): upgrade
10+
11+
- Updated dependencies [[`b6b84f4`](https://github.com/sonofmagic/tailwindcss-mangle/commit/b6b84f43c083f937e2888a7d680e01ae64f8aace)]:
12+
- @tailwindcss-mangle/config@5.1.1
13+
- @tailwindcss-mangle/shared@4.1.1
14+
315
## 4.1.0
416

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

packages/shared/CHANGELOG.md

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

3+
## 4.1.1
4+
5+
### Patch Changes
6+
7+
- [`b6b84f4`](https://github.com/sonofmagic/tailwindcss-mangle/commit/b6b84f43c083f937e2888a7d680e01ae64f8aace) Thanks [@sonofmagic](https://github.com/sonofmagic)! - chore(patch): add TailwindcssPatcher extract option
8+
9+
chore(deps): upgrade
10+
311
## 4.1.0
412

513
### Minor 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.1.0",
4+
"version": "4.1.1",
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.2
4+
5+
### Patch Changes
6+
7+
- [`b6b84f4`](https://github.com/sonofmagic/tailwindcss-mangle/commit/b6b84f43c083f937e2888a7d680e01ae64f8aace) Thanks [@sonofmagic](https://github.com/sonofmagic)! - chore(patch): add TailwindcssPatcher extract option
8+
9+
chore(deps): upgrade
10+
11+
- Updated dependencies [[`b6b84f4`](https://github.com/sonofmagic/tailwindcss-mangle/commit/b6b84f43c083f937e2888a7d680e01ae64f8aace)]:
12+
- @tailwindcss-mangle/config@5.1.1
13+
314
## 7.1.1
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.1.1",
3+
"version": "7.1.2",
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.2
4+
5+
### Patch Changes
6+
7+
- [`b6b84f4`](https://github.com/sonofmagic/tailwindcss-mangle/commit/b6b84f43c083f937e2888a7d680e01ae64f8aace) Thanks [@sonofmagic](https://github.com/sonofmagic)! - chore(patch): add TailwindcssPatcher extract option
8+
9+
chore(deps): upgrade
10+
11+
- Updated dependencies [[`b6b84f4`](https://github.com/sonofmagic/tailwindcss-mangle/commit/b6b84f43c083f937e2888a7d680e01ae64f8aace)]:
12+
- @tailwindcss-mangle/config@5.1.1
13+
- @tailwindcss-mangle/core@4.1.1
14+
- @tailwindcss-mangle/shared@4.1.1
15+
316
## 4.1.1
417

518
### Patch Changes

0 commit comments

Comments
 (0)