diff --git a/.changeset/small-crabs-sleep.md b/.changeset/small-crabs-sleep.md deleted file mode 100644 index 359c127e..00000000 --- a/.changeset/small-crabs-sleep.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"basehub": patch ---- - -Fixes error when re-rendering the rich text renderer component in the following marks: - - Code - - Heading \ No newline at end of file diff --git a/packages/basehub/CHANGELOG.md b/packages/basehub/CHANGELOG.md index 8a017a54..76fb5083 100644 --- a/packages/basehub/CHANGELOG.md +++ b/packages/basehub/CHANGELOG.md @@ -1,5 +1,13 @@ # basehub +## 1.2.10 + +### Patch Changes + +- 554854e: Fixes error when re-rendering the rich text renderer component in the following marks: + - Code + - Heading + ## 1.2.9 ### Patch Changes diff --git a/packages/basehub/package.json b/packages/basehub/package.json index c4487de9..5b4c7d66 100644 --- a/packages/basehub/package.json +++ b/packages/basehub/package.json @@ -2,7 +2,7 @@ "name": "basehub", "description": "The first AI-native content hub.", "author": "JB ", - "version": "1.2.9", + "version": "1.2.10", "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 072a2d0f..85464629 100644 --- a/playground/CHANGELOG.md +++ b/playground/CHANGELOG.md @@ -1,5 +1,12 @@ # playground +## 0.0.24 + +### Patch Changes + +- Updated dependencies [554854e] + - basehub@1.2.10 + ## 0.0.23 ### Patch Changes diff --git a/playground/package.json b/playground/package.json index 9417197a..ad230bc6 100644 --- a/playground/package.json +++ b/playground/package.json @@ -1,7 +1,7 @@ { "name": "playground", "private": true, - "version": "0.0.23", + "version": "0.0.24", "scripts": { "dev": "next dev", "build": "next build",