diff --git a/.changeset/rotten-beers-bathe.md b/.changeset/rotten-beers-bathe.md deleted file mode 100644 index 3fd33177d..000000000 --- a/.changeset/rotten-beers-bathe.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@cube-dev/ui-kit': patch ---- - -Add ShieldIcon, ShieldFilledIcon and UserLockIcon components. diff --git a/.changeset/witty-ladybugs-mate.md b/.changeset/witty-ladybugs-mate.md deleted file mode 100644 index ba80f3eda..000000000 --- a/.changeset/witty-ladybugs-mate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@cube-dev/ui-kit': patch ---- - -Fix props propagation in ResizablePanel. diff --git a/CHANGELOG.md b/CHANGELOG.md index 58b64d2aa..090e57720 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # @cube-dev/ui-kit +## 0.46.5 + +### Patch Changes + +- [#548](https://github.com/cube-js/cube-ui-kit/pull/548) [`bc16ca4`](https://github.com/cube-js/cube-ui-kit/commit/bc16ca4c9284227d47fe0a418399ac9b0c50a2ed) Thanks [@tenphi](https://github.com/tenphi)! - Add ShieldIcon, ShieldFilledIcon and UserLockIcon components. + +- [#547](https://github.com/cube-js/cube-ui-kit/pull/547) [`273f757`](https://github.com/cube-js/cube-ui-kit/commit/273f757b04962805bc9e4fdb903b29de6838d1ef) Thanks [@tenphi](https://github.com/tenphi)! - Fix props propagation in ResizablePanel. + ## 0.46.4 ### Patch Changes diff --git a/package.json b/package.json index af903633d..f692fe58e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cube-dev/ui-kit", - "version": "0.46.4", + "version": "0.46.5", "description": "UIKit for Cube Projects", "module": "dist/es/index.js", "main": "dist/cjs/index.js",