From a642e23b6bcfa1a2457d21bdc0fc55177260a3f6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 20:14:38 -0500 Subject: [PATCH] Version Packages (next) (#881) 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 d60ccda26..702bacf64 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -23,6 +23,7 @@ "famous-trains-notice", "five-olives-promise", "gentle-scissors-vanish", + "good-icons-learn", "green-hounds-cheer", "green-pumpkins-provide", "healthy-jeans-dream", diff --git a/packages/bits-ui/CHANGELOG.md b/packages/bits-ui/CHANGELOG.md index 34b18f6e6..c1ab6005b 100644 --- a/packages/bits-ui/CHANGELOG.md +++ b/packages/bits-ui/CHANGELOG.md @@ -1,5 +1,11 @@ # bits-ui +## 1.0.0-next.44 + +### Patch Changes + +- fix: remove defaults from `Tooltip.Root` to favor `Tooltip.Provider` ([#880](https://github.com/huntabyte/bits-ui/pull/880)) + ## 1.0.0-next.43 ### Patch Changes diff --git a/packages/bits-ui/package.json b/packages/bits-ui/package.json index fcda338d1..0129cf806 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.43", + "version": "1.0.0-next.44", "license": "MIT", "repository": "github:huntabyte/bits-ui", "funding": "https://github.com/sponsors/huntabyte",