Skip to content

Commit 8f21973

Browse files
Version Packages
1 parent 11ae5ce commit 8f21973

File tree

7 files changed

+28
-10
lines changed

7 files changed

+28
-10
lines changed

.changeset/purple-hotels-itch.md

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

packages/core/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @tailwindcss-mangle/core
2+
3+
## 2.3.0
4+
5+
### Minor Changes
6+
7+
- 3c2d2b9: fix(tailwindcss-patch): monorepo basedir option

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tailwindcss-mangle/core",
3-
"version": "2.2.2",
3+
"version": "2.3.0",
44
"description": "The core of tailwindcss-mangle",
55
"author": "SonOfMagic <[email protected]>",
66
"license": "MIT",

packages/tailwindcss-patch/CHANGELOG.md

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

3+
## 3.0.1
4+
5+
### Patch Changes
6+
7+
- 3c2d2b9: fix(tailwindcss-patch): monorepo basedir option
8+
39
## 3.0.0
410

511
### Major 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": "3.0.0",
3+
"version": "3.0.1",
44
"description": "patch tailwindcss for exposing context and extract classes",
55
"author": "SonOfMagic <[email protected]>",
66
"license": "MIT",
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# unplugin-tailwindcss-mangle
2+
3+
## 2.3.0
4+
5+
### Minor Changes
6+
7+
- 3c2d2b9: fix(tailwindcss-patch): monorepo basedir option
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [3c2d2b9]
12+
- @tailwindcss-mangle/core@2.3.0

packages/unplugin-tailwindcss-mangle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unplugin-tailwindcss-mangle",
3-
"version": "2.2.2",
3+
"version": "2.3.0",
44
"description": "mangle tailwindcss utilities class plugin. support vite and webpack!",
55
"author": "SonOfMagic <[email protected]>",
66
"license": "MIT",

0 commit comments

Comments
 (0)