diff --git a/lerna.json b/lerna.json index 734162f5b..00536ad44 100644 --- a/lerna.json +++ b/lerna.json @@ -4,5 +4,5 @@ ], "npmClient": "yarn", "useWorkspaces": true, - "version": "0.20.17" + "version": "0.20.18" } diff --git a/packages/indexer-agent/package.json b/packages/indexer-agent/package.json index cacb7d79b..52b9efdc6 100644 --- a/packages/indexer-agent/package.json +++ b/packages/indexer-agent/package.json @@ -1,6 +1,6 @@ { "name": "@graphprotocol/indexer-agent", - "version": "0.20.17", + "version": "0.20.18", "description": "Indexer agent", "main": "./dist/index.js", "types": "./dist/index.d.ts", @@ -30,7 +30,7 @@ }, "dependencies": { "@graphprotocol/common-ts": "2.0.1", - "@graphprotocol/indexer-common": "^0.20.17", + "@graphprotocol/indexer-common": "^0.20.18", "@thi.ng/heaps": "^1.3.1", "@uniswap/sdk": "3.0.3", "axios": "0.26.1", diff --git a/packages/indexer-cli/package.json b/packages/indexer-cli/package.json index 11b5aeff2..8222b7b77 100644 --- a/packages/indexer-cli/package.json +++ b/packages/indexer-cli/package.json @@ -1,6 +1,6 @@ { "name": "@graphprotocol/indexer-cli", - "version": "0.20.17", + "version": "0.20.18", "description": "Indexer CLI for The Graph Network", "main": "./dist/cli.js", "files": [ @@ -27,7 +27,7 @@ }, "dependencies": { "@graphprotocol/common-ts": "2.0.1", - "@graphprotocol/indexer-common": "^0.20.17", + "@graphprotocol/indexer-common": "^0.20.18", "@iarna/toml": "2.2.5", "@thi.ng/iterators": "5.1.74", "@urql/core": "2.4.4", diff --git a/packages/indexer-common/package.json b/packages/indexer-common/package.json index 404900038..07f3e5ecc 100644 --- a/packages/indexer-common/package.json +++ b/packages/indexer-common/package.json @@ -1,6 +1,6 @@ { "name": "@graphprotocol/indexer-common", - "version": "0.20.17", + "version": "0.20.18", "description": "Common library for Graph Protocol indexer components", "main": "./dist/index.js", "types": "./dist/index.d.ts", diff --git a/packages/indexer-native/package.json b/packages/indexer-native/package.json index 3c0eeced2..d9c2e253f 100644 --- a/packages/indexer-native/package.json +++ b/packages/indexer-native/package.json @@ -1,6 +1,6 @@ { "name": "@graphprotocol/indexer-native", - "version": "0.20.11", + "version": "0.20.18", "description": "Performance sensitive indexer code", "main": "./lib/index.js", "types": "./lib/index.d.ts", diff --git a/packages/indexer-service/package.json b/packages/indexer-service/package.json index 35c3d9505..e9ed65bce 100644 --- a/packages/indexer-service/package.json +++ b/packages/indexer-service/package.json @@ -1,6 +1,6 @@ { "name": "@graphprotocol/indexer-service", - "version": "0.20.17", + "version": "0.20.18", "description": "Indexer service", "main": "./dist/index.js", "types": "./dist/index.d.ts", @@ -33,8 +33,8 @@ "dependencies": { "@google-cloud/profiler": "4.1.7", "@graphprotocol/common-ts": "2.0.1", - "@graphprotocol/indexer-common": "^0.20.17", - "@graphprotocol/indexer-native": "^0.20.11", + "@graphprotocol/indexer-common": "^0.20.18", + "@graphprotocol/indexer-native": "^0.20.18", "@graphql-tools/load": "7.5.8", "@graphql-tools/url-loader": "7.9.11", "@graphql-tools/wrap": "8.4.13",