From 7b9dd43270c3d785823bd2d8da83cf9ac1442075 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 4 Apr 2026 16:46:40 +0000 Subject: [PATCH] Version Packages --- .changeset/clean-actors-design.md | 5 ----- .changeset/cold-baths-create.md | 5 ----- .changeset/crazy-vans-follow.md | 5 ----- .changeset/fresh-shirts-tell.md | 5 ----- .changeset/wide-cobras-thank.md | 5 ----- packages/bits-ui/CHANGELOG.md | 16 ++++++++++++++++ packages/bits-ui/package.json | 2 +- 7 files changed, 17 insertions(+), 26 deletions(-) delete mode 100644 .changeset/clean-actors-design.md delete mode 100644 .changeset/cold-baths-create.md delete mode 100644 .changeset/crazy-vans-follow.md delete mode 100644 .changeset/fresh-shirts-tell.md delete mode 100644 .changeset/wide-cobras-thank.md diff --git a/.changeset/clean-actors-design.md b/.changeset/clean-actors-design.md deleted file mode 100644 index 335d8eb96..000000000 --- a/.changeset/clean-actors-design.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"bits-ui": patch ---- - -fix(ContextMenu): nested submenus not opening diff --git a/.changeset/cold-baths-create.md b/.changeset/cold-baths-create.md deleted file mode 100644 index 22fabd14e..000000000 --- a/.changeset/cold-baths-create.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"bits-ui": patch ---- - -fix(Menu): exit animations not firing on close diff --git a/.changeset/crazy-vans-follow.md b/.changeset/crazy-vans-follow.md deleted file mode 100644 index 501cb584d..000000000 --- a/.changeset/crazy-vans-follow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"bits-ui": minor ---- - -feat: support CSS transitions diff --git a/.changeset/fresh-shirts-tell.md b/.changeset/fresh-shirts-tell.md deleted file mode 100644 index 54a1eca79..000000000 --- a/.changeset/fresh-shirts-tell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"bits-ui": patch ---- - -improve(Menu): safe area handling diff --git a/.changeset/wide-cobras-thank.md b/.changeset/wide-cobras-thank.md deleted file mode 100644 index 9b818af7e..000000000 --- a/.changeset/wide-cobras-thank.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"bits-ui": patch ---- - -perf(PresenceLayer): simplify and improve efficiency diff --git a/packages/bits-ui/CHANGELOG.md b/packages/bits-ui/CHANGELOG.md index 6b3fad58b..affe1b907 100644 --- a/packages/bits-ui/CHANGELOG.md +++ b/packages/bits-ui/CHANGELOG.md @@ -1,5 +1,21 @@ # bits-ui +## 2.17.0 + +### Minor Changes + +- feat: support CSS transitions ([#2010](https://github.com/huntabyte/bits-ui/pull/2010)) + +### Patch Changes + +- fix(ContextMenu): nested submenus not opening ([#2010](https://github.com/huntabyte/bits-ui/pull/2010)) + +- fix(Menu): exit animations not firing on close ([#2010](https://github.com/huntabyte/bits-ui/pull/2010)) + +- improve(Menu): safe area handling ([#2010](https://github.com/huntabyte/bits-ui/pull/2010)) + +- perf(PresenceLayer): simplify and improve efficiency ([#2010](https://github.com/huntabyte/bits-ui/pull/2010)) + ## 2.16.5 ### Patch Changes diff --git a/packages/bits-ui/package.json b/packages/bits-ui/package.json index ae7dde920..3abe794ce 100644 --- a/packages/bits-ui/package.json +++ b/packages/bits-ui/package.json @@ -1,6 +1,6 @@ { "name": "bits-ui", - "version": "2.16.5", + "version": "2.17.0", "license": "MIT", "repository": "github:huntabyte/bits-ui", "funding": "https://github.com/sponsors/huntabyte",