diff --git a/packages/basehub/CHANGELOG.md b/packages/basehub/CHANGELOG.md index 3e9925fc..2d938437 100644 --- a/packages/basehub/CHANGELOG.md +++ b/packages/basehub/CHANGELOG.md @@ -1,5 +1,11 @@ # basehub +## 4.0.3 + +### Patch Changes + +- fix some lil bugs + ## 4.0.2 ### Patch Changes diff --git a/packages/basehub/package.json b/packages/basehub/package.json index c86075fe..d8a7a1c7 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": "4.0.2", + "version": "4.0.3", "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 300b74e1..efe5b7af 100644 --- a/playground/CHANGELOG.md +++ b/playground/CHANGELOG.md @@ -1,5 +1,12 @@ # playground +## 0.0.73 + +### Patch Changes + +- Updated dependencies + - basehub@4.0.3 + ## 0.0.72 ### Patch Changes diff --git a/playground/package.json b/playground/package.json index 49fa9dcf..57e3140a 100644 --- a/playground/package.json +++ b/playground/package.json @@ -1,7 +1,7 @@ { "name": "playground", "private": true, - "version": "0.0.72", + "version": "0.0.73", "scripts": { "dev": "basehub dev & next dev", "build": "next build",