diff --git a/lerna.json b/lerna.json index a29dce1ce..f4a1b0087 100644 --- a/lerna.json +++ b/lerna.json @@ -4,5 +4,5 @@ ], "npmClient": "yarn", "useWorkspaces": true, - "version": "0.25.9" + "version": "0.25.10" } diff --git a/packages/indexer-agent/package.json b/packages/indexer-agent/package.json index 9a24cad2b..30f6438f7 100644 --- a/packages/indexer-agent/package.json +++ b/packages/indexer-agent/package.json @@ -1,6 +1,6 @@ { "name": "@graphprotocol/indexer-agent", - "version": "0.25.9", + "version": "0.25.10", "description": "Indexer agent", "main": "./dist/index.js", "types": "./dist/index.d.ts", @@ -30,7 +30,7 @@ }, "dependencies": { "@graphprotocol/common-ts": "3.0.1", - "@graphprotocol/indexer-common": "0.25.9", + "@graphprotocol/indexer-common": "0.25.10", "@thi.ng/heaps": "^1.3.1", "axios": "0.26.1", "bs58": "5.0.0", diff --git a/packages/indexer-cli/package.json b/packages/indexer-cli/package.json index 89043c3a0..f5f456238 100644 --- a/packages/indexer-cli/package.json +++ b/packages/indexer-cli/package.json @@ -1,6 +1,6 @@ { "name": "@graphprotocol/indexer-cli", - "version": "0.25.9", + "version": "0.25.10", "description": "Indexer CLI for The Graph Network", "main": "./dist/cli.js", "files": [ @@ -27,7 +27,7 @@ }, "dependencies": { "@graphprotocol/common-ts": "3.0.1", - "@graphprotocol/indexer-common": "0.25.9", + "@graphprotocol/indexer-common": "0.25.10", "@iarna/toml": "2.2.5", "@thi.ng/iterators": "5.1.74", "@urql/core": "3.1.0", diff --git a/packages/indexer-common/package.json b/packages/indexer-common/package.json index c50b79038..a4205070a 100644 --- a/packages/indexer-common/package.json +++ b/packages/indexer-common/package.json @@ -1,6 +1,6 @@ { "name": "@graphprotocol/indexer-common", - "version": "0.25.9", + "version": "0.25.10", "description": "Common library for Graph Protocol indexer components", "main": "./dist/index.js", "types": "./dist/index.d.ts",