diff --git a/.changeset/pre.json b/.changeset/pre.json index 5862ad62e..f86288b78 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -106,6 +106,7 @@ "wise-pumas-help", "yellow-camels-pull", "yellow-dodos-design", + "yellow-lies-vanish", "young-actors-wave" ] } diff --git a/packages/bits-ui/CHANGELOG.md b/packages/bits-ui/CHANGELOG.md index 6ed85a80f..f807ae16b 100644 --- a/packages/bits-ui/CHANGELOG.md +++ b/packages/bits-ui/CHANGELOG.md @@ -1,5 +1,11 @@ # bits-ui +## 1.0.0-next.74 + +### Patch Changes + +- revert to `onclick` events for most components except where it makes sense (like menus, select, etc.) ([#1011](https://github.com/huntabyte/bits-ui/pull/1011)) + ## 1.0.0-next.73 ### Patch Changes diff --git a/packages/bits-ui/package.json b/packages/bits-ui/package.json index 69461bfbd..894905a0e 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.73", + "version": "1.0.0-next.74", "license": "MIT", "repository": "github:huntabyte/bits-ui", "funding": "https://github.com/sponsors/huntabyte",