diff --git a/lerna.json b/lerna.json index 34bd4fb4b..1da9f4c0b 100644 --- a/lerna.json +++ b/lerna.json @@ -2,5 +2,5 @@ "packages": [ "packages/*" ], - "version": "0.14.0" + "version": "0.15.0" } diff --git a/packages/indexer-agent/package.json b/packages/indexer-agent/package.json index 2c5037c6d..80e563b82 100644 --- a/packages/indexer-agent/package.json +++ b/packages/indexer-agent/package.json @@ -1,6 +1,6 @@ { "name": "@graphprotocol/indexer-agent", - "version": "0.14.0", + "version": "0.15.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.14.0", + "@graphprotocol/indexer-common": "^0.15.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 5e7d5b4bd..9004fae19 100644 --- a/packages/indexer-cli/package.json +++ b/packages/indexer-cli/package.json @@ -1,6 +1,6 @@ { "name": "@graphprotocol/indexer-cli", - "version": "0.14.0", + "version": "0.15.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.14.0", + "@graphprotocol/indexer-common": "^0.15.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 6b955453b..f1bfa8482 100644 --- a/packages/indexer-common/package.json +++ b/packages/indexer-common/package.json @@ -1,6 +1,6 @@ { "name": "@graphprotocol/indexer-common", - "version": "0.14.0", + "version": "0.15.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 a43b348ec..acc8065f1 100644 --- a/packages/indexer-native/package.json +++ b/packages/indexer-native/package.json @@ -1,6 +1,6 @@ { "name": "@graphprotocol/indexer-native", - "version": "0.14.0", + "version": "0.15.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 57e75efe3..a7dd3efd0 100644 --- a/packages/indexer-service/package.json +++ b/packages/indexer-service/package.json @@ -1,6 +1,6 @@ { "name": "@graphprotocol/indexer-service", - "version": "0.14.0", + "version": "0.15.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.14.0", - "@graphprotocol/indexer-native": "^0.14.0", + "@graphprotocol/indexer-common": "^0.15.0", + "@graphprotocol/indexer-native": "^0.15.0", "@thi.ng/cache": "1.0.59", "@urql/core": "1.13.1", "apollo-link-http": "1.5.17",