Skip to content

Commit 4b56bdb

Browse files
committed
chore: release v1.2.7
1 parent c2f9b03 commit 4b56bdb

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

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",
3-
"version": "1.2.6",
3+
"version": "1.2.7",
44
"private": true,
55
"workspaces": [
66
"apps/*",

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tailwindcss-mangle-core",
3-
"version": "1.2.6",
3+
"version": "1.2.7",
44
"description": "The core of tailwindcss-mangle",
55
"main": "dist/index.js",
66
"module": "./dist/index.mjs",
@@ -48,4 +48,4 @@
4848
"type": "git",
4949
"url": "git+https://github.com/sonofmagic/tailwindcss-mangle.git"
5050
}
51-
}
51+
}

packages/shared/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-shared",
3-
"version": "1.2.6",
3+
"version": "1.2.7",
44
"description": "The shared utils of tailwindcss-mangle",
55
"main": "dist/index.js",
66
"module": "./dist/index.mjs",

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": "1.2.6",
3+
"version": "1.2.7",
44
"description": "patch tailwindcss for exposing context",
55
"main": "dist/index.js",
66
"module": "./dist/index.mjs",

packages/unplugin-tailwindcss-mangle/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unplugin-tailwindcss-mangle",
3-
"version": "1.2.6",
3+
"version": "1.2.7",
44
"description": "mangle tailwindcss utilities class plugin. support vite and webpack!",
55
"main": "./dist/index.js",
66
"module": "./dist/index.mjs",
@@ -99,4 +99,4 @@
9999
"type": "git",
100100
"url": "git+https://github.com/sonofmagic/tailwindcss-mangle.git"
101101
}
102-
}
102+
}

0 commit comments

Comments
 (0)