From a0da6afeaebec047a639c5d10d356b58f3ab944f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 20:12:45 -0500 Subject: [PATCH] Version Packages (next) (#981) Co-authored-by: github-actions[bot] --- .changeset/pre.json | 1 + packages/bits-ui/CHANGELOG.md | 6 ++++++ packages/bits-ui/package.json | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) 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",