Skip to content

Commit 79b326a

Browse files
github-actions[bot]sonofmagic
authored andcommitted
Version Packages
1 parent e1354a2 commit 79b326a

File tree

12 files changed

+46
-16
lines changed

12 files changed

+46
-16
lines changed

.changeset/strong-hounds-fall.md

-5
This file was deleted.

.changeset/upset-spiders-matter.md

-6
This file was deleted.

packages/config/CHANGELOG.md

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

3+
## 5.0.5
4+
5+
### Patch Changes
6+
7+
- [`41dc914`](https://github.com/sonofmagic/tailwindcss-mangle/commit/41dc91418b0d36f85fddf5bfcd078fa1a90986a8) Thanks [@sonofmagic](https://github.com/sonofmagic)! - chore(deps): upgrade
8+
39
## 5.0.4
410

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

packages/core/CHANGELOG.md

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

3+
## 4.0.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`41dc914`](https://github.com/sonofmagic/tailwindcss-mangle/commit/41dc91418b0d36f85fddf5bfcd078fa1a90986a8)]:
8+
- @tailwindcss-mangle/config@5.0.5
9+
310
## 4.0.7
411

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

packages/tailwindcss-patch/CHANGELOG.md

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

3+
## 7.0.0
4+
5+
### Major Changes
6+
7+
- [`6716921`](https://github.com/sonofmagic/tailwindcss-mangle/commit/67169214662fd2736c56a57e1cfc5905c4f658f5) Thanks [@sonofmagic](https://github.com/sonofmagic)! - feat: add v4 SupportingCustomUnit patch
8+
9+
### Patch Changes
10+
11+
- [`41dc914`](https://github.com/sonofmagic/tailwindcss-mangle/commit/41dc91418b0d36f85fddf5bfcd078fa1a90986a8) Thanks [@sonofmagic](https://github.com/sonofmagic)! - chore(deps): upgrade
12+
13+
- Updated dependencies [[`41dc914`](https://github.com/sonofmagic/tailwindcss-mangle/commit/41dc91418b0d36f85fddf5bfcd078fa1a90986a8)]:
14+
- @tailwindcss-mangle/config@5.0.5
15+
316
## 6.0.9
417

518
### 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": "6.0.9",
3+
"version": "7.0.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

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

3+
## 4.0.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`41dc914`](https://github.com/sonofmagic/tailwindcss-mangle/commit/41dc91418b0d36f85fddf5bfcd078fa1a90986a8)]:
8+
- @tailwindcss-mangle/config@5.0.5
9+
- @tailwindcss-mangle/core@4.0.8
10+
311
## 4.0.8
412

513
### 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.8",
4+
"version": "4.0.9",
55
"description": "mangle tailwindcss utilities class plugin. support vite and webpack!",
66
"author": "ice breaker <[email protected]>",
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.14
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`6716921`](https://github.com/sonofmagic/tailwindcss-mangle/commit/67169214662fd2736c56a57e1cfc5905c4f658f5), [`41dc914`](https://github.com/sonofmagic/tailwindcss-mangle/commit/41dc91418b0d36f85fddf5bfcd078fa1a90986a8)]:
8+
9+
310
## 0.0.13
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.13",
3+
"version": "0.0.14",
44
"private": true,
55
"description": "",
66
"author": "",

0 commit comments

Comments
 (0)