From d1951548b212ed252cd4ceea271af59688070fe5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 16:24:29 -0500 Subject: [PATCH] Version Packages (next) (#950) 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 7f04198a3..2e74bc7a4 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -10,6 +10,7 @@ "beige-meals-repair", "big-fishes-double", "blue-guests-jump", + "brave-tomatoes-dream", "brown-pillows-hear", "calm-snails-refuse", "chatty-mayflies-invite", @@ -59,6 +60,7 @@ "proud-snakes-occur", "rare-islands-divide", "rare-waves-lick", + "real-berries-jog", "red-mails-tease", "selfish-boxes-cheat", "serious-shrimps-pump", diff --git a/packages/bits-ui/CHANGELOG.md b/packages/bits-ui/CHANGELOG.md index 4a211a28c..e4aac5bfc 100644 --- a/packages/bits-ui/CHANGELOG.md +++ b/packages/bits-ui/CHANGELOG.md @@ -1,5 +1,13 @@ # bits-ui +## 1.0.0-next.61 + +### Patch Changes + +- `DropdownMenu.Trigger` should default to `type="button"` while enabling users to override via the `type` prop ([#951](https://github.com/huntabyte/bits-ui/pull/951)) + +- fix: `TabTrigger` default tabindex handling ([#949](https://github.com/huntabyte/bits-ui/pull/949)) + ## 1.0.0-next.60 ### Patch Changes diff --git a/packages/bits-ui/package.json b/packages/bits-ui/package.json index 39a7379ca..e651dacfa 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.60", + "version": "1.0.0-next.61", "license": "MIT", "repository": "github:huntabyte/bits-ui", "funding": "https://github.com/sponsors/huntabyte",