From 44db2f1b7a7c8aa6791bc8db6eb44f82317f062c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 19:50:34 -0400 Subject: [PATCH] Version Packages (next) (#772) Co-authored-by: github-actions[bot] --- .changeset/pre.json | 2 ++ packages/bits-ui/CHANGELOG.md | 8 ++++++++ packages/bits-ui/package.json | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index cf262e1b6..cd1679f38 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -17,6 +17,7 @@ "lucky-chefs-learn", "many-clouds-clean", "many-pandas-fly", + "mighty-chefs-cheer", "moody-islands-chew", "odd-games-guess", "pink-eyes-begin", @@ -28,6 +29,7 @@ "slimy-mails-argue", "soft-comics-sort", "tame-ads-heal", + "weak-ducks-brush", "yellow-dodos-design" ] } diff --git a/packages/bits-ui/CHANGELOG.md b/packages/bits-ui/CHANGELOG.md index 2cac21030..40920eacb 100644 --- a/packages/bits-ui/CHANGELOG.md +++ b/packages/bits-ui/CHANGELOG.md @@ -1,5 +1,13 @@ # bits-ui +## 1.0.0-next.18 + +### Patch Changes + +- Breaking: replace existing `Select` implementation with `Listbox` and remove standalone `Listbox` as `Select` now has the exact functionality ([#769](https://github.com/huntabyte/bits-ui/pull/769)) + +- Add support for typeahead select when the trigger is focused and content is closed via the `items` prop on `Select.Root`. ([#769](https://github.com/huntabyte/bits-ui/pull/769)) + ## 1.0.0-next.17 ### Patch Changes diff --git a/packages/bits-ui/package.json b/packages/bits-ui/package.json index bd8b9ed5e..cf2ad1900 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.17", + "version": "1.0.0-next.18", "license": "MIT", "repository": "github:huntabyte/bits-ui", "funding": "https://github.com/sponsors/huntabyte",