From 308286a725b56a7b007c7adb4fd94dba28280d45 Mon Sep 17 00:00:00 2001 From: Swirlds Automation Date: Wed, 11 Dec 2024 18:15:49 +0000 Subject: [PATCH] Bump versions for v0.63.0-SNAPSHOT Signed-off-by: Swirlds Automation --- charts/hedera-json-rpc-relay-websocket/Chart.yaml | 4 ++-- charts/hedera-json-rpc-relay/Chart.yaml | 4 ++-- charts/hedera-json-rpc/Chart.yaml | 4 ++-- docs/openrpc.json | 2 +- package-lock.json | 12 ++++++------ package.json | 2 +- packages/config-service/package.json | 2 +- packages/relay/package.json | 2 +- packages/server/package.json | 2 +- packages/ws-server/package.json | 2 +- 10 files changed, 18 insertions(+), 18 deletions(-) diff --git a/charts/hedera-json-rpc-relay-websocket/Chart.yaml b/charts/hedera-json-rpc-relay-websocket/Chart.yaml index 738022335..ab1dad7b0 100644 --- a/charts/hedera-json-rpc-relay-websocket/Chart.yaml +++ b/charts/hedera-json-rpc-relay-websocket/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "0.62.0-SNAPSHOT" +appVersion: "0.63.0-SNAPSHOT" description: Helm chart deployment of the hashgraph/hedera-json-rpc-relay web socket server home: https://github.com/hashgraph/hedera-json-rpc-relay icon: https://camo.githubusercontent.com/cca6b767847bb8ca5c7059481ba13a5fc81c5938/68747470733a2f2f7777772e6865646572612e636f6d2f6c6f676f2d6361706974616c2d686261722d776f72646d61726b2e6a7067 @@ -22,4 +22,4 @@ name: hedera-json-rpc-relay-websocket sources: - https://github.com/hashgraph/hedera-json-rpc-relay type: application -version: 0.62.0-SNAPSHOT +version: 0.63.0-SNAPSHOT diff --git a/charts/hedera-json-rpc-relay/Chart.yaml b/charts/hedera-json-rpc-relay/Chart.yaml index 285ecb537..ec56840dd 100644 --- a/charts/hedera-json-rpc-relay/Chart.yaml +++ b/charts/hedera-json-rpc-relay/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "0.62.0-SNAPSHOT" +appVersion: "0.63.0-SNAPSHOT" description: Helm chart deployment of the hashgraph/hedera-json-rpc-relay home: https://github.com/hashgraph/hedera-json-rpc-relay icon: https://camo.githubusercontent.com/cca6b767847bb8ca5c7059481ba13a5fc81c5938/68747470733a2f2f7777772e6865646572612e636f6d2f6c6f676f2d6361706974616c2d686261722d776f72646d61726b2e6a7067 @@ -21,4 +21,4 @@ name: hedera-json-rpc-relay sources: - https://github.com/hashgraph/hedera-json-rpc-relay type: application -version: 0.62.0-SNAPSHOT +version: 0.63.0-SNAPSHOT diff --git a/charts/hedera-json-rpc/Chart.yaml b/charts/hedera-json-rpc/Chart.yaml index 66a7e47d2..0beee3f6a 100644 --- a/charts/hedera-json-rpc/Chart.yaml +++ b/charts/hedera-json-rpc/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "0.62.0-SNAPSHOT" +appVersion: "0.63.0-SNAPSHOT" dependencies: - alias: relay condition: relay.enabled @@ -31,4 +31,4 @@ name: hedera-json-rpc sources: - https://github.com/hashgraph/hedera-json-rpc-relay type: application -version: 0.62.0-SNAPSHOT +version: 0.63.0-SNAPSHOT diff --git a/docs/openrpc.json b/docs/openrpc.json index cf509db9d..47a27bf76 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.62.0-SNAPSHOT" + "version": "0.63.0-SNAPSHOT" }, "servers": [ { diff --git a/package-lock.json b/package-lock.json index dbeb9fe28..f8982e6dd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "root", - "version": "0.62.0-SNAPSHOT", + "version": "0.63.0-SNAPSHOT", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "root", - "version": "0.62.0-SNAPSHOT", + "version": "0.63.0-SNAPSHOT", "dependencies": { "@ethereumjs/rlp": "^5.0.2", "@ethereumjs/trie": "^6.2.1", @@ -20681,7 +20681,7 @@ }, "packages/config-service": { "name": "@hashgraph/json-rpc-config-service", - "version": "0.62.0-SNAPSHOT", + "version": "0.63.0-SNAPSHOT", "dependencies": { "dotenv": "^16.4.5", "find-config": "^1.0.0", @@ -20695,7 +20695,7 @@ }, "packages/relay": { "name": "@hashgraph/json-rpc-relay", - "version": "0.62.0-SNAPSHOT", + "version": "0.63.0-SNAPSHOT", "dependencies": { "@ethersproject/asm": "^5.7.0", "@hashgraph/json-rpc-config-service": "file:../config-service", @@ -21053,7 +21053,7 @@ }, "packages/server": { "name": "@hashgraph/json-rpc-server", - "version": "0.62.0-SNAPSHOT", + "version": "0.63.0-SNAPSHOT", "dependencies": { "@hashgraph/json-rpc-config-service": "file:../config-service", "@hashgraph/json-rpc-relay": "file:../relay", @@ -21652,7 +21652,7 @@ }, "packages/ws-server": { "name": "@hashgraph/json-rpc-ws-server", - "version": "0.62.0-SNAPSHOT", + "version": "0.63.0-SNAPSHOT", "dependencies": { "@hashgraph/json-rpc-config-service": "file:../config-service", "@hashgraph/json-rpc-relay": "file:../relay", diff --git a/package.json b/package.json index 9f2e20b82..a95d4b7e7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "root", - "version": "0.62.0-SNAPSHOT", + "version": "0.63.0-SNAPSHOT", "devDependencies": { "@hashgraph/hedera-local": "^2.32.5", "@open-rpc/schema-utils-js": "^1.16.1", diff --git a/packages/config-service/package.json b/packages/config-service/package.json index 3c54ad8ee..b1c53c026 100644 --- a/packages/config-service/package.json +++ b/packages/config-service/package.json @@ -1,6 +1,6 @@ { "name": "@hashgraph/json-rpc-config-service", - "version": "0.62.0-SNAPSHOT", + "version": "0.63.0-SNAPSHOT", "description": "Hedera Hashgraph singleton implementation of environment variables provider", "main": "dist/index.js", "keywords": [], diff --git a/packages/relay/package.json b/packages/relay/package.json index 326723e5a..cc2132b62 100644 --- a/packages/relay/package.json +++ b/packages/relay/package.json @@ -1,6 +1,6 @@ { "name": "@hashgraph/json-rpc-relay", - "version": "0.62.0-SNAPSHOT", + "version": "0.63.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 7d7b28eca..34856c869 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -1,6 +1,6 @@ { "name": "@hashgraph/json-rpc-server", - "version": "0.62.0-SNAPSHOT", + "version": "0.63.0-SNAPSHOT", "description": "Hedera Hashgraph Ethereum JSON RPC server. Accepts requests for Ethereum JSON RPC 2.0 APIs", "main": "dist/index.js", "keywords": [], diff --git a/packages/ws-server/package.json b/packages/ws-server/package.json index 77b757fd4..fa89db217 100644 --- a/packages/ws-server/package.json +++ b/packages/ws-server/package.json @@ -1,6 +1,6 @@ { "name": "@hashgraph/json-rpc-ws-server", - "version": "0.62.0-SNAPSHOT", + "version": "0.63.0-SNAPSHOT", "description": "Hedera Hashgraph Ethereum JSON RPC socket server. Accepts socket connections for the purpose of subscribing to real-time data.", "main": "dist/index.js", "keywords": [],