diff --git a/.changeset/fluffy-days-act.md b/.changeset/fluffy-days-act.md
deleted file mode 100644
index 9999cf297..000000000
--- a/.changeset/fluffy-days-act.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@craftjs/core': patch
----
-
-Improve resolver performance
diff --git a/.changeset/many-toys-rescue.md b/.changeset/many-toys-rescue.md
deleted file mode 100644
index 9c25935f1..000000000
--- a/.changeset/many-toys-rescue.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@craftjs/core': patch
----
-
-Prevent delay when drop element outside of Editor frame
diff --git a/.changeset/olive-countries-approve.md b/.changeset/olive-countries-approve.md
deleted file mode 100644
index 647c5e6d4..000000000
--- a/.changeset/olive-countries-approve.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"@craftjs/core": patch
----
-
-Add `hidden` prop to component's prop type
diff --git a/.changeset/real-glasses-cross.md b/.changeset/real-glasses-cross.md
deleted file mode 100644
index 279c898a8..000000000
--- a/.changeset/real-glasses-cross.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@craftjs/core': patch
----
-
-SSR support
diff --git a/.changeset/sixty-rice-build.md b/.changeset/sixty-rice-build.md
deleted file mode 100644
index d1a0eca63..000000000
--- a/.changeset/sixty-rice-build.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@craftjs/core': patch
----
-
-Make parentId param optional in actions.add()
diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md
index 73374c884..43b048f4e 100644
--- a/packages/core/CHANGELOG.md
+++ b/packages/core/CHANGELOG.md
@@ -1,5 +1,19 @@
# @craftjs/core
+## 0.2.6
+
+### Patch Changes
+
+- [`4fa9b46`](https://github.com/prevwong/craft.js/commit/4fa9b4654c75f75dbcb4fff0a7abc61b94984319) Thanks [@Traveller23](https://github.com/Traveller23)! - Improve resolver performance
+
+* [#634](https://github.com/prevwong/craft.js/pull/634) [`4dcd6a2`](https://github.com/prevwong/craft.js/commit/4dcd6a202b1740035967856b04f612f834030b6c) Thanks [@prevwong](https://github.com/prevwong)! - Prevent delay when drop element outside of Editor frame
+
+- [#630](https://github.com/prevwong/craft.js/pull/630) [`fcc71d8`](https://github.com/prevwong/craft.js/commit/fcc71d81cb27ea3a5f7d5550785dfbff19690926) Thanks [@pavsidhu](https://github.com/pavsidhu)! - Add `hidden` prop to component's prop type
+
+* [`cb45f2c`](https://github.com/prevwong/craft.js/commit/cb45f2c8785e7ce048c52e841b7d034d4059142a) Thanks [@tomas-c](https://github.com/tomas-c)! - SSR support
+
+- [`b25469e`](https://github.com/prevwong/craft.js/commit/b25469ecc7ffb59fa1f43d3664e002c1e2a5bd46) Thanks [@prevwong](https://github.com/prevwong)! - Make parentId param optional in actions.add()
+
## 0.2.5
### Patch Changes
diff --git a/packages/core/package.json b/packages/core/package.json
index 812975042..69db3d3e8 100644
--- a/packages/core/package.json
+++ b/packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@craftjs/core",
- "version": "0.2.5",
+ "version": "0.2.6",
"description": "A React Framework for building extensible drag and drop page editors",
"keywords": [
"react",