diff --git a/.changeset/unlucky-chefs-drive.md b/.changeset/unlucky-chefs-drive.md
deleted file mode 100644
index 958d735e4..000000000
--- a/.changeset/unlucky-chefs-drive.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"bits-ui": patch
----
-
-chore: new lockfile
diff --git a/.changeset/wise-plants-ring.md b/.changeset/wise-plants-ring.md
deleted file mode 100644
index fd47f87b7..000000000
--- a/.changeset/wise-plants-ring.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"bits-ui": patch
----
-
-feat: allow setting AlertDialog openFocus & closeFocus props
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ea070a534..8b07a4b71 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,13 @@
 # @huntabyte/primitives
 
+## 0.9.4
+
+### Patch Changes
+
+- chore: new lockfile ([#168](https://github.com/huntabyte/bits-ui/pull/168))
+
+- feat: allow setting AlertDialog openFocus & closeFocus props ([#167](https://github.com/huntabyte/bits-ui/pull/167))
+
 ## 0.9.3
 
 ### Patch Changes
diff --git a/package.json b/package.json
index 539888c5a..2a5f64a79 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
 	"name": "bits-ui",
-	"version": "0.9.3",
+	"version": "0.9.4",
 	"license": "MIT",
 	"repository": "github:huntabyte/bits-ui",
 	"scripts": {