Skip to content

Commit 2d94ff5

Browse files
github-actions[bot]sonofmagic
authored andcommitted
Version Packages (alpha)
1 parent ea6cbf0 commit 2d94ff5

File tree

7 files changed

+26
-3
lines changed

7 files changed

+26
-3
lines changed

.changeset/pre.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@
2929
"flat-snails-burn",
3030
"friendly-trainers-share",
3131
"green-swans-smile",
32+
"late-ducks-juggle",
33+
"quiet-snakes-smoke",
3234
"real-otters-boil",
3335
"short-buckets-cheer",
3436
"tall-rabbits-bathe",

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.4
4+
5+
### Patch Changes
6+
7+
- 📦 **Dependencies** [`ea6cbf0`](https://github.com/sonofmagic/tailwindcss-mangle/commit/ea6cbf0f40efee7f92733327da74fa4396c15fa7)
8+
`tailwindcss-patch@9.0.0-alpha.5`
9+
310
## 0.1.1-alpha.3
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.3",
3+
"version": "0.1.1-alpha.4",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

packages/core/CHANGELOG.md

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

3+
## 5.1.2-alpha.2
4+
5+
### Patch Changes
6+
7+
- 🐛 **Refresh parser, Tailwind, and related toolchain dependencies across the workspace, including newer runtime dependencies used by `@tailwindcss-mangle/core` and `tailwindcss-patch`.** [`905000b`](https://github.com/sonofmagic/tailwindcss-mangle/commit/905000bbf892eeaa0e26a65c27c16263707eb364) by @sonofmagic
8+
39
## 5.1.2-alpha.1
410

511
### Patch 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": "5.1.2-alpha.1",
4+
"version": "5.1.2-alpha.2",
55
"description": "The core of tailwindcss-mangle",
66
"author": "ice breaker <1324318532@qq.com>",
77
"license": "MIT",

packages/tailwindcss-patch/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# tailwindcss-patch
22

3+
## 9.0.0-alpha.5
4+
5+
### Patch Changes
6+
7+
- 🐛 **Preserve original runtime candidate tokens when collecting the class set for Tailwind CSS v2/v3 projects, so shorthand and full hex arbitrary color classes remain distinct and only match when the exact source token is present.** [`ea6cbf0`](https://github.com/sonofmagic/tailwindcss-mangle/commit/ea6cbf0f40efee7f92733327da74fa4396c15fa7) by @sonofmagic
8+
9+
- 🐛 **Refresh parser, Tailwind, and related toolchain dependencies across the workspace, including newer runtime dependencies used by `@tailwindcss-mangle/core` and `tailwindcss-patch`.** [`905000b`](https://github.com/sonofmagic/tailwindcss-mangle/commit/905000bbf892eeaa0e26a65c27c16263707eb364) by @sonofmagic
10+
311
## 9.0.0-alpha.4
412

513
### Patch 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.4",
3+
"version": "9.0.0-alpha.5",
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)