Skip to content

Commit 8dce922

Browse files
github-actions[bot]sonofmagic
authored andcommitted
Version Packages (alpha)
1 parent f27aafa commit 8dce922

File tree

13 files changed

+89
-8
lines changed

13 files changed

+89
-8
lines changed

.changeset/pre.json

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,25 @@
77
"@tailwindcss-mangle/shared": "3.0.0",
88
"tailwindcss-patch": "4.0.0",
99
"unplugin-tailwindcss-mangle": "3.0.1",
10-
"postcss7-compat": "1.0.0"
10+
"postcss7-compat": "1.0.0",
11+
"astro-app": "1.0.0",
12+
"next-app": "0.1.0",
13+
"next-app-router": "0.1.0",
14+
"nuxt-app": "1.0.0",
15+
"remix-app": "1.0.0",
16+
"vite-template-solid": "0.0.0",
17+
"vite-lit": "0.0.0",
18+
"vite-react": "0.0.0",
19+
"vite-svelte": "0.0.0",
20+
"vite-vanilla": "0.0.0",
21+
"vite-vue": "0.0.0",
22+
"webpack5-vue3": "0.1.0"
1123
},
12-
"changesets": []
24+
"changesets": [
25+
"clever-peaches-beg",
26+
"fuzzy-shoes-tie",
27+
"purple-pumas-listen",
28+
"selfish-foxes-learn",
29+
"selfish-hornets-swim"
30+
]
1331
}

packages/config/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# @tailwindcss-mangle/config
2+
3+
## 4.0.0-alpha.0
4+
5+
### Major Changes
6+
7+
- [`6879782`](https://github.com/sonofmagic/tailwindcss-mangle/commit/68797825a08d4b4d15073024a257a3ec336187d2) Thanks [@sonofmagic](https://github.com/sonofmagic)! - feat: prefer esm module
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`6879782`](https://github.com/sonofmagic/tailwindcss-mangle/commit/68797825a08d4b4d15073024a257a3ec336187d2)]:
12+
- @tailwindcss-mangle/shared@4.0.0-alpha.0

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": "3.0.0",
4+
"version": "4.0.0-alpha.0",
55
"description": "The config and load function of tailwindcss-mangle",
66
"author": "SonOfMagic <[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.0.0-alpha.0
4+
5+
### Major Changes
6+
7+
- [`2575863`](https://github.com/sonofmagic/tailwindcss-mangle/commit/2575863f532731c3a38bd2e8463f41031bc6efd3) Thanks [@sonofmagic](https://github.com/sonofmagic)! - feat: prefer esm
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`6879782`](https://github.com/sonofmagic/tailwindcss-mangle/commit/68797825a08d4b4d15073024a257a3ec336187d2), [`6879782`](https://github.com/sonofmagic/tailwindcss-mangle/commit/68797825a08d4b4d15073024a257a3ec336187d2)]:
12+
- @tailwindcss-mangle/config@4.0.0-alpha.0
13+
- @tailwindcss-mangle/shared@4.0.0-alpha.0
14+
315
## 2.3.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": "3.0.0",
4+
"version": "4.0.0-alpha.0",
55
"description": "The core of tailwindcss-mangle",
66
"author": "SonOfMagic <[email protected]>",
77
"license": "MIT",

packages/shared/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @tailwindcss-mangle/shared
2+
3+
## 4.0.0-alpha.0
4+
5+
### Major Changes
6+
7+
- [`6879782`](https://github.com/sonofmagic/tailwindcss-mangle/commit/68797825a08d4b4d15073024a257a3ec336187d2) Thanks [@sonofmagic](https://github.com/sonofmagic)! - feat: prefer esm module

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": "3.0.0",
4+
"version": "4.0.0-alpha.0",
55
"description": "The shared utils of tailwindcss-mangle",
66
"author": "SonOfMagic <[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+
## 5.0.0-alpha.0
4+
5+
### Major Changes
6+
7+
- [`2575863`](https://github.com/sonofmagic/tailwindcss-mangle/commit/2575863f532731c3a38bd2e8463f41031bc6efd3) Thanks [@sonofmagic](https://github.com/sonofmagic)! - feat: prefer esm
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`6879782`](https://github.com/sonofmagic/tailwindcss-mangle/commit/68797825a08d4b4d15073024a257a3ec336187d2)]:
12+
- @tailwindcss-mangle/config@4.0.0-alpha.0
13+
314
## 3.0.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,7 +1,7 @@
11
{
22
"name": "tailwindcss-patch",
33
"type": "module",
4-
"version": "4.0.0",
4+
"version": "5.0.0-alpha.0",
55
"description": "patch tailwindcss for exposing context and extract classes",
66
"author": "SonOfMagic <[email protected]>",
77
"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.0.0-alpha.0
4+
5+
### Major Changes
6+
7+
- [`23badf9`](https://github.com/sonofmagic/tailwindcss-mangle/commit/23badf9e58f8e13f422ad406435eff1e8d8ae823) Thanks [@sonofmagic](https://github.com/sonofmagic)! - feat: prefer esm
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`6879782`](https://github.com/sonofmagic/tailwindcss-mangle/commit/68797825a08d4b4d15073024a257a3ec336187d2), [`6879782`](https://github.com/sonofmagic/tailwindcss-mangle/commit/68797825a08d4b4d15073024a257a3ec336187d2), [`2575863`](https://github.com/sonofmagic/tailwindcss-mangle/commit/2575863f532731c3a38bd2e8463f41031bc6efd3)]:
12+
- @tailwindcss-mangle/config@4.0.0-alpha.0
13+
- @tailwindcss-mangle/shared@4.0.0-alpha.0
14+
- @tailwindcss-mangle/core@4.0.0-alpha.0
15+
316
## 3.0.1
417

518
### Patch Changes

0 commit comments

Comments
 (0)