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",