Skip to content

Commit f18a21a

Browse files
github-actions[bot]sonofmagic
authored andcommitted
Version Packages (alpha)
1 parent 20ac2a1 commit f18a21a

7 files changed

Lines changed: 28 additions & 3 deletions

File tree

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"cold-cobras-smash",
2727
"few-rice-rhyme",
2828
"flat-snails-burn",
29+
"friendly-trainers-share",
2930
"green-swans-smile",
3031
"real-otters-boil",
3132
"short-buckets-cheer",

apps/next-app/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# next-app
22

3+
## 0.1.1-alpha.1
4+
5+
### Patch Changes
6+
7+
- 📦 **Dependencies** [`3e1c464`](https://github.com/sonofmagic/tailwindcss-mangle/commit/3e1c464318266eec37ee33b63aebed7a54cbae86)
8+
`tailwindcss-patch@9.0.0-alpha.2`
9+
310
## 0.1.1-alpha.0
411

512
### Patch Changes

apps/next-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "next-app",
3-
"version": "0.1.1-alpha.0",
3+
"version": "0.1.1-alpha.1",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

packages/config/CHANGELOG.md

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

3+
## 7.0.0-alpha.2
4+
5+
### Minor Changes
6+
7+
-**Remove legacy public option type aliases from the v9 alpha line and keep only the modern option names such as `TailwindCssPatchOptions`, `TailwindCssOptions`, `TailwindV2Options`, `TailwindV3Options`, and `TailwindV4Options`.** [`3e1c464`](https://github.com/sonofmagic/tailwindcss-mangle/commit/3e1c464318266eec37ee33b63aebed7a54cbae86) by @sonofmagic
8+
39
## 7.0.0-alpha.1
410

511
### Major 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": "7.0.0-alpha.1",
4+
"version": "7.0.0-alpha.2",
55
"description": "The config and load function of tailwindcss-mangle",
66
"author": "ice breaker <1324318532@qq.com>",
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+
## 9.0.0-alpha.2
4+
5+
### Minor Changes
6+
7+
-**Remove legacy public option type aliases from the v9 alpha line and keep only the modern option names such as `TailwindCssPatchOptions`, `TailwindCssOptions`, `TailwindV2Options`, `TailwindV3Options`, and `TailwindV4Options`.** [`3e1c464`](https://github.com/sonofmagic/tailwindcss-mangle/commit/3e1c464318266eec37ee33b63aebed7a54cbae86) by @sonofmagic
8+
9+
### Patch Changes
10+
11+
- 📦 **Dependencies** [`3e1c464`](https://github.com/sonofmagic/tailwindcss-mangle/commit/3e1c464318266eec37ee33b63aebed7a54cbae86)
12+
`@tailwindcss-mangle/config@7.0.0-alpha.2`
13+
314
## 9.0.0-alpha.1
415

516
### Major 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": "9.0.0-alpha.1",
3+
"version": "9.0.0-alpha.2",
44
"description": "patch tailwindcss for exposing context and extract classes",
55
"author": "ice breaker <1324318532@qq.com>",
66
"license": "MIT",

0 commit comments

Comments
 (0)