From 699872a68feee4160c76e68e2ed5bb036b0af65c Mon Sep 17 00:00:00 2001
From: "github-actions[bot]" <github-actions[bot]@users.noreply.github.com>
Date: Sun, 19 Jan 2025 00:20:08 +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 cd6c7e802..cd885f6b7 100644
--- a/.changeset/pre.json
+++ b/.changeset/pre.json
@@ -49,6 +49,7 @@
     "hot-donkeys-accept",
     "hot-owls-compete",
     "itchy-drinks-explode",
+    "khaki-drinks-reflect",
     "lazy-actors-fold",
     "lemon-berries-check",
     "light-emus-nail",
@@ -102,6 +103,7 @@
     "ten-shoes-shop",
     "ten-tigers-exist",
     "thick-ligers-wonder",
+    "thick-snakes-relate",
     "tidy-rabbits-tell",
     "two-pugs-tease",
     "warm-pillows-sip",
diff --git a/packages/bits-ui/CHANGELOG.md b/packages/bits-ui/CHANGELOG.md
index a4faa3483..1164ea13c 100644
--- a/packages/bits-ui/CHANGELOG.md
+++ b/packages/bits-ui/CHANGELOG.md
@@ -1,5 +1,13 @@
 # bits-ui
 
+## 1.0.0-next.78
+
+### Patch Changes
+
+-   Allow `<Button/>` with `href` to be disabled. ([#1055](https://github.com/huntabyte/bits-ui/pull/1055))
+
+-   fix: ensure `disabled` is passed through to `Dialog.Trigger` and `Dialog.Close` ([#1057](https://github.com/huntabyte/bits-ui/pull/1057))
+
 ## 1.0.0-next.77
 
 ### Patch Changes
diff --git a/packages/bits-ui/package.json b/packages/bits-ui/package.json
index 5bdf8d61d..5ed24e67d 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.77",
+	"version": "1.0.0-next.78",
 	"license": "MIT",
 	"repository": "github:huntabyte/bits-ui",
 	"funding": "https://github.com/sponsors/huntabyte",