diff --git a/.changeset/mean-taxis-tie.md b/.changeset/mean-taxis-tie.md deleted file mode 100644 index 8cd353a316..0000000000 --- a/.changeset/mean-taxis-tie.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@udecode/plate-ui': minor ---- - -- add support for custom tailwind prefix -- minify build diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 8321b9d7f7..e0b6a1805b 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,13 @@ # @udecode/plate-ui +## 28.1.0 + +### Minor Changes + +- [#2824](https://github.com/udecode/plate/pull/2824) by [@zbeyens](https://github.com/zbeyens) – + - add support for custom tailwind prefix + - minify build + ## 24.1.1 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index d0191f810f..e030932aaa 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@udecode/plate-ui", - "version": "24.1.1", + "version": "28.1.0", "description": "Add Plate components to your apps.", "license": "MIT", "homepage": "https://platejs.org",