Skip to content

Commit 622cb01

Browse files
committed
v
1 parent 089b978 commit 622cb01

File tree

4 files changed

+15
-2
lines changed

4 files changed

+15
-2
lines changed

packages/basehub/CHANGELOG.md

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

3+
## 4.0.11
4+
5+
### Patch Changes
6+
7+
- prevent commenting on .graphql file
8+
39
## 4.0.10
410

511
### Patch Changes

packages/basehub/package.json

+1-1
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": "4.0.10",
5+
"version": "4.0.11",
66
"license": "MIT",
77
"repository": "basehub-ai/basehub",
88
"bugs": "https://github.com/basehub-ai/basehub/issues",

playground/CHANGELOG.md

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

3+
## 0.0.81
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
9+
310
## 0.0.80
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.80",
4+
"version": "0.0.81",
55
"scripts": {
66
"dev": "basehub dev & next dev",
77
"build": "next build",

0 commit comments

Comments
 (0)