Skip to content

Commit 6551f31

Browse files
github-actions[bot]sonofmagic
authored andcommitted
Version Packages
1 parent a549c32 commit 6551f31

File tree

11 files changed

+40
-10
lines changed

11 files changed

+40
-10
lines changed

.changeset/dry-mangos-show.md

-5
This file was deleted.

packages/config/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @tailwindcss-mangle/config
22

3+
## 5.0.2
4+
5+
### Patch Changes
6+
7+
- [`78c0297`](https://github.com/sonofmagic/tailwindcss-mangle/commit/78c02972f17865d489e66274086bcf11860689eb) Thanks [@sonofmagic](https://github.com/sonofmagic)! - fix: add getPackageInfo options
8+
39
## 5.0.1
410

511
### Patch Changes

packages/config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tailwindcss-mangle/config",
33
"type": "module",
4-
"version": "5.0.1",
4+
"version": "5.0.2",
55
"description": "The config and load function of tailwindcss-mangle",
66
"author": "ice breaker <[email protected]>",
77
"license": "MIT",

packages/core/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @tailwindcss-mangle/core
22

3+
## 4.0.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`78c0297`](https://github.com/sonofmagic/tailwindcss-mangle/commit/78c02972f17865d489e66274086bcf11860689eb)]:
8+
- @tailwindcss-mangle/config@5.0.2
9+
310
## 4.0.4
411

512
### Patch Changes

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tailwindcss-mangle/core",
33
"type": "module",
4-
"version": "4.0.4",
4+
"version": "4.0.5",
55
"description": "The core of tailwindcss-mangle",
66
"author": "ice breaker <[email protected]>",
77
"license": "MIT",

packages/tailwindcss-patch/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# tailwindcss-patch
22

3+
## 6.0.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`78c0297`](https://github.com/sonofmagic/tailwindcss-mangle/commit/78c02972f17865d489e66274086bcf11860689eb)]:
8+
- @tailwindcss-mangle/config@5.0.2
9+
310
## 6.0.3
411

512
### Patch Changes

packages/tailwindcss-patch/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tailwindcss-patch",
3-
"version": "6.0.3",
3+
"version": "6.0.4",
44
"description": "patch tailwindcss for exposing context and extract classes",
55
"author": "ice breaker <[email protected]>",
66
"license": "MIT",

packages/unplugin-tailwindcss-mangle/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# unplugin-tailwindcss-mangle
22

3+
## 4.0.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`78c0297`](https://github.com/sonofmagic/tailwindcss-mangle/commit/78c02972f17865d489e66274086bcf11860689eb)]:
8+
- @tailwindcss-mangle/config@5.0.2
9+
- @tailwindcss-mangle/core@4.0.5
10+
311
## 4.0.4
412

513
### Patch Changes

packages/unplugin-tailwindcss-mangle/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unplugin-tailwindcss-mangle",
33
"type": "module",
4-
"version": "4.0.4",
4+
"version": "4.0.5",
55
"description": "mangle tailwindcss utilities class plugin. support vite and webpack!",
66
"author": "ice breaker <[email protected]>",
77
"license": "MIT",

scripts/postcss7-compat/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# postcss7-compat
22

3+
## 0.0.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
9+
310
## 0.0.7
411

512
### Patch Changes

scripts/postcss7-compat/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss7-compat",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
44
"private": true,
55
"description": "",
66
"author": "",

0 commit comments

Comments
 (0)