diff --git a/.changeset/pre.json b/.changeset/pre.json index 544123300..1af4e12e6 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -52,6 +52,7 @@ "healthy-jeans-dream", "healthy-ligers-sell", "heavy-boats-drive", + "hip-cycles-wait", "hot-dolphins-check", "hot-donkeys-accept", "hot-geese-shave", diff --git a/packages/bits-ui/CHANGELOG.md b/packages/bits-ui/CHANGELOG.md index 600a88683..b212ce740 100644 --- a/packages/bits-ui/CHANGELOG.md +++ b/packages/bits-ui/CHANGELOG.md @@ -1,5 +1,11 @@ # bits-ui +## 1.0.0-next.94 + +### Patch Changes + +- fix: `onStateChange` of `Command.Root` not firing after initial mount ([#1138](https://github.com/huntabyte/bits-ui/pull/1138)) + ## 1.0.0-next.93 ### Patch Changes diff --git a/packages/bits-ui/package.json b/packages/bits-ui/package.json index 44b52c8c3..01e6e2bfc 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.93", + "version": "1.0.0-next.94", "license": "MIT", "repository": "github:huntabyte/bits-ui", "funding": "https://github.com/sponsors/huntabyte",