From 239d7d30e6874abd4656a55028bee39cb5d50917 Mon Sep 17 00:00:00 2001 From: Julian Benegas Date: Thu, 24 Oct 2024 20:52:44 -0300 Subject: [PATCH] v --- packages/basehub/CHANGELOG.md | 6 ++++++ packages/basehub/package.json | 2 +- playground/CHANGELOG.md | 7 +++++++ playground/package.json | 2 +- 4 files changed, 15 insertions(+), 2 deletions(-) diff --git a/packages/basehub/CHANGELOG.md b/packages/basehub/CHANGELOG.md index 30d6622..7b40e7d 100644 --- a/packages/basehub/CHANGELOG.md +++ b/packages/basehub/CHANGELOG.md @@ -1,5 +1,11 @@ # basehub +## 7.5.16 + +### Patch Changes + +- add use cache to server toolbar to fix a weird dynamic io error + ## 7.5.15 ### Patch Changes diff --git a/packages/basehub/package.json b/packages/basehub/package.json index f908473..33889bd 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.15", + "version": "7.5.16", "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 5f227fd..fb68cba 100644 --- a/playground/CHANGELOG.md +++ b/playground/CHANGELOG.md @@ -1,5 +1,12 @@ # playground +## 0.0.158 + +### Patch Changes + +- Updated dependencies + - basehub@7.5.16 + ## 0.0.157 ### Patch Changes diff --git a/playground/package.json b/playground/package.json index 50da1d9..b0d259d 100644 --- a/playground/package.json +++ b/playground/package.json @@ -1,7 +1,7 @@ { "name": "playground", "private": true, - "version": "0.0.157", + "version": "0.0.158", "scripts": { "dev": "basehub dev & next dev --port 3003", "build": "basehub && next build",