From 4569056f24d48060e03e22d951608aa271308c60 Mon Sep 17 00:00:00 2001 From: Julian Benegas Date: Thu, 14 Nov 2024 13:38:55 -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 93fe932..76d0379 100644 --- a/packages/basehub/CHANGELOG.md +++ b/packages/basehub/CHANGELOG.md @@ -1,5 +1,11 @@ # basehub +## 7.5.24 + +### Patch Changes + +- add ask ai primitive + ## 7.5.23 ### Patch Changes diff --git a/packages/basehub/package.json b/packages/basehub/package.json index 4bff885..8872381 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.23", + "version": "7.5.24", "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 4197c40..655ce0a 100644 --- a/playground/CHANGELOG.md +++ b/playground/CHANGELOG.md @@ -1,5 +1,12 @@ # playground +## 0.0.166 + +### Patch Changes + +- Updated dependencies + - basehub@7.5.24 + ## 0.0.165 ### Patch Changes diff --git a/playground/package.json b/playground/package.json index f425fed..2512655 100644 --- a/playground/package.json +++ b/playground/package.json @@ -1,7 +1,7 @@ { "name": "playground", "private": true, - "version": "0.0.165", + "version": "0.0.166", "scripts": { "dev": "basehub dev & next dev --port 3003", "build": "basehub && next build",