diff --git a/.changeset/eight-guests-lay.md b/.changeset/eight-guests-lay.md deleted file mode 100644 index 300f6c9ad..000000000 --- a/.changeset/eight-guests-lay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"bits-ui": patch ---- - -Add `nonpassive` modifier to `touchmove` and `touchstart` events diff --git a/packages/bits-ui/CHANGELOG.md b/packages/bits-ui/CHANGELOG.md index d9ca5de18..739dec7b2 100644 --- a/packages/bits-ui/CHANGELOG.md +++ b/packages/bits-ui/CHANGELOG.md @@ -1,5 +1,11 @@ # bits-ui +## 0.21.12 + +### Patch Changes + +- Add `nonpassive` modifier to `touchmove` and `touchstart` events ([#591](https://github.com/huntabyte/bits-ui/pull/591)) + ## 0.21.11 ### Patch Changes diff --git a/packages/bits-ui/package.json b/packages/bits-ui/package.json index 5a612b155..217f54283 100644 --- a/packages/bits-ui/package.json +++ b/packages/bits-ui/package.json @@ -1,6 +1,6 @@ { "name": "bits-ui", - "version": "0.21.11", + "version": "0.21.12", "license": "MIT", "repository": "github:huntabyte/bits-ui", "funding": "https://github.com/sponsors/huntabyte",