From 75a7e58e3e45bf530bc8cb6412e335d3403865da Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 17 Nov 2024 12:50:14 -0500 Subject: [PATCH] Version Packages (next) (#940) Co-authored-by: github-actions[bot] --- .changeset/pre.json | 1 + packages/bits-ui/CHANGELOG.md | 6 ++++++ packages/bits-ui/package.json | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) 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",