diff --git a/.changeset/orange-hounds-beam.md b/.changeset/orange-hounds-beam.md deleted file mode 100644 index 3e53c932c..000000000 --- a/.changeset/orange-hounds-beam.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@cube-dev/ui-kit": minor ---- - -Add useEventBus hook to emit global events and subscribe to them. diff --git a/.changeset/silver-crabs-complain.md b/.changeset/silver-crabs-complain.md deleted file mode 100644 index ada6a433b..000000000 --- a/.changeset/silver-crabs-complain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@cube-dev/ui-kit": minor ---- - -Add useContextMenu hook to invoke a context menu in the exact place of the click. diff --git a/.changeset/thin-years-teach.md b/.changeset/thin-years-teach.md deleted file mode 100644 index a649027b5..000000000 --- a/.changeset/thin-years-teach.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@cube-dev/ui-kit": minor ---- - -Add useAnchoredMenu hook to programmatically invoke a menu anchored to the specific element. diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b9424df8..03163c90f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # @cube-dev/ui-kit +## 0.67.0 + +### Minor Changes + +- [#725](https://github.com/cube-js/cube-ui-kit/pull/725) [`4b789d2b`](https://github.com/cube-js/cube-ui-kit/commit/4b789d2bddc3bee1c91194c2d76b1c5946cc9cbc) Thanks [@tenphi](https://github.com/tenphi)! - Add useEventBus hook to emit global events and subscribe to them. + +- [#725](https://github.com/cube-js/cube-ui-kit/pull/725) [`4b789d2b`](https://github.com/cube-js/cube-ui-kit/commit/4b789d2bddc3bee1c91194c2d76b1c5946cc9cbc) Thanks [@tenphi](https://github.com/tenphi)! - Add useContextMenu hook to invoke a context menu in the exact place of the click. + +- [#725](https://github.com/cube-js/cube-ui-kit/pull/725) [`4b789d2b`](https://github.com/cube-js/cube-ui-kit/commit/4b789d2bddc3bee1c91194c2d76b1c5946cc9cbc) Thanks [@tenphi](https://github.com/tenphi)! - Add useAnchoredMenu hook to programmatically invoke a menu anchored to the specific element. + ## 0.66.1 ### Patch Changes diff --git a/package.json b/package.json index 992701f3d..2de1f3344 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cube-dev/ui-kit", - "version": "0.66.1", + "version": "0.67.0", "type": "module", "description": "UIKit for Cube Projects", "repository": {