Skip to content

Commit 094f153

Browse files
committed
v0.9.2
1 parent f32f37e commit 094f153

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.1"
5+
"version": "0.9.2"
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.1",
3+
"version": "0.9.2",
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.2.0",
21-
"@graphprotocol/indexer-common": "^0.9.0",
21+
"@graphprotocol/indexer-common": "^0.9.2",
2222
"@thi.ng/iterators": "5.1.40",
2323
"@uniswap/sdk": "3.0.3",
2424
"axios": "0.21.1",

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",
3+
"version": "0.9.2",
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.2.0",
16-
"@graphprotocol/indexer-common": "^0.9.0",
16+
"@graphprotocol/indexer-common": "^0.9.2",
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",
3+
"version": "0.9.2",
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.1",
3+
"version": "0.9.2",
44
"description": "Indexer service",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -25,7 +25,7 @@
2525
},
2626
"dependencies": {
2727
"@graphprotocol/common-ts": "1.2.0",
28-
"@graphprotocol/indexer-common": "^0.9.0",
28+
"@graphprotocol/indexer-common": "^0.9.2",
2929
"@graphprotocol/receipts": "0.1.0",
3030
"@thi.ng/cache": "1.0.59",
3131
"@urql/core": "1.13.1",

0 commit comments

Comments
 (0)