From b84a3a6787b87d55d993ea6aaa4ae715686f72e2 Mon Sep 17 00:00:00 2001 From: Jannis Pohlmann Date: Wed, 12 May 2021 23:00:53 +0200 Subject: [PATCH] v0.14.0 --- 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 870125980..34bd4fb4b 100644 --- a/lerna.json +++ b/lerna.json @@ -2,5 +2,5 @@ "packages": [ "packages/*" ], - "version": "0.13.0" + "version": "0.14.0" } diff --git a/packages/indexer-agent/package.json b/packages/indexer-agent/package.json index 8b243e75f..2c5037c6d 100644 --- a/packages/indexer-agent/package.json +++ b/packages/indexer-agent/package.json @@ -1,6 +1,6 @@ { "name": "@graphprotocol/indexer-agent", - "version": "0.13.0", + "version": "0.14.0", "description": "Indexer agent", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -19,7 +19,7 @@ }, "dependencies": { "@graphprotocol/common-ts": "1.5.1", - "@graphprotocol/indexer-common": "^0.13.0", + "@graphprotocol/indexer-common": "^0.14.0", "@thi.ng/heaps": "^1.2.36", "@thi.ng/iterators": "5.1.40", "@uniswap/sdk": "3.0.3", diff --git a/packages/indexer-cli/package.json b/packages/indexer-cli/package.json index 0e395d55b..5e7d5b4bd 100644 --- a/packages/indexer-cli/package.json +++ b/packages/indexer-cli/package.json @@ -1,6 +1,6 @@ { "name": "@graphprotocol/indexer-cli", - "version": "0.13.0", + "version": "0.14.0", "description": "Indexer CLI for The Graph Network", "main": "dist/index.js", "repository": "https://github.com/graphprotocol/cli", @@ -14,7 +14,7 @@ }, "dependencies": { "@graphprotocol/common-ts": "1.5.1", - "@graphprotocol/indexer-common": "^0.13.0", + "@graphprotocol/indexer-common": "^0.14.0", "@iarna/toml": "2.2.5", "@thi.ng/iterators": "5.1.40", "@urql/core": "1.13.1", diff --git a/packages/indexer-common/package.json b/packages/indexer-common/package.json index 1f89dc6e6..6b955453b 100644 --- a/packages/indexer-common/package.json +++ b/packages/indexer-common/package.json @@ -1,6 +1,6 @@ { "name": "@graphprotocol/indexer-common", - "version": "0.13.0", + "version": "0.14.0", "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 fcff00fba..a43b348ec 100644 --- a/packages/indexer-native/package.json +++ b/packages/indexer-native/package.json @@ -1,6 +1,6 @@ { "name": "@graphprotocol/indexer-native", - "version": "0.13.0", + "version": "0.14.0", "description": "Performance sensitive indexer code", "main": "lib/index.js", "author": "Zac Burns ", diff --git a/packages/indexer-service/package.json b/packages/indexer-service/package.json index 6c23e772a..57e75efe3 100644 --- a/packages/indexer-service/package.json +++ b/packages/indexer-service/package.json @@ -1,6 +1,6 @@ { "name": "@graphprotocol/indexer-service", - "version": "0.13.0", + "version": "0.14.0", "description": "Indexer service", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -28,8 +28,8 @@ "@connext/vector-utils": "0.2.1", "@google-cloud/profiler": "4.1.1", "@graphprotocol/common-ts": "1.5.1", - "@graphprotocol/indexer-common": "^0.13.0", - "@graphprotocol/indexer-native": "^0.13.0", + "@graphprotocol/indexer-common": "^0.14.0", + "@graphprotocol/indexer-native": "^0.14.0", "@thi.ng/cache": "1.0.59", "@urql/core": "1.13.1", "apollo-link-http": "1.5.17",