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

-7
This file was deleted.

packages/core/CHANGELOG.md

+7
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

+1-1
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 <qq1324318532@gmail.com>",
66
"license": "MIT",

packages/tailwindcss-patch/CHANGELOG.md

+6
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

+1-1
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 <qq1324318532@gmail.com>",
66
"license": "MIT",
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

+1-1
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 <qq1324318532@gmail.com>",
66
"license": "MIT",

0 commit comments

Comments
 (0)