diff --git a/.changeset/pre.json b/.changeset/pre.json index 6d97c81be..c57b92bd1 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -25,6 +25,7 @@ "moody-islands-chew", "odd-games-guess", "pink-eyes-begin", + "polite-moons-glow", "rare-islands-divide", "serious-shrimps-pump", "shaggy-waves-prove", diff --git a/packages/bits-ui/CHANGELOG.md b/packages/bits-ui/CHANGELOG.md index 3869bfc3c..5e9dfad5e 100644 --- a/packages/bits-ui/CHANGELOG.md +++ b/packages/bits-ui/CHANGELOG.md @@ -1,5 +1,11 @@ # bits-ui +## 1.0.0-next.22 + +### Patch Changes + +- fix: various pointer/click issues ([#794](https://github.com/huntabyte/bits-ui/pull/794)) + ## 1.0.0-next.21 ### Patch Changes diff --git a/packages/bits-ui/package.json b/packages/bits-ui/package.json index 49fe06376..bde80b2a2 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.21", + "version": "1.0.0-next.22", "license": "MIT", "repository": "github:huntabyte/bits-ui", "funding": "https://github.com/sponsors/huntabyte",