Skip to content

Commit b02959b

Browse files
committed
v0.13.0
1 parent c35c6bc commit b02959b

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
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.12.0"
5+
"version": "0.13.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.12.0",
3+
"version": "0.13.0",
44
"description": "Indexer agent",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -19,7 +19,7 @@
1919
},
2020
"dependencies": {
2121
"@graphprotocol/common-ts": "1.4.2",
22-
"@graphprotocol/indexer-common": "^0.12.0",
22+
"@graphprotocol/indexer-common": "^0.13.0",
2323
"@thi.ng/heaps": "^1.2.36",
2424
"@thi.ng/iterators": "5.1.40",
2525
"@uniswap/sdk": "3.0.3",

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.12.0",
3+
"version": "0.13.0",
44
"description": "Indexer CLI for The Graph Network",
55
"main": "dist/index.js",
66
"repository": "https://github.com/graphprotocol/cli",
@@ -14,7 +14,7 @@
1414
},
1515
"dependencies": {
1616
"@graphprotocol/common-ts": "1.4.2",
17-
"@graphprotocol/indexer-common": "^0.12.0",
17+
"@graphprotocol/indexer-common": "^0.13.0",
1818
"@iarna/toml": "2.2.5",
1919
"@thi.ng/iterators": "5.1.40",
2020
"@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.12.0",
3+
"version": "0.13.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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphprotocol/indexer-native",
3-
"version": "0.12.0",
3+
"version": "0.13.0",
44
"description": "Performance sensitive indexer code",
55
"main": "lib/index.js",
66
"author": "Zac Burns <[email protected]>",
@@ -14,7 +14,7 @@
1414
},
1515
"devDependencies": {
1616
"bs58": "4.0.1",
17-
"jest": "^26.6.3",
18-
"ethers": "5.0.26"
17+
"ethers": "5.0.26",
18+
"jest": "^26.6.3"
1919
}
2020
}

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.12.0",
3+
"version": "0.13.0",
44
"description": "Indexer service",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -28,8 +28,8 @@
2828
"@connext/vector-utils": "0.2.1",
2929
"@google-cloud/profiler": "4.1.1",
3030
"@graphprotocol/common-ts": "1.4.2",
31-
"@graphprotocol/indexer-common": "^0.12.0",
32-
"@graphprotocol/indexer-native": "^0.12.0",
31+
"@graphprotocol/indexer-common": "^0.13.0",
32+
"@graphprotocol/indexer-native": "^0.13.0",
3333
"@thi.ng/cache": "1.0.59",
3434
"@urql/core": "1.13.1",
3535
"apollo-link-http": "1.5.17",

0 commit comments

Comments
 (0)