From 97c1ce1934b147465e6ac4636a1caf89e5ec8706 Mon Sep 17 00:00:00 2001 From: Julian Benegas Date: Fri, 10 May 2024 19:48:20 -0400 Subject: [PATCH] v --- .changeset/pre.json | 1 + .changeset/thick-balloons-repair.md | 5 +++++ packages/basehub/CHANGELOG.md | 6 ++++++ packages/basehub/package.json | 2 +- playground/CHANGELOG.md | 7 +++++++ playground/package.json | 2 +- 6 files changed, 21 insertions(+), 2 deletions(-) create mode 100644 .changeset/thick-balloons-repair.md diff --git a/.changeset/pre.json b/.changeset/pre.json index 24d0524..bf4cb6e 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -13,6 +13,7 @@ "calm-cobras-glow", "dull-paws-arrive", "giant-insects-jump", + "thick-balloons-repair", "tidy-swans-deny" ] } diff --git a/.changeset/thick-balloons-repair.md b/.changeset/thick-balloons-repair.md new file mode 100644 index 0000000..80a9ffb --- /dev/null +++ b/.changeset/thick-balloons-repair.md @@ -0,0 +1,5 @@ +--- +"basehub": patch +--- + +improve types diff --git a/packages/basehub/CHANGELOG.md b/packages/basehub/CHANGELOG.md index 44ae8fc..eeeaaed 100644 --- a/packages/basehub/CHANGELOG.md +++ b/packages/basehub/CHANGELOG.md @@ -1,5 +1,11 @@ # basehub +## 4.0.16-canary.6 + +### Patch Changes + +- improve types + ## 4.0.16-canary.5 ### Patch Changes diff --git a/packages/basehub/package.json b/packages/basehub/package.json index c55275f..7690883 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.16-canary.5", + "version": "4.0.16-canary.6", "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 614b303..a6ea8e6 100644 --- a/playground/CHANGELOG.md +++ b/playground/CHANGELOG.md @@ -1,5 +1,12 @@ # playground +## 0.0.86-canary.6 + +### Patch Changes + +- Updated dependencies + - basehub@4.0.16-canary.6 + ## 0.0.86-canary.5 ### Patch Changes diff --git a/playground/package.json b/playground/package.json index 488e7a4..9522f32 100644 --- a/playground/package.json +++ b/playground/package.json @@ -1,7 +1,7 @@ { "name": "playground", "private": true, - "version": "0.0.86-canary.5", + "version": "0.0.86-canary.6", "scripts": { "dev": "basehub dev & next dev", "build": "next build",