diff --git a/packages/basehub/CHANGELOG.md b/packages/basehub/CHANGELOG.md index 7b40e7d..8bd9d6f 100644 --- a/packages/basehub/CHANGELOG.md +++ b/packages/basehub/CHANGELOG.md @@ -1,5 +1,11 @@ # basehub +## 7.5.17 + +### Patch Changes + +- remove "use cache" from server toolbar as it throws an error if dynamicIO is not enabled, dude + ## 7.5.16 ### Patch Changes diff --git a/packages/basehub/package.json b/packages/basehub/package.json index 33889bd..b0b74d0 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": "7.5.16", + "version": "7.5.17", "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 fb68cba..db28225 100644 --- a/playground/CHANGELOG.md +++ b/playground/CHANGELOG.md @@ -1,5 +1,12 @@ # playground +## 0.0.159 + +### Patch Changes + +- Updated dependencies + - basehub@7.5.17 + ## 0.0.158 ### Patch Changes diff --git a/playground/package.json b/playground/package.json index b0d259d..ec80540 100644 --- a/playground/package.json +++ b/playground/package.json @@ -1,7 +1,7 @@ { "name": "playground", "private": true, - "version": "0.0.158", + "version": "0.0.159", "scripts": { "dev": "basehub dev & next dev --port 3003", "build": "basehub && next build",