From 6b284ebcf457abc953f836751f81ac126c392f96 Mon Sep 17 00:00:00 2001 From: Ford Date: Thu, 18 Jan 2024 13:07:08 -0500 Subject: [PATCH] v0.21.2 --- lerna.json | 2 +- packages/indexer-agent/package.json | 4 ++-- packages/indexer-cli/package.json | 4 ++-- packages/indexer-common/package.json | 2 +- packages/indexer-service/package.json | 6 +++--- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/lerna.json b/lerna.json index 53d9e61fa..415b8452c 100644 --- a/lerna.json +++ b/lerna.json @@ -4,5 +4,5 @@ ], "npmClient": "yarn", "useWorkspaces": true, - "version": "0.20.23" + "version": "0.21.2" } diff --git a/packages/indexer-agent/package.json b/packages/indexer-agent/package.json index 6bce67846..9ec7d3b4d 100644 --- a/packages/indexer-agent/package.json +++ b/packages/indexer-agent/package.json @@ -1,6 +1,6 @@ { "name": "@graphprotocol/indexer-agent", - "version": "0.20.23", + "version": "0.21.2", "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.20.23", + "@graphprotocol/indexer-common": "^0.21.2", "@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 b2fdc177a..58a5a3ccf 100644 --- a/packages/indexer-cli/package.json +++ b/packages/indexer-cli/package.json @@ -1,6 +1,6 @@ { "name": "@graphprotocol/indexer-cli", - "version": "0.20.23", + "version": "0.21.2", "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.20.23", + "@graphprotocol/indexer-common": "^0.21.2", "@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 2ba42dbb5..f8e3a4c56 100644 --- a/packages/indexer-common/package.json +++ b/packages/indexer-common/package.json @@ -1,6 +1,6 @@ { "name": "@graphprotocol/indexer-common", - "version": "0.20.23", + "version": "0.21.2", "description": "Common library for Graph Protocol indexer components", "main": "./dist/index.js", "types": "./dist/index.d.ts", diff --git a/packages/indexer-service/package.json b/packages/indexer-service/package.json index 17206dcdd..d5291979d 100644 --- a/packages/indexer-service/package.json +++ b/packages/indexer-service/package.json @@ -1,6 +1,6 @@ { "name": "@graphprotocol/indexer-service", - "version": "0.20.23", + "version": "0.21.2", "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.20.23", - "@graphprotocol/indexer-native": "0.20.11", + "@graphprotocol/indexer-common": "^0.21.2", + "@graphprotocol/indexer-native": "^0.21.2", "@graphql-tools/load": "8.0.0", "@graphql-tools/url-loader": "8.0.0", "@graphql-tools/wrap": "10.0.1",