From e46ee43b76d5c028325bd834cd2e42ea57485773 Mon Sep 17 00:00:00 2001 From: Nana Essilfie-Conduah Date: Tue, 30 Aug 2022 00:40:47 -0500 Subject: [PATCH] Bump 0.8.0-snapshot Signed-off-by: Nana Essilfie-Conduah --- docs/openrpc.json | 2 +- helm-chart/Chart.yaml | 4 ++-- package-lock.json | 4 ++-- packages/relay/package.json | 2 +- packages/server/package.json | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/openrpc.json b/docs/openrpc.json index ecba4ed9db..6774f8368c 100644 --- a/docs/openrpc.json +++ b/docs/openrpc.json @@ -3,7 +3,7 @@ "info": { "title": "Hedera JSON-RPC Specification", "description": "A specification of the implemented Ethereum JSON RPC APIs interface for Hedera clients and adheres to the Ethereum execution APIs schema.", - "version": "0.7.0-SNAPSHOT" + "version": "0.8.0-SNAPSHOT" }, "methods": [ { diff --git a/helm-chart/Chart.yaml b/helm-chart/Chart.yaml index b786e538f8..8e63fe236d 100644 --- a/helm-chart/Chart.yaml +++ b/helm-chart/Chart.yaml @@ -2,6 +2,6 @@ apiVersion: v2 name: hedera-json-rpc-relay description: Helm chart deployment of the hashgraph/hedera-json-rpc-relay type: application -version: 0.7.0-SNAPSHOT -appVersion: "0.7.0-SNAPSHOT" +version: 0.8.0-SNAPSHOT +appVersion: "0.8.0-SNAPSHOT" home: https://github.com/hashgraph/hedera-json-rpc-relay diff --git a/package-lock.json b/package-lock.json index 2644aae383..5b9f9c0383 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32325,7 +32325,7 @@ }, "packages/relay": { "name": "@hashgraph/json-rpc-relay", - "version": "0.7.0-SNAPSHOT", + "version": "0.8.0-SNAPSHOT", "dependencies": { "@hashgraph/sdk": "^2.18.0", "@keyvhq/core": "^1.6.9", @@ -32363,7 +32363,7 @@ }, "packages/server": { "name": "@hashgraph/json-rpc-server", - "version": "0.7.0-SNAPSHOT", + "version": "0.8.0-SNAPSHOT", "dependencies": { "@hashgraph/json-rpc-relay": "file:../relay", "axios": "^0.27.2", diff --git a/packages/relay/package.json b/packages/relay/package.json index b145f13229..a00e9624eb 100644 --- a/packages/relay/package.json +++ b/packages/relay/package.json @@ -1,6 +1,6 @@ { "name": "@hashgraph/json-rpc-relay", - "version": "0.7.0-SNAPSHOT", + "version": "0.8.0-SNAPSHOT", "description": "Hedera Hashgraph implementation of Ethereum JSON RPC APIs. Utilises both the Hedera Consensus Nodes and the Mirror Nodes for transaction management and information retrieval", "types": "dist/index.d.ts", "main": "dist/index.js", diff --git a/packages/server/package.json b/packages/server/package.json index dce703b121..4be173a9cf 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -1,6 +1,6 @@ { "name": "@hashgraph/json-rpc-server", - "version": "0.7.0-SNAPSHOT", + "version": "0.8.0-SNAPSHOT", "description": "Hedera Hashgraph Ethereum JSON RPC server. Accepts requests for Ethereum JSON RPC 2.0 APIs", "main": "dist/index.js", "keywords": [],