diff --git a/.changeset/fast-planets-eat.md b/.changeset/fast-planets-eat.md deleted file mode 100644 index 0f5d099ad..000000000 --- a/.changeset/fast-planets-eat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@cube-dev/ui-kit': patch ---- - -Add SchemeIcon and CodeIcon. diff --git a/.changeset/giant-hairs-smile.md b/.changeset/giant-hairs-smile.md deleted file mode 100644 index 9b5c49789..000000000 --- a/.changeset/giant-hairs-smile.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@cube-dev/ui-kit': patch ---- - -Fix the bug that prevented blur and text selection inside a dialog. diff --git a/CHANGELOG.md b/CHANGELOG.md index 7aaf8d800..014b1c4e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # @cube-dev/ui-kit +## 0.53.2 + +### Patch Changes + +- [#582](https://github.com/cube-js/cube-ui-kit/pull/582) [`8871512`](https://github.com/cube-js/cube-ui-kit/commit/887151206646607e8fdbe1659eae5690faa435fc) Thanks [@tenphi](https://github.com/tenphi)! - Add SchemeIcon and CodeIcon. + +- [#582](https://github.com/cube-js/cube-ui-kit/pull/582) [`8871512`](https://github.com/cube-js/cube-ui-kit/commit/887151206646607e8fdbe1659eae5690faa435fc) Thanks [@tenphi](https://github.com/tenphi)! - Fix the bug that prevented blur and text selection inside a dialog. + ## 0.53.1 ### Patch Changes diff --git a/package.json b/package.json index 4a58ff281..794067a49 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cube-dev/ui-kit", - "version": "0.53.1", + "version": "0.53.2", "description": "UIKit for Cube Projects", "module": "dist/es/index.js", "main": "dist/cjs/index.js",