Skip to content

Commit d26100f

Browse files
committed
chore: release v2.2.1
1 parent 9cf471d commit d26100f

File tree

7 files changed

+59
-80
lines changed

7 files changed

+59
-80
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tailwindcss-mangle",
3-
"version": "1.2.7",
3+
"version": "2.2.1",
44
"private": true,
55
"workspaces": [
66
"apps/*",
@@ -14,7 +14,8 @@
1414
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
1515
"preinstall": "npx only-allow pnpm",
1616
"sync": "cnpm sync @tailwindcss-mangle/shared @tailwindcss-mangle/config tailwindcss-patch unplugin-tailwindcss-mangle @tailwindcss-mangle/core",
17-
"publish-packages": "pnpm run test && changeset version && changeset publish"
17+
"publish-packages": "pnpm run test && changeset version && changeset publish",
18+
"release": "bumpp -r --no-push --no-commit"
1819
},
1920
"devDependencies": {
2021
"@changesets/changelog-github": "^0.4.8",
@@ -25,6 +26,7 @@
2526
"@types/lodash-es": "^4.17.9",
2627
"@types/node": "^20.6.1",
2728
"@vitest/coverage-v8": "^0.34.4",
29+
"bumpp": "^9.2.0",
2830
"cross-env": "^7.0.3",
2931
"dedent": "^1.5.1",
3032
"defu": "^6.1.2",

packages/config/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/config",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"description": "The config and load function of tailwindcss-mangle",
55
"exports": {
66
".": {
@@ -54,4 +54,4 @@
5454
"type": "git",
5555
"url": "git+https://github.com/sonofmagic/tailwindcss-mangle.git"
5656
}
57-
}
57+
}

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.0",
3+
"version": "2.2.1",
44
"description": "The core of tailwindcss-mangle",
55
"exports": {
66
".": {
@@ -78,4 +78,4 @@
7878
"directories": {
7979
"test": "test"
8080
}
81-
}
81+
}

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": "2.2.0",
3+
"version": "2.2.1",
44
"description": "The shared utils of tailwindcss-mangle",
55
"exports": {
66
".": {
@@ -50,4 +50,4 @@
5050
"type": "git",
5151
"url": "git+https://github.com/sonofmagic/tailwindcss-mangle.git"
5252
}
53-
}
53+
}

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": "2.2.0",
3+
"version": "2.2.1",
44
"description": "patch tailwindcss for exposing context and extract classes",
55
"main": "./dist/index.cjs",
66
"types": "./dist/index.d.ts",
@@ -71,4 +71,4 @@
7171
"directories": {
7272
"test": "test"
7373
}
74-
}
74+
}

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": "2.2.0",
3+
"version": "2.2.1",
44
"description": "mangle tailwindcss utilities class plugin. support vite and webpack!",
55
"main": "./dist/index.cjs",
66
"module": "./dist/index.mjs",
@@ -101,4 +101,4 @@
101101
"type": "git",
102102
"url": "git+https://github.com/sonofmagic/tailwindcss-mangle.git"
103103
}
104-
}
104+
}

0 commit comments

Comments
 (0)