Skip to content

Commit b58177b

Browse files
github-actions[bot]sonofmagic
authored andcommitted
Version Packages
1 parent ba35630 commit b58177b

File tree

5 files changed

+31
-24
lines changed

5 files changed

+31
-24
lines changed

.changeset/afraid-ads-unite.md

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

packages/core/CHANGELOG.md

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

3+
## 4.0.2
4+
5+
### Patch Changes
6+
7+
- [`ba35630`](https://github.com/sonofmagic/tailwindcss-mangle/commit/ba3563015630cddd38eb188493878852ceb026a4) Thanks [@sonofmagic](https://github.com/sonofmagic)! - feat: add `twIgnore` for ignore mangle
8+
9+
## Example
10+
11+
### Input
12+
13+
```js
14+
const twIgnore = String.raw;
15+
const className = `${twIgnore`gap-y-4`} bg-zinc-800/30`;
16+
```
17+
18+
### Output
19+
20+
```js
21+
const twIgnore = String.raw;
22+
const className = `${twIgnore`gap-y-4`} tw-a`;
23+
```
24+
325
## 4.0.1
426

527
### Patch Changes

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

packages/unplugin-tailwindcss-mangle/CHANGELOG.md

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

3+
## 4.0.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`ba35630`](https://github.com/sonofmagic/tailwindcss-mangle/commit/ba3563015630cddd38eb188493878852ceb026a4)]:
8+
- @tailwindcss-mangle/core@4.0.2
9+
310
## 4.0.1
411

512
### Patch Changes

packages/unplugin-tailwindcss-mangle/package.json

Lines changed: 1 addition & 1 deletion
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.1",
4+
"version": "4.0.2",
55
"description": "mangle tailwindcss utilities class plugin. support vite and webpack!",
66
"author": "ice breaker <1324318532@qq.com>",
77
"license": "MIT",

0 commit comments

Comments
 (0)