diff --git a/.changeset/pre.json b/.changeset/pre.json index 72bbfe324..337523e6b 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -83,6 +83,7 @@ "weak-ducks-brush", "wet-beds-hunt", "wild-dogs-attend", + "wise-apples-eat", "wise-pumas-help", "yellow-camels-pull", "yellow-dodos-design" diff --git a/packages/bits-ui/CHANGELOG.md b/packages/bits-ui/CHANGELOG.md index 6d55136d4..768e791e9 100644 --- a/packages/bits-ui/CHANGELOG.md +++ b/packages/bits-ui/CHANGELOG.md @@ -1,5 +1,11 @@ # bits-ui +## 1.0.0-next.59 + +### Patch Changes + +- fix: radio group onValueChange loop ([#939](https://github.com/huntabyte/bits-ui/pull/939)) + ## 1.0.0-next.58 ### Patch Changes diff --git a/packages/bits-ui/package.json b/packages/bits-ui/package.json index 5ab59dbe7..3f9a5595d 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.58", + "version": "1.0.0-next.59", "license": "MIT", "repository": "github:huntabyte/bits-ui", "funding": "https://github.com/sponsors/huntabyte",