diff --git a/.changeset/tough-pumpkins-sniff.md b/.changeset/tough-pumpkins-sniff.md deleted file mode 100644 index a93c422c..00000000 --- a/.changeset/tough-pumpkins-sniff.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@cube-dev/ui-kit': patch ---- - -Reset the value of the ComboBox on Enter press if it's not an option and custom input is not allowed. diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b88c98c..844f3404 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @cube-dev/ui-kit +## 0.59.1 + +### Patch Changes + +- [#629](https://github.com/cube-js/cube-ui-kit/pull/629) [`d06c017`](https://github.com/cube-js/cube-ui-kit/commit/d06c017bb1dae18c60fe2d1b192c31373dcf5562) Thanks [@tenphi](https://github.com/tenphi)! - Reset the value of the ComboBox on Enter press if it's not an option and custom input is not allowed. + ## 0.59.0 ### Minor Changes diff --git a/package.json b/package.json index 50a9c70f..9ad95ccb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cube-dev/ui-kit", - "version": "0.59.0", + "version": "0.59.1", "description": "UIKit for Cube Projects", "module": "dist/es/index.js", "types": "dist/types/index.d.ts",