diff --git a/.changeset/spotty-crews-serve.md b/.changeset/spotty-crews-serve.md
deleted file mode 100644
index 289cdaaa..00000000
--- a/.changeset/spotty-crews-serve.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"basehub": patch
----
-
-Add support for 'clipPath' SVG tag and remove hooks in favour of a internal cache
diff --git a/packages/basehub/CHANGELOG.md b/packages/basehub/CHANGELOG.md
index 0eb02693..295f291f 100644
--- a/packages/basehub/CHANGELOG.md
+++ b/packages/basehub/CHANGELOG.md
@@ -1,5 +1,11 @@
# basehub
+## 8.1.4
+
+### Patch Changes
+
+- 3336198: Add support for 'clipPath' SVG tag and remove hooks in favour of a internal cache
+
## 8.1.3
### Patch Changes
diff --git a/packages/basehub/package.json b/packages/basehub/package.json
index 9432aea4..3b53db2d 100644
--- a/packages/basehub/package.json
+++ b/packages/basehub/package.json
@@ -2,7 +2,7 @@
"name": "basehub",
"description": "A very fast Headless CMS.",
"author": "JB ",
- "version": "8.1.3",
+ "version": "8.1.4",
"license": "MIT",
"repository": "basehub-ai/basehub",
"bugs": "https://github.com/basehub-ai/basehub/issues",
diff --git a/playground/CHANGELOG.md b/playground/CHANGELOG.md
index 8fe635aa..2cb3f173 100644
--- a/playground/CHANGELOG.md
+++ b/playground/CHANGELOG.md
@@ -1,5 +1,12 @@
# playground
+## 0.0.173
+
+### Patch Changes
+
+- Updated dependencies [3336198]
+ - basehub@8.1.4
+
## 0.0.172
### Patch Changes
diff --git a/playground/package.json b/playground/package.json
index cd0b6531..7671a065 100644
--- a/playground/package.json
+++ b/playground/package.json
@@ -1,7 +1,7 @@
{
"name": "playground",
"private": true,
- "version": "0.0.172",
+ "version": "0.0.173",
"scripts": {
"dev": "basehub dev & next dev --port 3003",
"build": "basehub && next build",