Skip to content

Commit

Permalink
chore: release v1.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sonofmagic committed Jun 18, 2023
1 parent 8afd953 commit 6417957
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tailwindcss-mangle",
"version": "1.2.5",
"version": "1.2.6",
"private": true,
"workspaces": [
"apps/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tailwindcss-mangle-core",
"version": "1.2.5",
"version": "1.2.6",
"description": "The core of tailwindcss-mangle",
"main": "dist/index.js",
"module": "./dist/index.mjs",
Expand Down
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": "1.2.5",
"version": "1.2.6",
"description": "The shared utils of tailwindcss-mangle",
"main": "dist/index.js",
"module": "./dist/index.mjs",
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": "1.2.5",
"version": "1.2.6",
"description": "patch tailwindcss for exposing context",
"main": "dist/index.js",
"module": "./dist/index.mjs",
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": "1.2.5",
"version": "1.2.6",
"description": "mangle tailwindcss utilities class plugin. support vite and webpack!",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down

0 comments on commit 6417957

Please sign in to comment.