Skip to content

Commit a93b937

Browse files
committed
chore: release v0.0.1
1 parent 66b1482 commit a93b937

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
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": "0.0.0",
3+
"version": "0.0.1",
44
"private": true,
55
"workspaces": [
66
"apps/*",
@@ -41,4 +41,4 @@
4141
"node": ">=14.0.0"
4242
},
4343
"packageManager": "pnpm@7.14.1"
44-
}
44+
}

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.0.1",
3+
"version": "0.0.1",
44
"description": "The core of tailwindcss-mangle",
55
"main": "dist/index.js",
66
"module": "./dist/index.mjs",
@@ -45,4 +45,4 @@
4545
"type": "git",
4646
"url": "git+https://github.com/sonofmagic/tailwindcss-mangle.git"
4747
}
48-
}
48+
}

packages/shared/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-shared",
3-
"version": "1.0.0",
3+
"version": "0.0.1",
44
"description": "The shared utils of tailwindcss-mangle",
55
"main": "dist/index.js",
66
"module": "./dist/index.mjs",
@@ -36,4 +36,4 @@
3636
"type": "git",
3737
"url": "git+https://github.com/sonofmagic/tailwindcss-mangle.git"
3838
}
39-
}
39+
}

packages/tailwindcss-patch/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tailwindcss-patch",
3-
"version": "1.1.1",
3+
"version": "0.0.1",
44
"description": "patch tailwindcss for exposing context",
55
"main": "dist/index.js",
66
"module": "./dist/index.mjs",
@@ -54,4 +54,4 @@
5454
"type": "git",
5555
"url": "git+https://github.com/sonofmagic/tailwindcss-mangle.git"
5656
}
57-
}
57+
}

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": "0.1.4",
3+
"version": "0.0.1",
44
"description": "mangle tailwindcss utilities class plugin. support vite and webpack!",
55
"main": "./dist/index.js",
66
"module": "./dist/index.mjs",
@@ -91,4 +91,4 @@
9191
"type": "git",
9292
"url": "git+https://github.com/sonofmagic/tailwindcss-mangle.git"
9393
}
94-
}
94+
}

0 commit comments

Comments
 (0)