Skip to content

Commit ca4cdf6

Browse files
committed
v0.19.2
1 parent 1bed094 commit ca4cdf6

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
@@ -4,5 +4,5 @@
44
],
55
"npmClient": "yarn",
66
"useWorkspaces": true,
7-
"version": "0.19.1"
7+
"version": "0.19.2"
88
}

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.19.1",
3+
"version": "0.19.2",
44
"description": "Indexer agent",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
@@ -30,7 +30,7 @@
3030
"dependencies": {
3131
"@graphprotocol/common-ts": "1.8.3",
3232
"@graphprotocol/contracts": "1.11.1",
33-
"@graphprotocol/indexer-common": "^0.19.1",
33+
"@graphprotocol/indexer-common": "^0.19.2",
3434
"@thi.ng/heaps": "^1.3.1",
3535
"@uniswap/sdk": "3.0.3",
3636
"axios": "0.26.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.19.1",
3+
"version": "0.19.2",
44
"description": "Indexer CLI for The Graph Network",
55
"main": "./dist/cli.js",
66
"files": [
@@ -26,7 +26,7 @@
2626
},
2727
"dependencies": {
2828
"@graphprotocol/common-ts": "1.8.3",
29-
"@graphprotocol/indexer-common": "^0.19.1",
29+
"@graphprotocol/indexer-common": "^0.19.2",
3030
"@iarna/toml": "2.2.5",
3131
"@thi.ng/iterators": "5.1.74",
3232
"@urql/core": "2.4.4",

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.19.1",
3+
"version": "0.19.2",
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.19.1",
3+
"version": "0.19.2",
44
"description": "Performance sensitive indexer code",
55
"main": "./lib/index.js",
66
"types": "./lib/index.d.ts",

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.19.1",
3+
"version": "0.19.2",
44
"description": "Indexer service",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
@@ -32,8 +32,8 @@
3232
"dependencies": {
3333
"@google-cloud/profiler": "4.1.7",
3434
"@graphprotocol/common-ts": "1.8.3",
35-
"@graphprotocol/indexer-common": "^0.19.1",
36-
"@graphprotocol/indexer-native": "^0.19.1",
35+
"@graphprotocol/indexer-common": "^0.19.2",
36+
"@graphprotocol/indexer-native": "^0.19.2",
3737
"@graphql-tools/load": "7.5.8",
3838
"@graphql-tools/url-loader": "7.9.11",
3939
"@graphql-tools/wrap": "8.4.13",

0 commit comments

Comments
 (0)