diff --git a/.changeset/pre.json b/.changeset/pre.json index 0bcb7addf..634c9d7bd 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -6,6 +6,7 @@ "docs": "0.0.0" }, "changesets": [ + "clever-suns-reflect", "shy-knives-destroy" ] } diff --git a/packages/bits-ui/CHANGELOG.md b/packages/bits-ui/CHANGELOG.md index 81070be44..bff951495 100644 --- a/packages/bits-ui/CHANGELOG.md +++ b/packages/bits-ui/CHANGELOG.md @@ -1,5 +1,11 @@ # bits-ui +## 1.0.0-next.1 + +### Patch Changes + +- next: fix pointer event restoration ([#695](https://github.com/huntabyte/bits-ui/pull/695)) + ## 1.0.0-next.0 ### Major Changes diff --git a/packages/bits-ui/package.json b/packages/bits-ui/package.json index 07d7baaf3..f1eac6b3b 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.0", + "version": "1.0.0-next.1", "license": "MIT", "repository": "github:huntabyte/bits-ui", "funding": "https://github.com/sponsors/huntabyte",