From edc7eba4f47d8be1643f2ef590c9196b649c6686 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 12:11:37 -0500 Subject: [PATCH] Version Packages (next) (#1035) 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 dec5bd593..cd6c7e802 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -15,6 +15,7 @@ "brown-pillows-hear", "calm-snails-refuse", "chatty-mayflies-invite", + "chilly-icons-juggle", "clean-wombats-argue", "clever-singers-wait", "clever-suns-reflect", diff --git a/packages/bits-ui/CHANGELOG.md b/packages/bits-ui/CHANGELOG.md index e4dd50ab3..a4faa3483 100644 --- a/packages/bits-ui/CHANGELOG.md +++ b/packages/bits-ui/CHANGELOG.md @@ -1,5 +1,11 @@ # bits-ui +## 1.0.0-next.77 + +### Patch Changes + +- breaking: remove `controlled` props in favor of Svelte's [Function Bindings](https://svelte.dev/docs/svelte/bind#Function-bindings) ([#1034](https://github.com/huntabyte/bits-ui/pull/1034)) + ## 1.0.0-next.76 ### Patch Changes diff --git a/packages/bits-ui/package.json b/packages/bits-ui/package.json index 15f4e58a4..5bdf8d61d 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.76", + "version": "1.0.0-next.77", "license": "MIT", "repository": "github:huntabyte/bits-ui", "funding": "https://github.com/sponsors/huntabyte",