diff --git a/.changeset/empty-actors-carry.md b/.changeset/empty-actors-carry.md deleted file mode 100644 index 157e55d46..000000000 --- a/.changeset/empty-actors-carry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@cube-dev/ui-kit': patch ---- - -New drag appearance for ResizablePanel to avoid confusion with a scrollbar. diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f950a7e2..58b64d2aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @cube-dev/ui-kit +## 0.46.4 + +### Patch Changes + +- [#545](https://github.com/cube-js/cube-ui-kit/pull/545) [`8a460c3`](https://github.com/cube-js/cube-ui-kit/commit/8a460c326e1271c9fbba3b163b84142b968a440f) Thanks [@tenphi](https://github.com/tenphi)! - New drag appearance for ResizablePanel to avoid confusion with a scrollbar. + ## 0.46.3 ### Patch Changes diff --git a/package.json b/package.json index 49d89fbbc..af903633d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cube-dev/ui-kit", - "version": "0.46.3", + "version": "0.46.4", "description": "UIKit for Cube Projects", "module": "dist/es/index.js", "main": "dist/cjs/index.js",