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": {