Skip to content

Commit

Permalink
v
Browse files Browse the repository at this point in the history
  • Loading branch information
julianbenegas committed May 29, 2024
1 parent b07007f commit 6a00bd4
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 14 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"prettier": "3.0.3",
"turbo": "1.10.12",
"type-fest": "^3.0.0",
"typescript": "^5.2.2"
"typescript": "^5.4.5"
},
"packageManager": "[email protected]"
}
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

## 5.2.1

### Patch Changes

- trigger release

## 5.2.0

### Minor 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": "5.2.0",
"version": "5.2.1",
"license": "MIT",
"repository": "basehub-ai/basehub",
"bugs": "https://github.com/basehub-ai/basehub/issues",
Expand Down
5 changes: 2 additions & 3 deletions packages/basehub/tsconfig.dts-only.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@
"sourceMap": false,
"emitDeclarationOnly": true,
"declarationMap": false,
"paths": {
"basehub": ["./dist/generated-client"]
}
"noImplicitAny": true,
"alwaysStrict": true
},
"exclude": [
"dist",
Expand Down
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.95

### Patch Changes

- Updated dependencies
- [email protected]

## 0.0.94

### 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.94",
"version": "0.0.95",
"scripts": {
"dev": "basehub dev & next dev",
"build": "basehub & next build",
Expand Down
10 changes: 2 additions & 8 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6a00bd4

Please sign in to comment.