Skip to content

Commit 4145f9a

Browse files
authored
0.22.0 (#745)
* chore: Bump graph-ts to 0.22.0 * 0.22.0
1 parent 7704fac commit 4145f9a

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

examples/basic-event-handlers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"deploy-test": "../../bin/graph deploy test/basic-event-handlers --version-label v0.0.1 --ipfs http://localhost:15001 --node http://127.0.0.1:18020"
1010
},
1111
"devDependencies": {
12-
"@graphprotocol/graph-ts": "0.22.0-alpha.3",
12+
"@graphprotocol/graph-ts": "0.22.0",
1313
"apollo-fetch": "^0.7.0"
1414
},
1515
"dependencies": {

examples/basic-event-handlers/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# yarn lockfile v1
33

44

5-
"@graphprotocol/[email protected]-alpha.3":
6-
version "0.22.0-alpha.3"
7-
resolved "https://registry.yarnpkg.com/@graphprotocol/graph-ts/-/graph-ts-0.22.0-alpha.3.tgz#925e564adf65b512aad2809a3c49e10f4fe03a8e"
8-
integrity sha512-pYYwMbWxshyKgWswAxBh0ebLSzeBYp0OEREZJy7M9yuTTKTNJNeSYoC3KZOhZnh3D5otre2LLQOd5cL8oaVylQ==
5+
"@graphprotocol/[email protected]":
6+
version "0.22.0"
7+
resolved "https://registry.yarnpkg.com/@graphprotocol/graph-ts/-/graph-ts-0.22.0.tgz#5280513d1c8a162077f82ce7f9a492bb5783d6f4"
8+
integrity sha512-kJIBL73xBxj0+NJdRABukAtcrc3Mb8jt31s0tCLPe6c57rQXEf7KR9oYrFdzE1ZsJCP6j+MX+A2+sj1Pj3aJtQ==
99
dependencies:
1010
assemblyscript "0.19.10"
1111

examples/example-subgraph/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"build-wast": "../../bin/graph build -t wast subgraph.yaml"
88
},
99
"devDependencies": {
10-
"@graphprotocol/graph-ts": "0.22.0-alpha.3"
10+
"@graphprotocol/graph-ts": "0.22.0"
1111
},
1212
"resolutions": {
1313
"assemblyscript": "0.19.10"

examples/example-subgraph/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# yarn lockfile v1
33

44

5-
"@graphprotocol/[email protected]-alpha.3":
6-
version "0.22.0-alpha.3"
7-
resolved "https://registry.yarnpkg.com/@graphprotocol/graph-ts/-/graph-ts-0.22.0-alpha.3.tgz#925e564adf65b512aad2809a3c49e10f4fe03a8e"
8-
integrity sha512-pYYwMbWxshyKgWswAxBh0ebLSzeBYp0OEREZJy7M9yuTTKTNJNeSYoC3KZOhZnh3D5otre2LLQOd5cL8oaVylQ==
5+
"@graphprotocol/[email protected]":
6+
version "0.22.0"
7+
resolved "https://registry.yarnpkg.com/@graphprotocol/graph-ts/-/graph-ts-0.22.0.tgz#5280513d1c8a162077f82ce7f9a492bb5783d6f4"
8+
integrity sha512-kJIBL73xBxj0+NJdRABukAtcrc3Mb8jt31s0tCLPe6c57rQXEf7KR9oYrFdzE1ZsJCP6j+MX+A2+sj1Pj3aJtQ==
99
dependencies:
1010
assemblyscript "0.19.10"
1111

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphprotocol/graph-cli",
3-
"version": "0.22.0-alpha.3",
3+
"version": "0.22.0",
44
"description": "CLI for building for and deploying to The Graph",
55
"dependencies": {
66
"assemblyscript": "0.19.10",

src/scaffold.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const generatePackageJson = ({ subgraphName, node }) =>
4141
},
4242
dependencies: {
4343
'@graphprotocol/graph-cli': `${module.exports.version}`,
44-
'@graphprotocol/graph-ts': `0.22.0-alpha.3`,
44+
'@graphprotocol/graph-ts': `0.22.0`,
4545
},
4646
}),
4747
{ parser: 'json' },

0 commit comments

Comments
 (0)