Skip to content

Commit

Permalink
chore: release v2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sonofmagic committed Sep 21, 2023
1 parent 221f566 commit 8141aac
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tailwindcss-mangle",
"version": "2.2.1",
"version": "2.2.2",
"private": true,
"workspaces": [
"apps/*",
Expand Down Expand Up @@ -52,4 +52,4 @@
"node": ">=16.6.0"
},
"packageManager": "pnpm@8.6.11"
}
}
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tailwindcss-mangle/config",
"version": "2.2.1",
"version": "2.2.2",
"description": "The config and load function of tailwindcss-mangle",
"exports": {
".": {
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tailwindcss-mangle/core",
"version": "2.2.1",
"version": "2.2.2",
"description": "The core of tailwindcss-mangle",
"exports": {
".": {
Expand Down Expand Up @@ -75,4 +75,4 @@
"directories": {
"test": "test"
}
}
}
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tailwindcss-mangle/shared",
"version": "2.2.1",
"version": "2.2.2",
"description": "The shared utils of tailwindcss-mangle",
"exports": {
".": {
Expand Down
2 changes: 1 addition & 1 deletion packages/tailwindcss-patch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tailwindcss-patch",
"version": "2.2.1",
"version": "2.2.2",
"description": "patch tailwindcss for exposing context and extract classes",
"main": "./dist/index.cjs",
"types": "./dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/unplugin-tailwindcss-mangle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "unplugin-tailwindcss-mangle",
"version": "2.2.1",
"version": "2.2.2",
"description": "mangle tailwindcss utilities class plugin. support vite and webpack!",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
Expand Down

0 comments on commit 8141aac

Please sign in to comment.