From 20d7cf8f2002f3962dce732bf4c1f0ef7e88b6f7 Mon Sep 17 00:00:00 2001 From: Andrew Allen Date: Mon, 25 Jul 2022 15:55:37 -0400 Subject: [PATCH] v4.7.0 --- integration_tests/package.json | 6 +++--- lerna.json | 2 +- packages/currency/package.json | 2 +- packages/http/package.json | 4 ++-- packages/transactions/package.json | 2 +- packages/wallet-link/package.json | 4 ++-- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/integration_tests/package.json b/integration_tests/package.json index 686ffe5c..59d4b2c1 100644 --- a/integration_tests/package.json +++ b/integration_tests/package.json @@ -7,10 +7,10 @@ "dependencies": { "@helium/address": "^4.6.2", "@helium/crypto": "^4.6.2", - "@helium/http": "^4.6.2", - "@helium/transactions": "^4.6.2" + "@helium/http": "^4.7.0", + "@helium/transactions": "^4.7.0" }, - "version": "4.6.2", + "version": "4.7.0", "devDependencies": { "nock": "^13.2.4" } diff --git a/lerna.json b/lerna.json index 55702d1e..c57476fe 100644 --- a/lerna.json +++ b/lerna.json @@ -3,6 +3,6 @@ "integration_tests", "packages/*" ], - "version": "4.6.2", + "version": "4.7.0", "npmClient": "yarn" } diff --git a/packages/currency/package.json b/packages/currency/package.json index 5f43b1f4..aa4ea060 100644 --- a/packages/currency/package.json +++ b/packages/currency/package.json @@ -1,6 +1,6 @@ { "name": "@helium/currency", - "version": "4.6.2", + "version": "4.7.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 2b5f3cbe..a04ff874 100644 --- a/packages/http/package.json +++ b/packages/http/package.json @@ -1,6 +1,6 @@ { "name": "@helium/http", - "version": "4.6.2", + "version": "4.7.0", "description": "HTTP library for interacting with the Helium blockchain API", "keywords": [ "helium", @@ -27,7 +27,7 @@ }, "dependencies": { "@helium/address": "^4.6.2", - "@helium/currency": "^4.6.2", + "@helium/currency": "^4.7.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 3966477e..36cb2afd 100644 --- a/packages/transactions/package.json +++ b/packages/transactions/package.json @@ -1,6 +1,6 @@ { "name": "@helium/transactions", - "version": "4.6.2", + "version": "4.7.0", "description": "Construct and serialize Helium blockchain transaction primatives", "keywords": [ "helium", diff --git a/packages/wallet-link/package.json b/packages/wallet-link/package.json index 8bb6d9ed..82d779c5 100644 --- a/packages/wallet-link/package.json +++ b/packages/wallet-link/package.json @@ -1,6 +1,6 @@ { "name": "@helium/wallet-link", - "version": "4.6.2", + "version": "4.7.0", "description": "Utilities for linking a 3rd party app to the helium wallet.", "keywords": [ "helium", @@ -27,7 +27,7 @@ }, "dependencies": { "@helium/address": "^4.6.2", - "@helium/transactions": "^4.6.2", + "@helium/transactions": "^4.7.0", "date-fns": "^2.28.0", "query-string": "^7.1.1" },