From 4884146d82acb1ed66d995099e60c16872eaaf6a Mon Sep 17 00:00:00 2001 From: Andrew Allen Date: Fri, 15 Oct 2021 12:36:13 -0400 Subject: [PATCH] v3.45.0 --- integration_tests/package.json | 8 ++++---- lerna.json | 2 +- packages/crypto-react-native/package.json | 2 +- packages/crypto/package.json | 2 +- packages/currency/package.json | 2 +- packages/http/package.json | 4 ++-- packages/transactions/package.json | 4 ++-- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/integration_tests/package.json b/integration_tests/package.json index c6dad91f..30131b9b 100644 --- a/integration_tests/package.json +++ b/integration_tests/package.json @@ -5,9 +5,9 @@ "test": "jest" }, "dependencies": { - "@helium/crypto": "^3.38.0", - "@helium/http": "^3.44.0", - "@helium/transactions": "^3.38.0" + "@helium/crypto": "^3.45.0", + "@helium/http": "^3.45.0", + "@helium/transactions": "^3.45.0" }, - "version": "3.44.0" + "version": "3.45.0" } diff --git a/lerna.json b/lerna.json index 468440d6..cc8169ae 100644 --- a/lerna.json +++ b/lerna.json @@ -3,6 +3,6 @@ "integration_tests", "packages/*" ], - "version": "3.44.0", + "version": "3.45.0", "npmClient": "yarn" } diff --git a/packages/crypto-react-native/package.json b/packages/crypto-react-native/package.json index cdb3478f..0eedec21 100644 --- a/packages/crypto-react-native/package.json +++ b/packages/crypto-react-native/package.json @@ -1,6 +1,6 @@ { "name": "@helium/crypto-react-native", - "version": "3.43.1", + "version": "3.45.0", "description": "Cryptography utilities including mnemonics, keypairs and base58-check encoding for React Native", "keywords": [ "helium", diff --git a/packages/crypto/package.json b/packages/crypto/package.json index 433b3a3e..b4668940 100644 --- a/packages/crypto/package.json +++ b/packages/crypto/package.json @@ -1,6 +1,6 @@ { "name": "@helium/crypto", - "version": "3.38.0", + "version": "3.45.0", "description": "Cryptography utilities including mnemonics, keypairs and base58-check encoding", "keywords": [ "helium", diff --git a/packages/currency/package.json b/packages/currency/package.json index 229adc6c..9cbe31c5 100644 --- a/packages/currency/package.json +++ b/packages/currency/package.json @@ -1,6 +1,6 @@ { "name": "@helium/currency", - "version": "3.25.1", + "version": "3.45.0", "description": "Utilities for handling different currency types on the Helium blockchain", "keywords": [ "helium", diff --git a/packages/http/package.json b/packages/http/package.json index f8b4004e..c94f03e1 100644 --- a/packages/http/package.json +++ b/packages/http/package.json @@ -1,6 +1,6 @@ { "name": "@helium/http", - "version": "3.44.0", + "version": "3.45.0", "description": "HTTP library for interacting with the Helium blockchain API", "keywords": [ "helium", @@ -26,7 +26,7 @@ "build": "yarn run clean && tsc" }, "dependencies": { - "@helium/currency": "^3.25.1", + "@helium/currency": "^3.45.0", "axios": "^0.21.1", "camelcase-keys": "^6.2.2", "qs": "^6.9.3", diff --git a/packages/transactions/package.json b/packages/transactions/package.json index 79ed690d..aa12e5e3 100644 --- a/packages/transactions/package.json +++ b/packages/transactions/package.json @@ -1,6 +1,6 @@ { "name": "@helium/transactions", - "version": "3.38.0", + "version": "3.45.0", "description": "Construct and serialize Helium blockchain transaction primatives", "keywords": [ "helium", @@ -27,7 +27,7 @@ "build": "yarn run clean && tsc" }, "dependencies": { - "@helium/crypto": "^3.38.0", + "@helium/crypto": "^3.45.0", "@helium/proto": "^1.4.0", "@types/libsodium-wrappers": "^0.7.8", "long": "^4.0.0",