diff --git a/.changeset/pre.json b/.changeset/pre.json index 30002ae40..a81adcac1 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -28,6 +28,7 @@ "fresh-bees-hammer", "gentle-scissors-vanish", "good-icons-learn", + "green-drinks-sell", "green-hounds-cheer", "green-pumpkins-provide", "healthy-jeans-dream", diff --git a/packages/bits-ui/CHANGELOG.md b/packages/bits-ui/CHANGELOG.md index 7aff49312..f836f02b7 100644 --- a/packages/bits-ui/CHANGELOG.md +++ b/packages/bits-ui/CHANGELOG.md @@ -1,5 +1,11 @@ # bits-ui +## 1.0.0-next.54 + +### Patch Changes + +- fix: ensure highlighted item is reset when items mount/unmount ([#919](https://github.com/huntabyte/bits-ui/pull/919)) + ## 1.0.0-next.53 ### Patch Changes diff --git a/packages/bits-ui/package.json b/packages/bits-ui/package.json index 4e9125f65..cd9c2d619 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.53", + "version": "1.0.0-next.54", "license": "MIT", "repository": "github:huntabyte/bits-ui", "funding": "https://github.com/sponsors/huntabyte",