File tree 4 files changed +70
-83
lines changed
packages/@tailwindcss-standalone
4 files changed +70
-83
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
12
12
- Allow ` _ ` before numbers during candidate extraction ([ #17961 ] ( https://github.com/tailwindlabs/tailwindcss/pull/17961 ) )
13
13
- Upgrade: Fix error when using ` @import … source(…) ` ([ #17963 ] ( https://github.com/tailwindlabs/tailwindcss/pull/17963 ) )
14
14
- Prevent duplicate suggestions when using ` @theme ` and ` @utility ` together ([ #17675 ] ( https://github.com/tailwindlabs/tailwindcss/pull/17675 ) )
15
+ - Ensure that running the Standalone build does not leave temporary files behind ([ #17981 ] ( https://github.com/tailwindlabs/tailwindcss/pull/17981 ) )
15
16
16
17
## [ 4.1.6] - 2025-05-09
17
18
Original file line number Diff line number Diff line change 42
42
"@parcel/watcher-linux-x64-glibc" : " ^2.5.1" ,
43
43
"@parcel/watcher-linux-x64-musl" : " ^2.5.1" ,
44
44
"@parcel/watcher-win32-x64" : " ^2.5.1" ,
45
- "@types/bun" : " ^1.2.11 " ,
46
- "bun" : " ^1.2.11 " ,
45
+ "@types/bun" : " ^1.2.13 " ,
46
+ "bun" : " ^1.2.13 " ,
47
47
"lightningcss-darwin-arm64" : " catalog:" ,
48
48
"lightningcss-darwin-x64" : " catalog:" ,
49
49
"lightningcss-linux-arm64-gnu" : " catalog:" ,
Original file line number Diff line number Diff line change 18
18
"devDependencies" : {
19
19
"@types/react" : " ^19.1.2" ,
20
20
"@types/react-dom" : " ^19.1.3" ,
21
- "bun" : " ^1.2.11 " ,
21
+ "bun" : " ^1.2.13 " ,
22
22
"vite" : " catalog:"
23
23
}
24
24
}
You can’t perform that action at this time.
0 commit comments