diff --git a/.changeset/pre.json b/.changeset/pre.json index a3f628932..591967af8 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -18,6 +18,7 @@ "pink-eyes-begin", "rare-islands-divide", "serious-shrimps-pump", + "short-pianos-brake", "shy-knives-destroy", "slimy-mails-argue", "soft-comics-sort", diff --git a/packages/bits-ui/CHANGELOG.md b/packages/bits-ui/CHANGELOG.md index b1c7dccad..eec669ee5 100644 --- a/packages/bits-ui/CHANGELOG.md +++ b/packages/bits-ui/CHANGELOG.md @@ -1,5 +1,11 @@ # bits-ui +## 1.0.0-next.11 + +### Patch Changes + +- fix: Select trigger refocus in firefox/safari ([#735](https://github.com/huntabyte/bits-ui/pull/735)) + ## 1.0.0-next.10 ### Patch Changes diff --git a/packages/bits-ui/package.json b/packages/bits-ui/package.json index 8cd671399..5eea16c9d 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.10", + "version": "1.0.0-next.11", "license": "MIT", "repository": "github:huntabyte/bits-ui", "funding": "https://github.com/sponsors/huntabyte",