diff --git a/.changeset/pre.json b/.changeset/pre.json index 8b83205c7..70d8a58b8 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -8,9 +8,11 @@ "changesets": [ "clever-suns-reflect", "early-points-study", + "famous-suits-wash", "healthy-ligers-sell", "lucky-chefs-learn", "many-pandas-fly", + "odd-games-guess", "pink-eyes-begin", "rare-islands-divide", "serious-shrimps-pump", diff --git a/packages/bits-ui/CHANGELOG.md b/packages/bits-ui/CHANGELOG.md index 971438a55..d4cdd302a 100644 --- a/packages/bits-ui/CHANGELOG.md +++ b/packages/bits-ui/CHANGELOG.md @@ -1,5 +1,13 @@ # bits-ui +## 1.0.0-next.7 + +### Patch Changes + +- Alert Dialog: `Action` button no longer closes the dialog to accomodate form submission / other asynchronous action ([#718](https://github.com/huntabyte/bits-ui/pull/718)) + +- fix bug preventing `crossorigin` and `referrerpolicy` attributes to work with `Avatar.Image` component ([#721](https://github.com/huntabyte/bits-ui/pull/721)) + ## 1.0.0-next.6 ### Patch Changes diff --git a/packages/bits-ui/package.json b/packages/bits-ui/package.json index 48236a2b8..f68b40a5f 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.6", + "version": "1.0.0-next.7", "license": "MIT", "repository": "github:huntabyte/bits-ui", "funding": "https://github.com/sponsors/huntabyte",