Skip to content

Commit a7e3b2d

Browse files
github-actions[bot]sonofmagic
authored andcommitted
Version Packages
1 parent 6799e3b commit a7e3b2d

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

.changeset/vast-sheep-switch.md

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

packages/config/CHANGELOG.md

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

3+
## 6.1.0
4+
5+
### Minor Changes
6+
7+
- [#165](https://github.com/sonofmagic/tailwindcss-mangle/pull/165) [`6799e3b`](https://github.com/sonofmagic/tailwindcss-mangle/commit/6799e3b319ed27f227f698c7971256fc427921f7) Thanks [@Ercilan](https://github.com/Ercilan)! - refine js-related file extension matching
8+
39
## 6.0.1
410

511
### Patch Changes

packages/config/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/config",
33
"type": "module",
4-
"version": "6.0.1",
4+
"version": "6.1.0",
55
"description": "The config and load function of tailwindcss-mangle",
66
"author": "ice breaker <1324318532@qq.com>",
77
"license": "MIT",

packages/tailwindcss-patch/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# tailwindcss-patch
22

3+
## 8.2.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`6799e3b`](https://github.com/sonofmagic/tailwindcss-mangle/commit/6799e3b319ed27f227f698c7971256fc427921f7)]:
8+
- @tailwindcss-mangle/config@6.1.0
9+
310
## 8.2.1
411

512
### 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.2.1",
3+
"version": "8.2.2",
44
"description": "patch tailwindcss for exposing context and extract classes",
55
"author": "ice breaker <1324318532@qq.com>",
66
"license": "MIT",

0 commit comments

Comments
 (0)