From 2706409428e73cbb20a942f8437889a09eb26ad9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Jul 2025 15:54:07 +0000 Subject: [PATCH] chore: release --- .changeset/orange-hounds-beam.md | 5 ----- .changeset/silver-crabs-complain.md | 5 ----- .changeset/thin-years-teach.md | 5 ----- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 5 files changed, 11 insertions(+), 16 deletions(-) delete mode 100644 .changeset/orange-hounds-beam.md delete mode 100644 .changeset/silver-crabs-complain.md delete mode 100644 .changeset/thin-years-teach.md 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": {