Skip to content

Commit c70ccd6

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

File tree

13 files changed

+29
-18
lines changed

13 files changed

+29
-18
lines changed

.changeset/curvy-elephants-deny.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
@@ -12,13 +12,13 @@
1212
"dependencies": {
1313
"react": "^17.0.2",
1414
"react-dom": "^17.0.2",
15-
"@graphprotocol/client-apollo": "0.0.1",
15+
"@graphprotocol/client-apollo": "0.0.2",
1616
"@apollo/client": "3.5.10",
1717
"graphql": "16.3.0",
1818
"rollup-plugin-node-polyfills": "0.2.1"
1919
},
2020
"devDependencies": {
21-
"@graphprotocol/client-cli": "0.0.2",
21+
"@graphprotocol/client-cli": "0.0.3",
2222
"@types/react": "^17.0.33",
2323
"@types/react-dom": "^17.0.10",
2424
"@vitejs/plugin-react": "^1.0.7",

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.2",
12+
"@graphprotocol/client-cli": "0.0.3",
1313
"@graphql-mesh/transform-prefix": "0.11.12",
1414
"@graphql-mesh/transform-rename": "0.12.12",
1515
"@graphql-mesh/transform-type-merging": "0.3.22",

examples/execute/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"rollup-plugin-node-polyfills": "0.2.1"
1717
},
1818
"devDependencies": {
19-
"@graphprotocol/client-cli": "0.0.2",
19+
"@graphprotocol/client-cli": "0.0.3",
2020
"@types/react": "^17.0.33",
2121
"@types/react-dom": "^17.0.10",
2222
"@vitejs/plugin-react": "^1.0.7",

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.2",
19+
"@graphprotocol/client-cli": "0.0.3",
2020
"@types/node": "17.0.21",
2121
"@types/react": "17.0.41",
2222
"eslint": "8.11.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.2",
12+
"@graphprotocol/client-cli": "0.0.3",
1313
"concurrently": "7.0.0",
1414
"nodemon": "2.0.15",
1515
"ts-node": "10.5.0",

examples/urql/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
"dependencies": {
1313
"react": "^17.0.2",
1414
"react-dom": "^17.0.2",
15-
"@graphprotocol/client-urql": "0.0.1",
15+
"@graphprotocol/client-urql": "0.0.2",
1616
"urql": "2.2.0",
1717
"graphql": "16.3.0",
1818
"rollup-plugin-node-polyfills": "0.2.1"
1919
},
2020
"devDependencies": {
21-
"@graphprotocol/client-cli": "0.0.2",
21+
"@graphprotocol/client-cli": "0.0.3",
2222
"@types/react": "^17.0.33",
2323
"@types/react-dom": "^17.0.10",
2424
"@vitejs/plugin-react": "^1.0.7",

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.2
4+
5+
### Patch Changes
6+
7+
- ca60361: Update core dependencies to latest versions
8+
39
## 0.0.1
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.1",
3+
"version": "0.0.2",
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.3
4+
5+
### Patch Changes
6+
7+
- ca60361: Update core dependencies to latest versions
8+
39
## 0.0.2
410

511
### Patch Changes

0 commit comments

Comments
 (0)