diff --git a/.changeset/proud-kangaroos-switch.md b/.changeset/proud-kangaroos-switch.md deleted file mode 100644 index 354c79223..000000000 --- a/.changeset/proud-kangaroos-switch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@cube-dev/ui-kit': patch ---- - -Smoother transition for ResizablePanel.' diff --git a/.changeset/soft-months-beam.md b/.changeset/soft-months-beam.md deleted file mode 100644 index c578dc5f0..000000000 --- a/.changeset/soft-months-beam.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@cube-dev/ui-kit': patch ---- - -Round the output size style in ResizablePanel. diff --git a/CHANGELOG.md b/CHANGELOG.md index b45fd1e40..2e83faf08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # @cube-dev/ui-kit +## 0.46.2 + +### Patch Changes + +- [#541](https://github.com/cube-js/cube-ui-kit/pull/541) [`40c6072`](https://github.com/cube-js/cube-ui-kit/commit/40c607213543557359c3fe9ee976cd42d85331ea) Thanks [@tenphi](https://github.com/tenphi)! - Smoother transition for ResizablePanel.' + +- [#541](https://github.com/cube-js/cube-ui-kit/pull/541) [`40c6072`](https://github.com/cube-js/cube-ui-kit/commit/40c607213543557359c3fe9ee976cd42d85331ea) Thanks [@tenphi](https://github.com/tenphi)! - Round the output size style in ResizablePanel. + ## 0.46.1 ### Patch Changes diff --git a/package.json b/package.json index 6ad25a1a4..84b2cc19b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cube-dev/ui-kit", - "version": "0.46.1", + "version": "0.46.2", "description": "UIKit for Cube Projects", "module": "dist/es/index.js", "main": "dist/cjs/index.js",