From b449dcd43358d0f4f5618d234569df439a2fe493 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 11:37:23 -0500 Subject: [PATCH] Version Packages (next) (#991) Co-authored-by: github-actions[bot] --- .changeset/pre.json | 4 ++++ packages/bits-ui/CHANGELOG.md | 12 ++++++++++++ packages/bits-ui/package.json | 2 +- 3 files changed, 17 insertions(+), 1 deletion(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index 84782ee8b..1d7f44a2a 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -17,6 +17,7 @@ "chatty-mayflies-invite", "clean-wombats-argue", "clever-suns-reflect", + "clever-terms-argue", "cool-cats-compete", "cool-readers-camp", "curvy-buttons-check", @@ -27,9 +28,11 @@ "famous-suits-wash", "famous-trains-notice", "fast-buttons-cough", + "fast-poems-tap", "five-olives-promise", "fresh-bees-hammer", "gentle-scissors-vanish", + "gold-paws-juggle", "good-icons-learn", "green-drinks-sell", "green-hounds-cheer", @@ -41,6 +44,7 @@ "hot-donkeys-accept", "hot-owls-compete", "itchy-drinks-explode", + "lazy-actors-fold", "lemon-berries-check", "light-emus-nail", "long-spiders-trade", diff --git a/packages/bits-ui/CHANGELOG.md b/packages/bits-ui/CHANGELOG.md index d1914494b..e313059ce 100644 --- a/packages/bits-ui/CHANGELOG.md +++ b/packages/bits-ui/CHANGELOG.md @@ -1,5 +1,17 @@ # bits-ui +## 1.0.0-next.70 + +### Patch Changes + +- feat: add `onStateChange` callback to `Command` component ([#972](https://github.com/huntabyte/bits-ui/pull/972)) + +- BREAKING: Update `child` snippet behavior of Floating UI-based `Content` components ([#994](https://github.com/huntabyte/bits-ui/pull/994)) + +- fix: issue where you were unable to navigate to the previous menu from within a menu of the menubar via arrow keys ([#990](https://github.com/huntabyte/bits-ui/pull/990)) + +- perf: optimize command methods ([#992](https://github.com/huntabyte/bits-ui/pull/992)) + ## 1.0.0-next.69 ### Patch Changes diff --git a/packages/bits-ui/package.json b/packages/bits-ui/package.json index 3801b8905..d06ab15ea 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.69", + "version": "1.0.0-next.70", "license": "MIT", "repository": "github:huntabyte/bits-ui", "funding": "https://github.com/sponsors/huntabyte",