From a7b094bab38a9fb9ba5c0cb240a4a73f350d6b3b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2024 13:21:25 -0400 Subject: [PATCH] Version Packages (next) (#814) 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 b0482847e..20e1e75e0 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -7,6 +7,7 @@ "tests": "0.0.0" }, "changesets": [ + "blue-guests-jump", "brown-pillows-hear", "chatty-mayflies-invite", "clean-wombats-argue", diff --git a/packages/bits-ui/CHANGELOG.md b/packages/bits-ui/CHANGELOG.md index 48c9fc55b..c2318ee3f 100644 --- a/packages/bits-ui/CHANGELOG.md +++ b/packages/bits-ui/CHANGELOG.md @@ -1,5 +1,11 @@ # bits-ui +## 1.0.0-next.27 + +### Patch Changes + +- fix: toolbar item events ([#813](https://github.com/huntabyte/bits-ui/pull/813)) + ## 1.0.0-next.26 ### Patch Changes diff --git a/packages/bits-ui/package.json b/packages/bits-ui/package.json index b6952571d..33ecc4cd2 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.26", + "version": "1.0.0-next.27", "license": "MIT", "repository": "github:huntabyte/bits-ui", "funding": "https://github.com/sponsors/huntabyte",