Skip to content

Commit 1e180ae

Browse files
Upcoming Release Changes (#51)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 563dcc5 commit 1e180ae

File tree

13 files changed

+29
-18
lines changed

13 files changed

+29
-18
lines changed

.changeset/wild-bananas-sniff.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

examples/apollo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
},
1212
"dependencies": {
1313
"@apollo/client": "3.5.10",
14-
"@graphprotocol/client-apollo": "0.0.3",
14+
"@graphprotocol/client-apollo": "0.0.4",
1515
"graphql": "16.3.0",
1616
"react": "17.0.2",
1717
"react-dom": "17.0.2"
1818
},
1919
"devDependencies": {
20-
"@graphprotocol/client-cli": "0.0.5",
20+
"@graphprotocol/client-cli": "0.0.6",
2121
"@types/react": "17.0.33",
2222
"@types/react-dom": "17.0.10",
2323
"@vitejs/plugin-react": "1.3.1",

examples/composition/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"graphiql": "graphclient serve-dev"
1010
},
1111
"dependencies": {
12-
"@graphprotocol/client-cli": "0.0.5",
12+
"@graphprotocol/client-cli": "0.0.6",
1313
"@graphql-mesh/transform-prefix": "0.11.35",
1414
"@graphql-mesh/transform-rename": "0.12.36",
1515
"@graphql-mesh/transform-type-merging": "0.3.45",

examples/execute/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"react-dom": "17.0.2"
1616
},
1717
"devDependencies": {
18-
"@graphprotocol/client-cli": "0.0.5",
18+
"@graphprotocol/client-cli": "0.0.6",
1919
"@types/react": "17.0.33",
2020
"@types/react-dom": "17.0.10",
2121
"@vitejs/plugin-react": "1.3.1",

examples/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"react-dom": "17.0.2"
1717
},
1818
"devDependencies": {
19-
"@graphprotocol/client-cli": "0.0.5",
19+
"@graphprotocol/client-cli": "0.0.6",
2020
"@types/node": "17.0.26",
2121
"@types/react": "17.0.41",
2222
"eslint": "8.14.0",

examples/node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"check": "tsc --pretty --noEmit"
1010
},
1111
"dependencies": {
12-
"@graphprotocol/client-cli": "0.0.5",
12+
"@graphprotocol/client-cli": "0.0.6",
1313
"concurrently": "7.1.0",
1414
"graphql": "16.3.0",
1515
"nodemon": "2.0.15",

examples/urql/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
"graphiql": "graphclient serve-dev"
1111
},
1212
"dependencies": {
13-
"@graphprotocol/client-urql": "0.0.3",
13+
"@graphprotocol/client-urql": "0.0.4",
1414
"graphql": "16.3.0",
1515
"react": "17.0.2",
1616
"react-dom": "17.0.2",
1717
"urql": "2.2.0"
1818
},
1919
"devDependencies": {
20-
"@graphprotocol/client-cli": "0.0.5",
20+
"@graphprotocol/client-cli": "0.0.6",
2121
"@types/react": "17.0.33",
2222
"@types/react-dom": "17.0.10",
2323
"@vitejs/plugin-react": "1.3.1",

packages/apollo/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @graphprotocol/client-apollo
22

3+
## 0.0.4
4+
5+
### Patch Changes
6+
7+
- 563dcc5: Fix issues with NextJS compatibility
8+
39
## 0.0.3
410

511
### Patch Changes

packages/apollo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphprotocol/client-apollo",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "",
55
"repository": {
66
"type": "git",

packages/cli/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @graphprotocol/client-cli
22

3+
## 0.0.6
4+
5+
### Patch Changes
6+
7+
- 563dcc5: Fix issues with NextJS compatibility
8+
39
## 0.0.5
410

511
### Patch Changes

0 commit comments

Comments
 (0)