From 64ca95d9b2d862be97b7f35fcd44ed0b64cbed1f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 27 Oct 2024 12:55:05 -0400 Subject: [PATCH] Version Packages (next) (#820) 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 f2c8eff1c..78862eddc 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -38,6 +38,7 @@ "shiny-doors-carry", "short-pianos-brake", "shy-knives-destroy", + "six-toys-sit", "slimy-mails-argue", "soft-comics-sort", "strong-walls-glow", diff --git a/packages/bits-ui/CHANGELOG.md b/packages/bits-ui/CHANGELOG.md index 63df34ae9..370cbeb68 100644 --- a/packages/bits-ui/CHANGELOG.md +++ b/packages/bits-ui/CHANGELOG.md @@ -1,5 +1,11 @@ # bits-ui +## 1.0.0-next.29 + +### Patch Changes + +- Select/Combobox: add `allowDeselect` prop ([#819](https://github.com/huntabyte/bits-ui/pull/819)) + ## 1.0.0-next.28 ### Patch Changes diff --git a/packages/bits-ui/package.json b/packages/bits-ui/package.json index 23b3a1be7..2d678d3f8 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.28", + "version": "1.0.0-next.29", "license": "MIT", "repository": "github:huntabyte/bits-ui", "funding": "https://github.com/sponsors/huntabyte",