diff --git a/.changeset/pre.json b/.changeset/pre.json index 5e99faf8c..08f26c9df 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -84,6 +84,7 @@ "tame-ads-heal", "ten-dogs-care", "ten-shoes-shop", + "ten-tigers-exist", "thick-ligers-wonder", "tidy-rabbits-tell", "two-pugs-tease", diff --git a/packages/bits-ui/CHANGELOG.md b/packages/bits-ui/CHANGELOG.md index e4fad2ab2..348bb69ad 100644 --- a/packages/bits-ui/CHANGELOG.md +++ b/packages/bits-ui/CHANGELOG.md @@ -1,5 +1,11 @@ # bits-ui +## 1.0.0-next.67 + +### Patch Changes + +- fix: allow `Select` to handle empty string values via keyboard ([#979](https://github.com/huntabyte/bits-ui/pull/979)) + ## 1.0.0-next.66 ### Patch Changes diff --git a/packages/bits-ui/package.json b/packages/bits-ui/package.json index 495762788..6977123e5 100644 --- a/packages/bits-ui/package.json +++ b/packages/bits-ui/package.json @@ -1,6 +1,6 @@ { "name": "bits-ui", - "version": "1.0.0-next.66", + "version": "1.0.0-next.67", "license": "MIT", "repository": "github:huntabyte/bits-ui", "funding": "https://github.com/sponsors/huntabyte",