Skip to content

Commit 875c36d

Browse files
github-actions[bot]sonofmagic
authored andcommitted
Version Packages
1 parent 6542453 commit 875c36d

File tree

8 files changed

+23
-15
lines changed

8 files changed

+23
-15
lines changed

.changeset/chatty-eels-relate.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/reliable-otters-ring.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

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.0.1
4+
5+
### Patch Changes
6+
7+
- [`0b484c1`](https://github.com/sonofmagic/tailwindcss-mangle/commit/0b484c187257ccdbe04224280a77174330341ce6) Thanks [@sonofmagic](https://github.com/sonofmagic)! - chore(deps): upgrade
8+
39
## 5.0.0
410

511
### Major 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.0.0",
4+
"version": "5.0.1",
55
"description": "The core of tailwindcss-mangle",
66
"author": "ice breaker <[email protected]>",
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+
## 8.4.3
4+
5+
### Patch Changes
6+
7+
- [`0b484c1`](https://github.com/sonofmagic/tailwindcss-mangle/commit/0b484c187257ccdbe04224280a77174330341ce6) Thanks [@sonofmagic](https://github.com/sonofmagic)! - chore(deps): upgrade
8+
9+
- [`6542453`](https://github.com/sonofmagic/tailwindcss-mangle/commit/6542453f28ea5bb6f6e90023ad93f557524afb80) Thanks [@sonofmagic](https://github.com/sonofmagic)! - Fix `getClassSetSync()` returning an empty set before Tailwind v3 contexts are ready so runtime collectors fall back to the async extraction path instead of skipping class discovery.
10+
311
## 8.4.2
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": "8.4.2",
3+
"version": "8.4.3",
44
"description": "patch tailwindcss for exposing context and extract classes",
55
"author": "ice breaker <[email protected]>",
66
"license": "MIT",

website/CHANGELOG.md

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

3+
## 1.1.2
4+
5+
### Patch Changes
6+
7+
- [`0b484c1`](https://github.com/sonofmagic/tailwindcss-mangle/commit/0b484c187257ccdbe04224280a77174330341ce6) Thanks [@sonofmagic](https://github.com/sonofmagic)! - chore(deps): upgrade
8+
39
## 1.1.1
410

511
### Patch Changes

website/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/website",
33
"type": "module",
4-
"version": "1.1.1",
4+
"version": "1.1.2",
55
"private": true,
66
"description": "",
77
"author": "",

0 commit comments

Comments
 (0)