Skip to content

Commit 386d64e

Browse files
committed
v0.9.0-alpha.3
1 parent 4978f1c commit 386d64e

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
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.9.0-alpha.2"
5+
"version": "0.9.0-alpha.3"
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.9.0-alpha.2",
3+
"version": "0.9.0-alpha.3",
44
"description": "Indexer agent",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -18,7 +18,7 @@
1818
},
1919
"dependencies": {
2020
"@graphprotocol/common-ts": "1.0.0",
21-
"@graphprotocol/indexer-common": "^0.9.0-alpha.2",
21+
"@graphprotocol/indexer-common": "^0.9.0-alpha.3",
2222
"@thi.ng/iterators": "5.1.40",
2323
"@uniswap/sdk": "3.0.3",
2424
"axios": "0.21.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.9.0-alpha.2",
3+
"version": "0.9.0-alpha.3",
44
"description": "Indexer CLI for The Graph Network",
55
"main": "dist/index.js",
66
"repository": "https://github.com/graphprotocol/cli",
@@ -13,7 +13,7 @@
1313
},
1414
"dependencies": {
1515
"@graphprotocol/common-ts": "1.0.0",
16-
"@graphprotocol/indexer-common": "^0.9.0-alpha.2",
16+
"@graphprotocol/indexer-common": "^0.9.0-alpha.3",
1717
"@iarna/toml": "2.2.5",
1818
"@thi.ng/iterators": "5.1.40",
1919
"@urql/core": "1.13.1",

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.9.0-alpha.2",
3+
"version": "0.9.0-alpha.3",
44
"description": "Common library for Graph Protocol indexer components",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

packages/indexer-service/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-service",
3-
"version": "0.9.0-alpha.2",
3+
"version": "0.9.0-alpha.3",
44
"description": "Indexer service",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -26,7 +26,7 @@
2626
},
2727
"dependencies": {
2828
"@graphprotocol/common-ts": "1.0.0",
29-
"@graphprotocol/indexer-common": "^0.9.0-alpha.2",
29+
"@graphprotocol/indexer-common": "^0.9.0-alpha.3",
3030
"@graphprotocol/receipt-manager": "0.5.14-alpha.6",
3131
"@thi.ng/cache": "1.0.59",
3232
"@urql/core": "1.13.1",

0 commit comments

Comments
 (0)