File tree 15 files changed +73
-17
lines changed
unplugin-tailwindcss-mangle
15 files changed +73
-17
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# @tailwindcss-mangle/config
2
2
3
+ ## 5.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [ ` 0404f90 ` ] ( https://github.com/sonofmagic/tailwindcss-mangle/commit/0404f90cc10716a84f3137f4c76a58c4c7edf019 ) Thanks [ @sonofmagic ] ( https://github.com/sonofmagic ) ! - feat: support tailwindcss@4.1.1
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [[ ` 0404f90 ` ] ( https://github.com/sonofmagic/tailwindcss-mangle/commit/0404f90cc10716a84f3137f4c76a58c4c7edf019 )] :
12
+ - @tailwindcss-mangle/shared @4.1.0
13
+
3
14
## 5.0.6
4
15
5
16
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @tailwindcss-mangle/config" ,
3
3
"type" : " module" ,
4
- "version" : " 5.0.6 " ,
4
+ "version" : " 5.1.0 " ,
5
5
"description" : " The config and load function of tailwindcss-mangle" ,
6
6
"author" : " ice breaker <1324318532@qq.com>" ,
7
7
"license" : " MIT" ,
Original file line number Diff line number Diff line change 1
1
# @tailwindcss-mangle/core
2
2
3
+ ## 4.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [ ` 0404f90 ` ] ( https://github.com/sonofmagic/tailwindcss-mangle/commit/0404f90cc10716a84f3137f4c76a58c4c7edf019 ) Thanks [ @sonofmagic ] ( https://github.com/sonofmagic ) ! - feat: support tailwindcss@4.1.1
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [[ ` 0404f90 ` ] ( https://github.com/sonofmagic/tailwindcss-mangle/commit/0404f90cc10716a84f3137f4c76a58c4c7edf019 )] :
12
+ - @tailwindcss-mangle/config @5.1.0
13
+ - @tailwindcss-mangle/shared @4.1.0
14
+
3
15
## 4.0.9
4
16
5
17
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @tailwindcss-mangle/core" ,
3
3
"type" : " module" ,
4
- "version" : " 4.0.9 " ,
4
+ "version" : " 4.1.0 " ,
5
5
"description" : " The core of tailwindcss-mangle" ,
6
6
"author" : " ice breaker <1324318532@qq.com>" ,
7
7
"license" : " MIT" ,
Original file line number Diff line number Diff line change 1
1
# @tailwindcss-mangle/shared
2
2
3
+ ## 4.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [ ` 0404f90 ` ] ( https://github.com/sonofmagic/tailwindcss-mangle/commit/0404f90cc10716a84f3137f4c76a58c4c7edf019 ) Thanks [ @sonofmagic ] ( https://github.com/sonofmagic ) ! - feat: support tailwindcss@4.1.1
8
+
3
9
## 4.0.2
4
10
5
11
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @tailwindcss-mangle/shared" ,
3
3
"type" : " module" ,
4
- "version" : " 4.0.2 " ,
4
+ "version" : " 4.1.0 " ,
5
5
"description" : " The shared utils of tailwindcss-mangle" ,
6
6
"author" : " ice breaker <1324318532@qq.com>" ,
7
7
"license" : " MIT" ,
Original file line number Diff line number Diff line change 1
1
# tailwindcss-patch
2
2
3
+ ## 7.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [ ` 0404f90 ` ] ( https://github.com/sonofmagic/tailwindcss-mangle/commit/0404f90cc10716a84f3137f4c76a58c4c7edf019 ) Thanks [ @sonofmagic ] ( https://github.com/sonofmagic ) ! - feat: support tailwindcss@4.1.1
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [[ ` 0404f90 ` ] ( https://github.com/sonofmagic/tailwindcss-mangle/commit/0404f90cc10716a84f3137f4c76a58c4c7edf019 )] :
12
+ - @tailwindcss-mangle/config @5.1.0
13
+
3
14
## 7.0.2
4
15
5
16
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " tailwindcss-patch" ,
3
- "version" : " 7.0.2 " ,
3
+ "version" : " 7.1.0 " ,
4
4
"description" : " patch tailwindcss for exposing context and extract classes" ,
5
5
"author" : " ice breaker <1324318532@qq.com>" ,
6
6
"license" : " MIT" ,
Original file line number Diff line number Diff line change 1
1
# unplugin-tailwindcss-mangle
2
2
3
+ ## 4.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [ ` 0404f90 ` ] ( https://github.com/sonofmagic/tailwindcss-mangle/commit/0404f90cc10716a84f3137f4c76a58c4c7edf019 ) Thanks [ @sonofmagic ] ( https://github.com/sonofmagic ) ! - feat: support tailwindcss@4.1.1
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [[ ` 0404f90 ` ] ( https://github.com/sonofmagic/tailwindcss-mangle/commit/0404f90cc10716a84f3137f4c76a58c4c7edf019 )] :
12
+ - @tailwindcss-mangle/config @5.1.0
13
+ - @tailwindcss-mangle/core @4.1.0
14
+ - @tailwindcss-mangle/shared @4.1.0
15
+
3
16
## 4.0.10
4
17
5
18
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " unplugin-tailwindcss-mangle" ,
3
3
"type" : " module" ,
4
- "version" : " 4.0.10 " ,
4
+ "version" : " 4.1.0 " ,
5
5
"description" : " mangle tailwindcss utilities class plugin. support vite and webpack!" ,
6
6
"author" : " ice breaker <1324318532@qq.com>" ,
7
7
"license" : " MIT" ,
Original file line number Diff line number Diff line change 1
1
# postcss7-compat
2
2
3
+ ## 0.0.17
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[ ` 0404f90 ` ] ( https://github.com/sonofmagic/tailwindcss-mangle/commit/0404f90cc10716a84f3137f4c76a58c4c7edf019 )] :
8
+ - tailwindcss-patch@7.1.0
9
+
3
10
## 0.0.16
4
11
5
12
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " postcss7-compat" ,
3
- "version" : " 0.0.16 " ,
3
+ "version" : " 0.0.17 " ,
4
4
"private" : true ,
5
5
"description" : " " ,
6
6
"author" : " " ,
Original file line number Diff line number Diff line change 1
1
# @tailwindcss-mangle/website
2
2
3
+ ## 1.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [ ` 0404f90 ` ] ( https://github.com/sonofmagic/tailwindcss-mangle/commit/0404f90cc10716a84f3137f4c76a58c4c7edf019 ) Thanks [ @sonofmagic ] ( https://github.com/sonofmagic ) ! - feat: support tailwindcss@4.1.1
8
+
3
9
## 1.0.1
4
10
5
11
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @tailwindcss-mangle/website" ,
3
3
"type" : " module" ,
4
- "version" : " 1.0.1 " ,
4
+ "version" : " 1.1.0 " ,
5
5
"private" : true ,
6
6
"description" : " " ,
7
7
"author" : " " ,
You can’t perform that action at this time.
0 commit comments