diff --git a/.changeset/pre.json b/.changeset/pre.json index 08f26c9df..d7b86f957 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -35,6 +35,7 @@ "green-pumpkins-provide", "healthy-jeans-dream", "healthy-ligers-sell", + "heavy-boats-drive", "hot-dolphins-check", "hot-donkeys-accept", "hot-owls-compete", diff --git a/packages/bits-ui/CHANGELOG.md b/packages/bits-ui/CHANGELOG.md index 348bb69ad..7d832696b 100644 --- a/packages/bits-ui/CHANGELOG.md +++ b/packages/bits-ui/CHANGELOG.md @@ -1,5 +1,11 @@ # bits-ui +## 1.0.0-next.68 + +### Patch Changes + +- fix: `avoidCollisions` in Floating UI components ([#984](https://github.com/huntabyte/bits-ui/pull/984)) + ## 1.0.0-next.67 ### Patch Changes diff --git a/packages/bits-ui/package.json b/packages/bits-ui/package.json index 6977123e5..369e28cf2 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.67", + "version": "1.0.0-next.68", "license": "MIT", "repository": "github:huntabyte/bits-ui", "funding": "https://github.com/sponsors/huntabyte",