Skip to content

Commit f92ca9c

Browse files
github-actions[bot]sonofmagic
authored andcommitted
Version Packages
1 parent 4df42ed commit f92ca9c

File tree

4 files changed

+9
-11
lines changed

4 files changed

+9
-11
lines changed

.changeset/fix-v4-source-fallback.md

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

.changeset/quiet-cache-enoent.md

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

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.1
4+
5+
### Patch Changes
6+
7+
- [`e5c8155`](https://github.com/sonofmagic/tailwindcss-mangle/commit/e5c8155afc6ee30b311b9fb90616d2560a5fa2cc) Thanks [@sonofmagic](https://github.com/sonofmagic)! - Ensure TailwindcssPatcher uses the workspace root as the default v4 source when cssEntries point at empty folders so extract() still reports runtime classes in v4 mode.
8+
9+
- [`4df42ed`](https://github.com/sonofmagic/tailwindcss-mangle/commit/4df42ed3bc3006ce643206f5781314da17876b74) Thanks [@sonofmagic](https://github.com/sonofmagic)! - Stop logging cache warnings when the Tailwind class cache file is missing so repeated builds on Windows no longer show ENOENT errors.
10+
311
## 8.4.0
412

513
### Minor 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.0",
3+
"version": "8.4.1",
44
"description": "patch tailwindcss for exposing context and extract classes",
55
"author": "ice breaker <[email protected]>",
66
"license": "MIT",

0 commit comments

Comments
 (0)