From 2ba9b095d2bb526571470f71dd8c8db15a7fea6b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 21:14:15 -0500 Subject: [PATCH] Version Packages (next) (#1139) 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 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",