Skip to content

Commit

Permalink
v
Browse files Browse the repository at this point in the history
  • Loading branch information
julianbenegas committed Jun 12, 2024
1 parent e118ec3 commit ce46da1
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 3 deletions.
6 changes: 6 additions & 0 deletions packages/basehub/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# basehub

## 6.0.4

### Patch Changes

- fix missing type exports

## 6.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/basehub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "basehub",
"description": "The first AI-native content hub.",
"author": "JB <[email protected]>",
"version": "6.0.3",
"version": "6.0.4",
"license": "MIT",
"repository": "basehub-ai/basehub",
"bugs": "https://github.com/basehub-ai/basehub/issues",
Expand Down
2 changes: 1 addition & 1 deletion packages/basehub/src/react/search/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ export type {
UseSearchParams,
UseSearchResult,
} from "./primitive";
export * from "../search";
export * from "../../search";
7 changes: 7 additions & 0 deletions playground/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# playground

## 0.0.103

### Patch Changes

- Updated dependencies
- [email protected]

## 0.0.102

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit ce46da1

Please sign in to comment.