From e1715ce1178800825d0615e4b73048dde0f9fd67 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 21:02:35 -0400 Subject: [PATCH] Version Packages (next) (#779) 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 937cc2886..002b5d840 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -20,6 +20,7 @@ "many-clouds-clean", "many-pandas-fly", "mighty-chefs-cheer", + "mighty-lamps-breathe", "moody-islands-chew", "odd-games-guess", "pink-eyes-begin", diff --git a/packages/bits-ui/CHANGELOG.md b/packages/bits-ui/CHANGELOG.md index f42b2d731..7c8a59661 100644 --- a/packages/bits-ui/CHANGELOG.md +++ b/packages/bits-ui/CHANGELOG.md @@ -1,5 +1,11 @@ # bits-ui +## 1.0.0-next.20 + +### Patch Changes + +- Select: add `data-placeholder` to `Select.Trigger` when the select doesn't have a value ([#778](https://github.com/huntabyte/bits-ui/pull/778)) + ## 1.0.0-next.19 ### Patch Changes diff --git a/packages/bits-ui/package.json b/packages/bits-ui/package.json index 253abf4a6..7aebdf1c0 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.19", + "version": "1.0.0-next.20", "license": "MIT", "repository": "github:huntabyte/bits-ui", "funding": "https://github.com/sponsors/huntabyte",