From b848062e56adc77bf0157ed4d0e19e4c7eaec5f3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 14:26:21 +0000 Subject: [PATCH] chore: release --- .changeset/great-eggs-tell.md | 5 ----- .changeset/mighty-steaks-hope.md | 5 ----- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 4 files changed, 9 insertions(+), 11 deletions(-) delete mode 100644 .changeset/great-eggs-tell.md delete mode 100644 .changeset/mighty-steaks-hope.md diff --git a/.changeset/great-eggs-tell.md b/.changeset/great-eggs-tell.md deleted file mode 100644 index 166e11c75..000000000 --- a/.changeset/great-eggs-tell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@cube-dev/ui-kit": patch ---- - -Fix qa prop binding in ComboBox. diff --git a/.changeset/mighty-steaks-hope.md b/.changeset/mighty-steaks-hope.md deleted file mode 100644 index 1fe543c24..000000000 --- a/.changeset/mighty-steaks-hope.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@cube-dev/ui-kit": patch ---- - -Fix popover transitions in ComboBox and Select. Fix transitions in Tooltip. diff --git a/CHANGELOG.md b/CHANGELOG.md index d8be8ec36..455a402c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # @cube-dev/ui-kit +## 0.83.1 + +### Patch Changes + +- [#832](https://github.com/cube-js/cube-ui-kit/pull/832) [`50cf8a77`](https://github.com/cube-js/cube-ui-kit/commit/50cf8a77c6ce34d8d8be011a3fd9c897e80ef9c5) Thanks [@tenphi](https://github.com/tenphi)! - Fix qa prop binding in ComboBox. + +- [#831](https://github.com/cube-js/cube-ui-kit/pull/831) [`9995e8a5`](https://github.com/cube-js/cube-ui-kit/commit/9995e8a5ed4a31166d40e46f7e5e1d6f12d940f8) Thanks [@tenphi](https://github.com/tenphi)! - Fix popover transitions in ComboBox and Select. Fix transitions in Tooltip. + ## 0.83.0 ### Minor Changes diff --git a/package.json b/package.json index f4eda3084..595cb87df 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cube-dev/ui-kit", - "version": "0.83.0", + "version": "0.83.1", "type": "module", "description": "UIKit for Cube Projects", "repository": {