Skip to content

Commit 2aa43c1

Browse files
committed
upgrade genql
1 parent 52ef680 commit 2aa43c1

File tree

5 files changed

+34
-8
lines changed

5 files changed

+34
-8
lines changed

packages/basehub/CHANGELOG.md

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

3+
## 8.1.18
4+
5+
### Patch Changes
6+
7+
- update genql
8+
9+
## 8.1.18-canary.0
10+
11+
### Patch Changes
12+
13+
- update genql
14+
315
## 8.1.17
416

517
### 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": "A very fast Headless CMS.",
44
"author": "JB <[email protected]>",
5-
"version": "8.1.17",
5+
"version": "8.1.18",
66
"license": "MIT",
77
"repository": "basehub-ai/basehub",
88
"bugs": "https://github.com/basehub-ai/basehub/issues",
@@ -57,7 +57,7 @@
5757
"build:client": "tsup --config tsup-client.config.ts"
5858
},
5959
"dependencies": {
60-
"@basehub/genql": "9.0.0-canary.12",
60+
"@basehub/genql": "9.0.0-canary.13",
6161
"@radix-ui/react-slot": "^1.1.0",
6262
"@shikijs/transformers": "1.17.7",
6363
"@xmldom/xmldom": "^0.9.6",

playground/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# playground
22

3+
## 0.0.187
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
9+
10+
## 0.0.187-canary.0
11+
12+
### Patch Changes
13+
14+
- Updated dependencies
15+
16+
317
## 0.0.186
418

519
### 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.186",
4+
"version": "0.0.187",
55
"scripts": {
66
"dev": "basehub dev & next dev --port 3003",
77
"build": "basehub && next build",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)