From 17b23eefb15961651f48313da345a78dbfa0222c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 25 Dec 2023 12:28:41 +0000 Subject: [PATCH] Version Packages --- .changeset/mean-taxis-tie.md | 6 ------ packages/cli/CHANGELOG.md | 8 ++++++++ packages/cli/package.json | 2 +- 3 files changed, 9 insertions(+), 7 deletions(-) delete mode 100644 .changeset/mean-taxis-tie.md 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",