Skip to content

Commit 3639264

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

File tree

11 files changed

+42
-11
lines changed

11 files changed

+42
-11
lines changed

.changeset/giant-cloths-drive.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.1
4+
5+
### Patch Changes
6+
7+
- [`a8ba17e`](https://github.com/sonofmagic/tailwindcss-mangle/commit/a8ba17e8e676602f8d724ee3b08cc83ad6654192) Thanks [@sonofmagic](https://github.com/sonofmagic)! - chore: export type and add tailwindcss version config
8+
39
## 5.0.0
410

511
### Major 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.0",
4+
"version": "5.0.1",
55
"description": "The config and load function of tailwindcss-mangle",
66
"author": "ice breaker <1324318532@qq.com>",
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.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`a8ba17e`](https://github.com/sonofmagic/tailwindcss-mangle/commit/a8ba17e8e676602f8d724ee3b08cc83ad6654192)]:
8+
- @tailwindcss-mangle/config@5.0.1
9+
310
## 4.0.3
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.3",
4+
"version": "4.0.4",
55
"description": "The core of tailwindcss-mangle",
66
"author": "ice breaker <1324318532@qq.com>",
77
"license": "MIT",

packages/tailwindcss-patch/CHANGELOG.md

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

3+
## 6.0.2
4+
5+
### Patch Changes
6+
7+
- [`a8ba17e`](https://github.com/sonofmagic/tailwindcss-mangle/commit/a8ba17e8e676602f8d724ee3b08cc83ad6654192) Thanks [@sonofmagic](https://github.com/sonofmagic)! - chore: export type and add tailwindcss version config
8+
9+
- Updated dependencies [[`a8ba17e`](https://github.com/sonofmagic/tailwindcss-mangle/commit/a8ba17e8e676602f8d724ee3b08cc83ad6654192)]:
10+
- @tailwindcss-mangle/config@5.0.1
11+
312
## 6.0.1
413

514
### 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.1",
3+
"version": "6.0.2",
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

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

3+
## 4.0.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`a8ba17e`](https://github.com/sonofmagic/tailwindcss-mangle/commit/a8ba17e8e676602f8d724ee3b08cc83ad6654192)]:
8+
- @tailwindcss-mangle/config@5.0.1
9+
- @tailwindcss-mangle/core@4.0.4
10+
311
## 4.0.3
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.3",
4+
"version": "4.0.4",
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.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`a8ba17e`](https://github.com/sonofmagic/tailwindcss-mangle/commit/a8ba17e8e676602f8d724ee3b08cc83ad6654192)]:
8+
- tailwindcss-patch@6.0.2
9+
310
## 0.0.5
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.5",
3+
"version": "0.0.6",
44
"private": true,
55
"description": "",
66
"author": "",

0 commit comments

Comments
 (0)