From 7b409b9f65c035a289faa8c2655c08d829e2b880 Mon Sep 17 00:00:00 2001 From: Ford Date: Wed, 10 Jan 2024 19:12:36 -0800 Subject: [PATCH] v0.21.1 --- lerna.json | 2 +- packages/indexer-agent/package.json | 4 ++-- packages/indexer-cli/package.json | 4 ++-- packages/indexer-common/package.json | 2 +- packages/indexer-native/package.json | 2 +- packages/indexer-service/package.json | 6 +++--- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/lerna.json b/lerna.json index 895f7a29e..4daf38709 100644 --- a/lerna.json +++ b/lerna.json @@ -4,5 +4,5 @@ ], "npmClient": "yarn", "useWorkspaces": true, - "version": "0.21.0" + "version": "0.21.1" } diff --git a/packages/indexer-agent/package.json b/packages/indexer-agent/package.json index 31a3d79c8..10e101d1a 100644 --- a/packages/indexer-agent/package.json +++ b/packages/indexer-agent/package.json @@ -1,6 +1,6 @@ { "name": "@graphprotocol/indexer-agent", - "version": "0.21.0", + "version": "0.21.1", "description": "Indexer agent", "main": "./dist/index.js", "types": "./dist/index.d.ts", @@ -30,7 +30,7 @@ }, "dependencies": { "@graphprotocol/common-ts": "2.0.9", - "@graphprotocol/indexer-common": "^0.21.0", + "@graphprotocol/indexer-common": "^0.21.1", "@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 e2e042e0d..1e538a8f1 100644 --- a/packages/indexer-cli/package.json +++ b/packages/indexer-cli/package.json @@ -1,6 +1,6 @@ { "name": "@graphprotocol/indexer-cli", - "version": "0.21.0", + "version": "0.21.1", "description": "Indexer CLI for The Graph Network", "main": "./dist/cli.js", "files": [ @@ -27,7 +27,7 @@ }, "dependencies": { "@graphprotocol/common-ts": "2.0.9", - "@graphprotocol/indexer-common": "^0.21.0", + "@graphprotocol/indexer-common": "^0.21.1", "@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 c996e1a9a..96e005e0e 100644 --- a/packages/indexer-common/package.json +++ b/packages/indexer-common/package.json @@ -1,6 +1,6 @@ { "name": "@graphprotocol/indexer-common", - "version": "0.21.0", + "version": "0.21.1", "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 12ebd6018..cfcdf32a8 100644 --- a/packages/indexer-native/package.json +++ b/packages/indexer-native/package.json @@ -1,6 +1,6 @@ { "name": "@graphprotocol/indexer-native", - "version": "0.21.0", + "version": "0.21.1", "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 29c49a34b..139c994bb 100644 --- a/packages/indexer-service/package.json +++ b/packages/indexer-service/package.json @@ -1,6 +1,6 @@ { "name": "@graphprotocol/indexer-service", - "version": "0.21.0", + "version": "0.21.1", "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.9", - "@graphprotocol/indexer-common": "^0.21.0", - "@graphprotocol/indexer-native": "^0.21.0", + "@graphprotocol/indexer-common": "^0.21.1", + "@graphprotocol/indexer-native": "^0.21.1", "@graphql-tools/load": "8.0.0", "@graphql-tools/url-loader": "8.0.0", "@graphql-tools/wrap": "10.0.1",