diff --git a/lerna.json b/lerna.json index 4a22c3412..5018d809c 100644 --- a/lerna.json +++ b/lerna.json @@ -4,5 +4,5 @@ ], "npmClient": "yarn", "useWorkspaces": true, - "version": "0.25.7" + "version": "0.25.8" } diff --git a/packages/indexer-agent/package.json b/packages/indexer-agent/package.json index 5be8b8fe2..a789939d6 100644 --- a/packages/indexer-agent/package.json +++ b/packages/indexer-agent/package.json @@ -1,6 +1,6 @@ { "name": "@graphprotocol/indexer-agent", - "version": "0.25.7", + "version": "0.25.8", "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.7", + "@graphprotocol/indexer-common": "0.25.8", "@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 80a4bfdec..93a8cb39f 100644 --- a/packages/indexer-cli/package.json +++ b/packages/indexer-cli/package.json @@ -1,6 +1,6 @@ { "name": "@graphprotocol/indexer-cli", - "version": "0.25.7", + "version": "0.25.8", "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.7", + "@graphprotocol/indexer-common": "0.25.8", "@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 d9f55bc0d..ebaf2ed49 100644 --- a/packages/indexer-common/package.json +++ b/packages/indexer-common/package.json @@ -1,6 +1,6 @@ { "name": "@graphprotocol/indexer-common", - "version": "0.25.7", + "version": "0.25.8", "description": "Common library for Graph Protocol indexer components", "main": "./dist/index.js", "types": "./dist/index.d.ts",