diff --git a/.changeset/curly-trainers-walk.md b/.changeset/curly-trainers-walk.md deleted file mode 100644 index f6844a834..000000000 --- a/.changeset/curly-trainers-walk.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@cube-dev/ui-kit": patch ---- - -Fix minor issues with input styling. diff --git a/.changeset/famous-items-shop.md b/.changeset/famous-items-shop.md deleted file mode 100644 index b9c2c29f6..000000000 --- a/.changeset/famous-items-shop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@cube-dev/ui-kit": patch ---- - -Expose shouldFocusWrap for ListBox, FilterListBox, and FilterPicker to control whether keyboard navigation should wrap around. diff --git a/CHANGELOG.md b/CHANGELOG.md index 10b06f1bd..a4e325ff6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # @cube-dev/ui-kit +## 0.69.1 + +### Patch Changes + +- [#733](https://github.com/cube-js/cube-ui-kit/pull/733) [`65849abc`](https://github.com/cube-js/cube-ui-kit/commit/65849abc4ef917437cccc1c796cf75680f0a0a7c) Thanks [@tenphi](https://github.com/tenphi)! - Fix minor issues with input styling. + +- [#733](https://github.com/cube-js/cube-ui-kit/pull/733) [`65849abc`](https://github.com/cube-js/cube-ui-kit/commit/65849abc4ef917437cccc1c796cf75680f0a0a7c) Thanks [@tenphi](https://github.com/tenphi)! - Expose shouldFocusWrap for ListBox, FilterListBox, and FilterPicker to control whether keyboard navigation should wrap around. + ## 0.69.0 ### Minor Changes diff --git a/package.json b/package.json index 8e16ce1ad..a790e1f3a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cube-dev/ui-kit", - "version": "0.69.0", + "version": "0.69.1", "type": "module", "description": "UIKit for Cube Projects", "repository": {