Skip to content

Commit 393ed2f

Browse files
github-actions[bot]sonofmagic
authored andcommitted
Version Packages (alpha)
1 parent a529a71 commit 393ed2f

File tree

13 files changed

+61
-7
lines changed

13 files changed

+61
-7
lines changed

.changeset/pre.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,7 @@
1010
"postcss7-compat": "0.0.1",
1111
"@tailwindcss-mangle/website": "1.0.0"
1212
},
13-
"changesets": []
13+
"changesets": [
14+
"good-birds-pay"
15+
]
1416
}

packages/config/CHANGELOG.md

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

3+
## 4.0.1-alpha.0
4+
5+
### Patch Changes
6+
7+
- [`a529a71`](https://github.com/sonofmagic/tailwindcss-mangle/commit/a529a71a74faed4c699d164ae66ce68e87096e83) Thanks [@sonofmagic](https://github.com/sonofmagic)! - fix: build dist empty issue
8+
9+
- Updated dependencies [[`a529a71`](https://github.com/sonofmagic/tailwindcss-mangle/commit/a529a71a74faed4c699d164ae66ce68e87096e83)]:
10+
- @tailwindcss-mangle/shared@4.0.1-alpha.0
11+
312
## 4.0.0
413

514
### 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": "4.0.0",
4+
"version": "4.0.1-alpha.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

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

3+
## 4.0.1-alpha.0
4+
5+
### Patch Changes
6+
7+
- [`a529a71`](https://github.com/sonofmagic/tailwindcss-mangle/commit/a529a71a74faed4c699d164ae66ce68e87096e83) Thanks [@sonofmagic](https://github.com/sonofmagic)! - fix: build dist empty issue
8+
9+
- Updated dependencies [[`a529a71`](https://github.com/sonofmagic/tailwindcss-mangle/commit/a529a71a74faed4c699d164ae66ce68e87096e83)]:
10+
- @tailwindcss-mangle/config@4.0.1-alpha.0
11+
- @tailwindcss-mangle/shared@4.0.1-alpha.0
12+
313
## 4.0.0
414

515
### Major 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.0",
4+
"version": "4.0.1-alpha.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.0.1-alpha.0
4+
5+
### Patch Changes
6+
7+
- [`a529a71`](https://github.com/sonofmagic/tailwindcss-mangle/commit/a529a71a74faed4c699d164ae66ce68e87096e83) Thanks [@sonofmagic](https://github.com/sonofmagic)! - fix: build dist empty issue
8+
39
## 4.0.0
410

511
### Major 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.0",
4+
"version": "4.0.1-alpha.0",
55
"description": "The shared utils 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+
## 5.0.1-alpha.0
4+
5+
### Patch Changes
6+
7+
- [`a529a71`](https://github.com/sonofmagic/tailwindcss-mangle/commit/a529a71a74faed4c699d164ae66ce68e87096e83) Thanks [@sonofmagic](https://github.com/sonofmagic)! - fix: build dist empty issue
8+
9+
- Updated dependencies [[`a529a71`](https://github.com/sonofmagic/tailwindcss-mangle/commit/a529a71a74faed4c699d164ae66ce68e87096e83)]:
10+
- @tailwindcss-mangle/config@4.0.1-alpha.0
11+
312
## 5.0.0
413

514
### Major Changes

packages/tailwindcss-patch/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tailwindcss-patch",
33
"type": "module",
4-
"version": "5.0.0",
4+
"version": "5.0.1-alpha.0",
55
"description": "patch tailwindcss for exposing context and extract classes",
66
"author": "ice breaker <1324318532@qq.com>",
77
"license": "MIT",

packages/unplugin-tailwindcss-mangle/CHANGELOG.md

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

3+
## 4.0.1-alpha.0
4+
5+
### Patch Changes
6+
7+
- [`a529a71`](https://github.com/sonofmagic/tailwindcss-mangle/commit/a529a71a74faed4c699d164ae66ce68e87096e83) Thanks [@sonofmagic](https://github.com/sonofmagic)! - fix: build dist empty issue
8+
9+
- Updated dependencies [[`a529a71`](https://github.com/sonofmagic/tailwindcss-mangle/commit/a529a71a74faed4c699d164ae66ce68e87096e83)]:
10+
- @tailwindcss-mangle/config@4.0.1-alpha.0
11+
- @tailwindcss-mangle/core@4.0.1-alpha.0
12+
- @tailwindcss-mangle/shared@4.0.1-alpha.0
13+
314
## 4.0.0
415

516
### Major 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.0",
4+
"version": "4.0.1-alpha.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.2-alpha.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`a529a71`](https://github.com/sonofmagic/tailwindcss-mangle/commit/a529a71a74faed4c699d164ae66ce68e87096e83)]:
8+
- tailwindcss-patch@5.0.1-alpha.0
9+
310
## 0.0.1
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.1",
3+
"version": "0.0.2-alpha.0",
44
"private": true,
55
"description": "",
66
"author": "",

0 commit comments

Comments
 (0)