Skip to content

Commit 585e6ca

Browse files
Upcoming Release Changes (#128)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 0b8e66e commit 585e6ca

File tree

19 files changed

+37
-23
lines changed

19 files changed

+37
-23
lines changed

.changeset/loud-hornets-leave.md

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

examples/apollo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"react-dom": "17.0.2"
1818
},
1919
"devDependencies": {
20-
"@graphprotocol/client-cli": "2.0.0",
20+
"@graphprotocol/client-cli": "2.0.1",
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": "2.0.0",
12+
"@graphprotocol/client-cli": "2.0.1",
1313
"@graphql-mesh/transform-rename": "0.12.54",
1414
"concurrently": "7.1.0",
1515
"graphql": "16.3.0",

examples/cross-chain-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@graphprotocol/client-add-source-name": "1.0.1",
13-
"@graphprotocol/client-cli": "2.0.0",
13+
"@graphprotocol/client-cli": "2.0.1",
1414
"graphql": "16.3.0"
1515
}
1616
}

examples/cross-chain-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@graphprotocol/client-add-source-name": "1.0.1",
13-
"@graphprotocol/client-cli": "2.0.0",
13+
"@graphprotocol/client-cli": "2.0.1",
1414
"graphql": "16.3.0"
1515
}
1616
}

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": "2.0.0",
18+
"@graphprotocol/client-cli": "2.0.1",
1919
"@types/react": "17.0.33",
2020
"@types/react-dom": "17.0.10",
2121
"@vitejs/plugin-react": "1.3.1",

examples/javascript-cjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"check": "exit 0"
1010
},
1111
"dependencies": {
12-
"@graphprotocol/client-cli": "2.0.0",
12+
"@graphprotocol/client-cli": "2.0.1",
1313
"graphql": "16.3.0"
1414
}
1515
}

examples/javascript-esm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"check": "exit 0"
1111
},
1212
"dependencies": {
13-
"@graphprotocol/client-cli": "2.0.0",
13+
"@graphprotocol/client-cli": "2.0.1",
1414
"graphql": "16.3.0"
1515
}
1616
}

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": "2.0.0",
19+
"@graphprotocol/client-cli": "2.0.1",
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": "2.0.0",
12+
"@graphprotocol/client-cli": "2.0.1",
1313
"concurrently": "7.1.0",
1414
"graphql": "16.3.0",
1515
"nodemon": "2.0.15",

0 commit comments

Comments
 (0)