diff --git a/.changeset/pre.json b/.changeset/pre.json index 773b560ee..7027ee1cc 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -40,6 +40,7 @@ "pink-eyes-begin", "polite-moons-glow", "rare-islands-divide", + "rare-waves-lick", "selfish-boxes-cheat", "serious-shrimps-pump", "shaggy-waves-prove", diff --git a/packages/bits-ui/CHANGELOG.md b/packages/bits-ui/CHANGELOG.md index 11f2814b2..7e700ddaf 100644 --- a/packages/bits-ui/CHANGELOG.md +++ b/packages/bits-ui/CHANGELOG.md @@ -1,5 +1,11 @@ # bits-ui +## 1.0.0-next.39 + +### Patch Changes + +- add `closeOnSelect` prop to all the menu item components ([#859](https://github.com/huntabyte/bits-ui/pull/859)) + ## 1.0.0-next.38 ### Patch Changes diff --git a/packages/bits-ui/package.json b/packages/bits-ui/package.json index 5b473dcf4..e4dbec296 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.38", + "version": "1.0.0-next.39", "license": "MIT", "repository": "github:huntabyte/bits-ui", "funding": "https://github.com/sponsors/huntabyte",