From 5621e40c949c0ab3ee80e50671d6d28966aed322 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Migone?= Date: Tue, 5 May 2026 12:20:22 -0300 Subject: [PATCH] release: v0.25.10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Tomás Migone --- lerna.json | 2 +- packages/indexer-agent/package.json | 4 ++-- packages/indexer-cli/package.json | 4 ++-- packages/indexer-common/package.json | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) 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",