Skip to content

Commit 8141aac

Browse files
committed
chore: release v2.2.2
1 parent 221f566 commit 8141aac

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

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",
3-
"version": "2.2.1",
3+
"version": "2.2.2",
44
"private": true,
55
"workspaces": [
66
"apps/*",
@@ -52,4 +52,4 @@
5252
"node": ">=16.6.0"
5353
},
5454
"packageManager": "[email protected]"
55-
}
55+
}

packages/config/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/config",
3-
"version": "2.2.1",
3+
"version": "2.2.2",
44
"description": "The config and load function of tailwindcss-mangle",
55
"exports": {
66
".": {

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": "2.2.1",
3+
"version": "2.2.2",
44
"description": "The core of tailwindcss-mangle",
55
"exports": {
66
".": {
@@ -75,4 +75,4 @@
7575
"directories": {
7676
"test": "test"
7777
}
78-
}
78+
}

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": "2.2.1",
3+
"version": "2.2.2",
44
"description": "The shared utils of tailwindcss-mangle",
55
"exports": {
66
".": {

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": "2.2.1",
3+
"version": "2.2.2",
44
"description": "patch tailwindcss for exposing context and extract classes",
55
"main": "./dist/index.cjs",
66
"types": "./dist/index.d.ts",

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.1",
3+
"version": "2.2.2",
44
"description": "mangle tailwindcss utilities class plugin. support vite and webpack!",
55
"main": "./dist/index.cjs",
66
"module": "./dist/index.mjs",

0 commit comments

Comments
 (0)