From dff1ed6ebcf74bdd811146223b83b7f158931697 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2024 17:03:05 -0400 Subject: [PATCH] Version Packages (next) (#858) 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 5977210ae..773b560ee 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -57,6 +57,7 @@ "thick-ligers-wonder", "tidy-rabbits-tell", "two-pugs-tease", + "warm-pillows-sip", "weak-ducks-brush", "wet-beds-hunt", "yellow-dodos-design" diff --git a/packages/bits-ui/CHANGELOG.md b/packages/bits-ui/CHANGELOG.md index 9f8b9583d..11f2814b2 100644 --- a/packages/bits-ui/CHANGELOG.md +++ b/packages/bits-ui/CHANGELOG.md @@ -1,5 +1,11 @@ # bits-ui +## 1.0.0-next.38 + +### Patch Changes + +- fix: add role="option" to select items ([#857](https://github.com/huntabyte/bits-ui/pull/857)) + ## 1.0.0-next.37 ### Patch Changes diff --git a/packages/bits-ui/package.json b/packages/bits-ui/package.json index 5c4200ec4..5b473dcf4 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.37", + "version": "1.0.0-next.38", "license": "MIT", "repository": "github:huntabyte/bits-ui", "funding": "https://github.com/sponsors/huntabyte",