diff --git a/.changeset/good-birds-pay.md b/.changeset/good-birds-pay.md deleted file mode 100644 index f06deb0b..00000000 --- a/.changeset/good-birds-pay.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@tailwindcss-mangle/config": patch -"@tailwindcss-mangle/core": patch -"@tailwindcss-mangle/shared": patch -"tailwindcss-patch": patch -"unplugin-tailwindcss-mangle": patch ---- - -fix: build dist empty issue diff --git a/.changeset/pre.json b/.changeset/pre.json deleted file mode 100644 index ab1e7213..00000000 --- a/.changeset/pre.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "mode": "exit", - "tag": "alpha", - "initialVersions": { - "@tailwindcss-mangle/config": "4.0.0", - "@tailwindcss-mangle/core": "4.0.0", - "@tailwindcss-mangle/shared": "4.0.0", - "tailwindcss-patch": "5.0.0", - "unplugin-tailwindcss-mangle": "4.0.0", - "postcss7-compat": "0.0.1", - "@tailwindcss-mangle/website": "1.0.0" - }, - "changesets": [ - "good-birds-pay" - ] -} diff --git a/packages/config/CHANGELOG.md b/packages/config/CHANGELOG.md index 20b6fb0c..e9df151c 100644 --- a/packages/config/CHANGELOG.md +++ b/packages/config/CHANGELOG.md @@ -1,5 +1,14 @@ # @tailwindcss-mangle/config +## 4.0.1 + +### Patch Changes + +- [`a529a71`](https://github.com/sonofmagic/tailwindcss-mangle/commit/a529a71a74faed4c699d164ae66ce68e87096e83) Thanks [@sonofmagic](https://github.com/sonofmagic)! - fix: build dist empty issue + +- Updated dependencies [[`a529a71`](https://github.com/sonofmagic/tailwindcss-mangle/commit/a529a71a74faed4c699d164ae66ce68e87096e83)]: + - @tailwindcss-mangle/shared@4.0.1 + ## 4.0.1-alpha.0 ### Patch Changes diff --git a/packages/config/package.json b/packages/config/package.json index 14fa002c..1251666d 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,7 +1,7 @@ { "name": "@tailwindcss-mangle/config", "type": "module", - "version": "4.0.1-alpha.0", + "version": "4.0.1", "description": "The config and load function of tailwindcss-mangle", "author": "ice breaker <1324318532@qq.com>", "license": "MIT", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 4c3a675b..5098295b 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,15 @@ # @tailwindcss-mangle/core +## 4.0.1 + +### Patch Changes + +- [`a529a71`](https://github.com/sonofmagic/tailwindcss-mangle/commit/a529a71a74faed4c699d164ae66ce68e87096e83) Thanks [@sonofmagic](https://github.com/sonofmagic)! - fix: build dist empty issue + +- Updated dependencies [[`a529a71`](https://github.com/sonofmagic/tailwindcss-mangle/commit/a529a71a74faed4c699d164ae66ce68e87096e83)]: + - @tailwindcss-mangle/config@4.0.1 + - @tailwindcss-mangle/shared@4.0.1 + ## 4.0.1-alpha.0 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 6a84fc7f..e0cff602 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@tailwindcss-mangle/core", "type": "module", - "version": "4.0.1-alpha.0", + "version": "4.0.1", "description": "The core of tailwindcss-mangle", "author": "ice breaker <1324318532@qq.com>", "license": "MIT", diff --git a/packages/shared/CHANGELOG.md b/packages/shared/CHANGELOG.md index 8a1d2ca1..4204f6ed 100644 --- a/packages/shared/CHANGELOG.md +++ b/packages/shared/CHANGELOG.md @@ -1,5 +1,11 @@ # @tailwindcss-mangle/shared +## 4.0.1 + +### Patch Changes + +- [`a529a71`](https://github.com/sonofmagic/tailwindcss-mangle/commit/a529a71a74faed4c699d164ae66ce68e87096e83) Thanks [@sonofmagic](https://github.com/sonofmagic)! - fix: build dist empty issue + ## 4.0.1-alpha.0 ### Patch Changes diff --git a/packages/shared/package.json b/packages/shared/package.json index 489f842b..d7519969 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -1,7 +1,7 @@ { "name": "@tailwindcss-mangle/shared", "type": "module", - "version": "4.0.1-alpha.0", + "version": "4.0.1", "description": "The shared utils of tailwindcss-mangle", "author": "ice breaker <1324318532@qq.com>", "license": "MIT", diff --git a/packages/tailwindcss-patch/CHANGELOG.md b/packages/tailwindcss-patch/CHANGELOG.md index ca5c0487..71e21a6d 100644 --- a/packages/tailwindcss-patch/CHANGELOG.md +++ b/packages/tailwindcss-patch/CHANGELOG.md @@ -1,5 +1,14 @@ # tailwindcss-patch +## 5.0.1 + +### Patch Changes + +- [`a529a71`](https://github.com/sonofmagic/tailwindcss-mangle/commit/a529a71a74faed4c699d164ae66ce68e87096e83) Thanks [@sonofmagic](https://github.com/sonofmagic)! - fix: build dist empty issue + +- Updated dependencies [[`a529a71`](https://github.com/sonofmagic/tailwindcss-mangle/commit/a529a71a74faed4c699d164ae66ce68e87096e83)]: + - @tailwindcss-mangle/config@4.0.1 + ## 5.0.1-alpha.0 ### Patch Changes diff --git a/packages/tailwindcss-patch/package.json b/packages/tailwindcss-patch/package.json index 36833bab..99ed9619 100644 --- a/packages/tailwindcss-patch/package.json +++ b/packages/tailwindcss-patch/package.json @@ -1,7 +1,7 @@ { "name": "tailwindcss-patch", "type": "module", - "version": "5.0.1-alpha.0", + "version": "5.0.1", "description": "patch tailwindcss for exposing context and extract classes", "author": "ice breaker <1324318532@qq.com>", "license": "MIT", diff --git a/packages/unplugin-tailwindcss-mangle/CHANGELOG.md b/packages/unplugin-tailwindcss-mangle/CHANGELOG.md index 9e6200c3..cf5a30f3 100644 --- a/packages/unplugin-tailwindcss-mangle/CHANGELOG.md +++ b/packages/unplugin-tailwindcss-mangle/CHANGELOG.md @@ -1,5 +1,16 @@ # unplugin-tailwindcss-mangle +## 4.0.1 + +### Patch Changes + +- [`a529a71`](https://github.com/sonofmagic/tailwindcss-mangle/commit/a529a71a74faed4c699d164ae66ce68e87096e83) Thanks [@sonofmagic](https://github.com/sonofmagic)! - fix: build dist empty issue + +- Updated dependencies [[`a529a71`](https://github.com/sonofmagic/tailwindcss-mangle/commit/a529a71a74faed4c699d164ae66ce68e87096e83)]: + - @tailwindcss-mangle/config@4.0.1 + - @tailwindcss-mangle/core@4.0.1 + - @tailwindcss-mangle/shared@4.0.1 + ## 4.0.1-alpha.0 ### Patch Changes diff --git a/packages/unplugin-tailwindcss-mangle/package.json b/packages/unplugin-tailwindcss-mangle/package.json index 1cc1d9cb..4fb3e411 100644 --- a/packages/unplugin-tailwindcss-mangle/package.json +++ b/packages/unplugin-tailwindcss-mangle/package.json @@ -1,7 +1,7 @@ { "name": "unplugin-tailwindcss-mangle", "type": "module", - "version": "4.0.1-alpha.0", + "version": "4.0.1", "description": "mangle tailwindcss utilities class plugin. support vite and webpack!", "author": "ice breaker <1324318532@qq.com>", "license": "MIT", diff --git a/scripts/postcss7-compat/CHANGELOG.md b/scripts/postcss7-compat/CHANGELOG.md index 309017fc..2c2fa328 100644 --- a/scripts/postcss7-compat/CHANGELOG.md +++ b/scripts/postcss7-compat/CHANGELOG.md @@ -1,5 +1,12 @@ # postcss7-compat +## 0.0.2 + +### Patch Changes + +- Updated dependencies [[`a529a71`](https://github.com/sonofmagic/tailwindcss-mangle/commit/a529a71a74faed4c699d164ae66ce68e87096e83)]: + - tailwindcss-patch@5.0.1 + ## 0.0.2-alpha.0 ### Patch Changes diff --git a/scripts/postcss7-compat/package.json b/scripts/postcss7-compat/package.json index 2ade4633..7cdd4ecc 100644 --- a/scripts/postcss7-compat/package.json +++ b/scripts/postcss7-compat/package.json @@ -1,6 +1,6 @@ { "name": "postcss7-compat", - "version": "0.0.2-alpha.0", + "version": "0.0.2", "private": true, "description": "", "author": "",