diff --git a/.changeset/old-ladybugs-pump.md b/.changeset/old-ladybugs-pump.md deleted file mode 100644 index 3c5e8287d..000000000 --- a/.changeset/old-ladybugs-pump.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -'@qwik-ui/headless': patch ---- - -Select fixes for: - -- [#1001](https://github.com/qwikifiers/qwik-ui/issues/1001) -- [#979](https://github.com/qwikifiers/qwik-ui/issues/979) - -Also fixes for infinite scroll issues when both keyboard and mouse are used to navigate the listbox. diff --git a/packages/kit-headless/CHANGELOG.md b/packages/kit-headless/CHANGELOG.md index 1d0cb69ed..991e3b7b7 100644 --- a/packages/kit-headless/CHANGELOG.md +++ b/packages/kit-headless/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 0.6.5 + +### Patch Changes + +- Select fixes for: (by [@thejackshelton](https://github.com/thejackshelton) in [#1042](https://github.com/qwikifiers/qwik-ui/pull/1042)) + + - [#1001](https://github.com/qwikifiers/qwik-ui/issues/1001) + - [#979](https://github.com/qwikifiers/qwik-ui/issues/979) + + Also fixes for infinite scroll issues when both keyboard and mouse are used to navigate the listbox. + ## 0.6.4 ### Patch Changes diff --git a/packages/kit-headless/package.json b/packages/kit-headless/package.json index fad0f0eae..2fcbbdb9c 100644 --- a/packages/kit-headless/package.json +++ b/packages/kit-headless/package.json @@ -1,6 +1,6 @@ { "name": "@qwik-ui/headless", - "version": "0.6.4", + "version": "0.6.5", "description": "Qwik UI headless components library", "publishConfig": { "access": "public"