From 680b101e42b2e7684813b1d6d7d12af24902ca74 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:30:30 -0500 Subject: [PATCH] Version Packages (next) (#954) 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 2e74bc7a4..cd3b5f9e2 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -56,6 +56,7 @@ "olive-ads-enjoy", "olive-worms-bow", "pink-eyes-begin", + "polite-dogs-change", "polite-moons-glow", "proud-snakes-occur", "rare-islands-divide", diff --git a/packages/bits-ui/CHANGELOG.md b/packages/bits-ui/CHANGELOG.md index e4aac5bfc..64d46bc9c 100644 --- a/packages/bits-ui/CHANGELOG.md +++ b/packages/bits-ui/CHANGELOG.md @@ -1,5 +1,11 @@ # bits-ui +## 1.0.0-next.62 + +### Patch Changes + +- DropdownMenu.Trigger `type="button"` by default ([#953](https://github.com/huntabyte/bits-ui/pull/953)) + ## 1.0.0-next.61 ### Patch Changes diff --git a/packages/bits-ui/package.json b/packages/bits-ui/package.json index e651dacfa..0cad51493 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.61", + "version": "1.0.0-next.62", "license": "MIT", "repository": "github:huntabyte/bits-ui", "funding": "https://github.com/sponsors/huntabyte",