From ce46da1ce9a2ef0a2e6d8ef60224256ef67fc4be Mon Sep 17 00:00:00 2001 From: Julian Benegas Date: Wed, 12 Jun 2024 00:17:58 -0300 Subject: [PATCH] v --- packages/basehub/CHANGELOG.md | 6 ++++++ packages/basehub/package.json | 2 +- packages/basehub/src/react/search/index.ts | 2 +- playground/CHANGELOG.md | 7 +++++++ playground/package.json | 2 +- 5 files changed, 16 insertions(+), 3 deletions(-) diff --git a/packages/basehub/CHANGELOG.md b/packages/basehub/CHANGELOG.md index 5d2e4b4..16b6ab7 100644 --- a/packages/basehub/CHANGELOG.md +++ b/packages/basehub/CHANGELOG.md @@ -1,5 +1,11 @@ # basehub +## 6.0.4 + +### Patch Changes + +- fix missing type exports + ## 6.0.3 ### Patch Changes diff --git a/packages/basehub/package.json b/packages/basehub/package.json index d2fb81a..3a13471 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": "6.0.3", + "version": "6.0.4", "license": "MIT", "repository": "basehub-ai/basehub", "bugs": "https://github.com/basehub-ai/basehub/issues", diff --git a/packages/basehub/src/react/search/index.ts b/packages/basehub/src/react/search/index.ts index 78470b5..f2d8fb0 100644 --- a/packages/basehub/src/react/search/index.ts +++ b/packages/basehub/src/react/search/index.ts @@ -4,4 +4,4 @@ export type { UseSearchParams, UseSearchResult, } from "./primitive"; -export * from "../search"; +export * from "../../search"; diff --git a/playground/CHANGELOG.md b/playground/CHANGELOG.md index 58afbc7..71d18d1 100644 --- a/playground/CHANGELOG.md +++ b/playground/CHANGELOG.md @@ -1,5 +1,12 @@ # playground +## 0.0.103 + +### Patch Changes + +- Updated dependencies + - basehub@6.0.4 + ## 0.0.102 ### Patch Changes diff --git a/playground/package.json b/playground/package.json index 2a98c6f..6176b85 100644 --- a/playground/package.json +++ b/playground/package.json @@ -1,7 +1,7 @@ { "name": "playground", "private": true, - "version": "0.0.102", + "version": "0.0.103", "scripts": { "dev": "basehub dev & next dev", "build": "basehub && next build",