diff --git a/packages/basehub/CHANGELOG.md b/packages/basehub/CHANGELOG.md index fe2ca21..0a14e82 100644 --- a/packages/basehub/CHANGELOG.md +++ b/packages/basehub/CHANGELOG.md @@ -1,5 +1,11 @@ # basehub +## 7.3.2 + +### Patch Changes + +- remove log + ## 7.3.1 ### Patch Changes diff --git a/packages/basehub/package.json b/packages/basehub/package.json index f33dcbe..b2f3030 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": "7.3.1", + "version": "7.3.2", "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 ce317a4..ed9a294 100644 --- a/playground/CHANGELOG.md +++ b/playground/CHANGELOG.md @@ -1,5 +1,12 @@ # playground +## 0.0.137 + +### Patch Changes + +- Updated dependencies + - basehub@7.3.2 + ## 0.0.136 ### Patch Changes diff --git a/playground/package.json b/playground/package.json index 51a91f9..8aa2c54 100644 --- a/playground/package.json +++ b/playground/package.json @@ -1,7 +1,7 @@ { "name": "playground", "private": true, - "version": "0.0.136", + "version": "0.0.137", "scripts": { "dev": "basehub dev & next dev", "build": "basehub && next build",