Skip to content

Commit f92016e

Browse files
committed
changeset
1 parent 877acef commit f92016e

File tree

5 files changed

+20
-7
lines changed

5 files changed

+20
-7
lines changed

packages/basehub/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# basehub
22

3+
## 3.1.10
4+
5+
### Patch Changes
6+
7+
- update @basehub/mutation-api-helpers
8+
39
## 3.1.9
410

511
### Patch Changes

packages/basehub/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "basehub",
33
"description": "The first AI-native content hub.",
44
"author": "JB <[email protected]>",
5-
"version": "3.1.9",
5+
"version": "3.1.10",
66
"license": "MIT",
77
"repository": "basehub-ai/basehub",
88
"bugs": "https://github.com/basehub-ai/basehub/issues",
@@ -34,7 +34,7 @@
3434
"react-dom": "^18.2.0"
3535
},
3636
"dependencies": {
37-
"@basehub/mutation-api-helpers": "0.0.4",
37+
"@basehub/mutation-api-helpers": "1.0.0",
3838
"@genql/cli": "6.3.2",
3939
"arg": "5.0.1",
4040
"dotenv-mono": "1.3.10",

playground/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# playground
22

3+
## 0.0.68
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
9+
310
## 0.0.67
411

512
### Patch Changes

playground/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "playground",
33
"private": true,
4-
"version": "0.0.67",
4+
"version": "0.0.68",
55
"scripts": {
66
"dev": "next dev",
77
"build": "next build",

pnpm-lock.yaml

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)