diff --git a/.changeset/slimy-mayflies-brake.md b/.changeset/slimy-mayflies-brake.md deleted file mode 100644 index 12d5fe96..00000000 --- a/.changeset/slimy-mayflies-brake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"basehub": patch ---- - -pass id prop to heading nodes diff --git a/packages/basehub/CHANGELOG.md b/packages/basehub/CHANGELOG.md index aeb85b97..c3a507a6 100644 --- a/packages/basehub/CHANGELOG.md +++ b/packages/basehub/CHANGELOG.md @@ -1,5 +1,11 @@ # basehub +## 1.2.4 + +### Patch Changes + +- da951ae: pass id prop to heading nodes + ## 1.2.3 ### Patch Changes diff --git a/packages/basehub/package.json b/packages/basehub/package.json index ff8e1634..bcbc86ee 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.3", + "version": "1.2.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 14a96253..f530cd1b 100644 --- a/playground/CHANGELOG.md +++ b/playground/CHANGELOG.md @@ -1,5 +1,12 @@ # playground +## 0.0.18 + +### Patch Changes + +- Updated dependencies [da951ae] + - basehub@1.2.4 + ## 0.0.17 ### Patch Changes diff --git a/playground/package.json b/playground/package.json index 9ba485ca..34a7617d 100644 --- a/playground/package.json +++ b/playground/package.json @@ -1,7 +1,7 @@ { "name": "playground", "private": true, - "version": "0.0.17", + "version": "0.0.18", "scripts": { "dev": "next dev", "build": "next build",