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",