From fb4fd2f6c701820ef301188c0121974faa84cffa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 28 Oct 2024 14:52:10 +0000 Subject: [PATCH] Version Packages (next) --- .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 f8ce631a7..7abe93acf 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -9,6 +9,7 @@ "changesets": [ "blue-guests-jump", "brown-pillows-hear", + "calm-snails-refuse", "chatty-mayflies-invite", "clean-wombats-argue", "clever-suns-reflect", @@ -42,6 +43,7 @@ "slimy-mails-argue", "soft-comics-sort", "strong-walls-glow", + "tall-deers-cough", "tame-ads-heal", "thick-ligers-wonder", "two-pugs-tease", diff --git a/packages/bits-ui/CHANGELOG.md b/packages/bits-ui/CHANGELOG.md index 4428565a5..fcf0cad52 100644 --- a/packages/bits-ui/CHANGELOG.md +++ b/packages/bits-ui/CHANGELOG.md @@ -1,5 +1,13 @@ # bits-ui +## 1.0.0-next.31 + +### Patch Changes + +- Add ID Attribute to Toggle Root Component ([#823](https://github.com/huntabyte/bits-ui/pull/823)) + +- fix: Link preview not closing on pointer leave ([#825](https://github.com/huntabyte/bits-ui/pull/825)) + ## 1.0.0-next.30 ### Patch Changes diff --git a/packages/bits-ui/package.json b/packages/bits-ui/package.json index 66264ebe3..aac60aa11 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.30", + "version": "1.0.0-next.31", "license": "MIT", "repository": "github:huntabyte/bits-ui", "funding": "https://github.com/sponsors/huntabyte",