diff --git a/.changeset/pre.json b/.changeset/pre.json index 35126f752..59506453e 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -92,6 +92,7 @@ "sixty-panthers-fetch", "slimy-mails-argue", "small-bananas-sneeze", + "smooth-windows-check", "soft-comics-sort", "spotty-bottles-battle", "stale-weeks-ring", diff --git a/packages/bits-ui/CHANGELOG.md b/packages/bits-ui/CHANGELOG.md index fbdcd220e..2bad46fd8 100644 --- a/packages/bits-ui/CHANGELOG.md +++ b/packages/bits-ui/CHANGELOG.md @@ -1,5 +1,11 @@ # bits-ui +## 1.0.0-next.79 + +### Patch Changes + +- fix: floating focus loops ([#1072](https://github.com/huntabyte/bits-ui/pull/1072)) + ## 1.0.0-next.78 ### Patch Changes diff --git a/packages/bits-ui/package.json b/packages/bits-ui/package.json index eea74b4b2..f1a60bcf8 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.78", + "version": "1.0.0-next.79", "license": "MIT", "repository": "github:huntabyte/bits-ui", "funding": "https://github.com/sponsors/huntabyte",