Skip to content

Commit c62f0a5

Browse files
committed
v0.19.0
1 parent cb704ab commit c62f0a5

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "0.18.6"
5+
"version": "0.19.0"
66
}

packages/indexer-agent/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphprotocol/indexer-agent",
3-
"version": "0.18.6",
3+
"version": "0.19.0",
44
"description": "Indexer agent",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -26,7 +26,7 @@
2626
"dependencies": {
2727
"@graphprotocol/common-ts": "1.8.2",
2828
"@graphprotocol/contracts": "v1.9.0",
29-
"@graphprotocol/indexer-common": "^0.18.6",
29+
"@graphprotocol/indexer-common": "^0.19.0",
3030
"@thi.ng/heaps": "^1.3.1",
3131
"@uniswap/sdk": "3.0.3",
3232
"axios": "0.24.0",

packages/indexer-cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphprotocol/indexer-cli",
3-
"version": "0.18.6",
3+
"version": "0.19.0",
44
"description": "Indexer CLI for The Graph Network",
55
"main": "dist/index.js",
66
"repository": "https://github.com/graphprotocol/cli",
@@ -19,7 +19,7 @@
1919
},
2020
"dependencies": {
2121
"@graphprotocol/common-ts": "1.8.1",
22-
"@graphprotocol/indexer-common": "^0.18.6",
22+
"@graphprotocol/indexer-common": "^0.19.0",
2323
"@iarna/toml": "2.2.5",
2424
"@thi.ng/iterators": "5.1.74",
2525
"@urql/core": "2.3.6",

packages/indexer-common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphprotocol/indexer-common",
3-
"version": "0.18.6",
3+
"version": "0.19.0",
44
"description": "Common library for Graph Protocol indexer components",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

packages/indexer-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphprotocol/indexer-native",
3-
"version": "0.18.6",
3+
"version": "0.19.0",
44
"description": "Performance sensitive indexer code",
55
"main": "lib/index.js",
66
"author": "Zac Burns <[email protected]>",

packages/indexer-service/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphprotocol/indexer-service",
3-
"version": "0.18.6",
3+
"version": "0.19.0",
44
"description": "Indexer service",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -29,8 +29,8 @@
2929
"dependencies": {
3030
"@google-cloud/profiler": "4.1.5",
3131
"@graphprotocol/common-ts": "1.8.1",
32-
"@graphprotocol/indexer-common": "^0.18.6",
33-
"@graphprotocol/indexer-native": "^0.18.6",
32+
"@graphprotocol/indexer-common": "^0.19.0",
33+
"@graphprotocol/indexer-native": "^0.19.0",
3434
"@graphql-tools/delegate": "8.4.3",
3535
"@graphql-tools/load": "7.5.0",
3636
"@graphql-tools/url-loader": "7.7.0",

0 commit comments

Comments
 (0)