From 8fa51e64efec17a48ab4deb7b9e8a064ba75d71d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 11 Nov 2025 15:40:23 +0000 Subject: [PATCH] chore: release --- .changeset/fix-combobox-enter-form-submit.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/fix-combobox-enter-form-submit.md diff --git a/.changeset/fix-combobox-enter-form-submit.md b/.changeset/fix-combobox-enter-form-submit.md deleted file mode 100644 index e403a5421..000000000 --- a/.changeset/fix-combobox-enter-form-submit.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@cube-dev/ui-kit": patch ---- - -Fix ComboBox with `allowsCustomValue` to allow form submission with single Enter press when typing custom values that don't match any items. diff --git a/CHANGELOG.md b/CHANGELOG.md index 0eaa91ca2..97919d3a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @cube-dev/ui-kit +## 0.90.2 + +### Patch Changes + +- [#884](https://github.com/cube-js/cube-ui-kit/pull/884) [`24a372e9`](https://github.com/cube-js/cube-ui-kit/commit/24a372e9e880624d2ae3f39cdcad8894fd4d7291) Thanks [@tenphi](https://github.com/tenphi)! - Fix ComboBox with `allowsCustomValue` to allow form submission with single Enter press when typing custom values that don't match any items. + ## 0.90.1 ### Patch Changes diff --git a/package.json b/package.json index 41e342bc5..ab443bd1b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cube-dev/ui-kit", - "version": "0.90.1", + "version": "0.90.2", "type": "module", "description": "UIKit for Cube Projects", "repository": {