diff --git a/package.json b/package.json index 82af47c..dbecd91 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tailwindcss-mangle", - "version": "2.2.1", + "version": "2.2.2", "private": true, "workspaces": [ "apps/*", @@ -52,4 +52,4 @@ "node": ">=16.6.0" }, "packageManager": "pnpm@8.6.11" -} \ No newline at end of file +} diff --git a/packages/config/package.json b/packages/config/package.json index c9a817b..e9f9dfd 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -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": { ".": { diff --git a/packages/core/package.json b/packages/core/package.json index da34419..c535a82 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@tailwindcss-mangle/core", - "version": "2.2.1", + "version": "2.2.2", "description": "The core of tailwindcss-mangle", "exports": { ".": { @@ -75,4 +75,4 @@ "directories": { "test": "test" } -} \ No newline at end of file +} diff --git a/packages/shared/package.json b/packages/shared/package.json index 2dbab43..83df97f 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -1,6 +1,6 @@ { "name": "@tailwindcss-mangle/shared", - "version": "2.2.1", + "version": "2.2.2", "description": "The shared utils of tailwindcss-mangle", "exports": { ".": { diff --git a/packages/tailwindcss-patch/package.json b/packages/tailwindcss-patch/package.json index 6b25467..d44907d 100644 --- a/packages/tailwindcss-patch/package.json +++ b/packages/tailwindcss-patch/package.json @@ -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", diff --git a/packages/unplugin-tailwindcss-mangle/package.json b/packages/unplugin-tailwindcss-mangle/package.json index deea39e..eddd7e4 100644 --- a/packages/unplugin-tailwindcss-mangle/package.json +++ b/packages/unplugin-tailwindcss-mangle/package.json @@ -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",