diff --git a/integration_tests/package.json b/integration_tests/package.json index e03fc791..686ffe5c 100644 --- a/integration_tests/package.json +++ b/integration_tests/package.json @@ -5,12 +5,12 @@ "test": "jest" }, "dependencies": { - "@helium/address": "^4.3.1", - "@helium/crypto": "^4.6.1", - "@helium/http": "^4.6.1", - "@helium/transactions": "^4.6.1" + "@helium/address": "^4.6.2", + "@helium/crypto": "^4.6.2", + "@helium/http": "^4.6.2", + "@helium/transactions": "^4.6.2" }, - "version": "4.6.1", + "version": "4.6.2", "devDependencies": { "nock": "^13.2.4" } diff --git a/lerna.json b/lerna.json index 6ef3c09b..55702d1e 100644 --- a/lerna.json +++ b/lerna.json @@ -3,6 +3,6 @@ "integration_tests", "packages/*" ], - "version": "4.6.1", + "version": "4.6.2", "npmClient": "yarn" } diff --git a/packages/address/package-lock.json b/packages/address/package-lock.json index c14623a0..9b26cd9f 100644 --- a/packages/address/package-lock.json +++ b/packages/address/package-lock.json @@ -1,6 +1,6 @@ { "name": "@helium/address", - "version": "4.3.1", + "version": "4.6.2", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/address/package.json b/packages/address/package.json index e01a0954..a24aa640 100644 --- a/packages/address/package.json +++ b/packages/address/package.json @@ -1,6 +1,6 @@ { "name": "@helium/address", - "version": "4.3.1", + "version": "4.6.2", "description": "Helium public key utilities", "keywords": [ "helium", diff --git a/packages/crypto-react-native/package.json b/packages/crypto-react-native/package.json index ab4be41d..96501685 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": "4.6.1", + "version": "4.6.2", "description": "Cryptography utilities including mnemonics, keypairs and base58-check encoding for React Native", "keywords": [ "helium", @@ -27,7 +27,7 @@ "build": "yarn run clean && tsc" }, "dependencies": { - "@helium/address": "^4.3.1", + "@helium/address": "^4.6.2", "js-sha256": "^0.9.0", "react-native-sodium": "^0.3.8", "safe-buffer": "^5.2.1" diff --git a/packages/crypto/package.json b/packages/crypto/package.json index 98fc5e62..c3c5e6a8 100644 --- a/packages/crypto/package.json +++ b/packages/crypto/package.json @@ -1,6 +1,6 @@ { "name": "@helium/crypto", - "version": "4.6.1", + "version": "4.6.2", "description": "Cryptography utilities including mnemonics, keypairs and base58-check encoding", "keywords": [ "helium", @@ -26,7 +26,7 @@ "build": "yarn run clean && tsc" }, "dependencies": { - "@helium/address": "^4.3.1", + "@helium/address": "^4.6.2", "create-hash": "^1.2.0", "libsodium-wrappers": "^0.7.6" }, diff --git a/packages/currency/package.json b/packages/currency/package.json index 1259bab0..67e12b04 100644 --- a/packages/currency/package.json +++ b/packages/currency/package.json @@ -1,6 +1,6 @@ { "name": "@helium/currency", - "version": "4.6.1", + "version": "4.6.2", "description": "Utilities for handling different currency types on the Helium blockchain", "keywords": [ "helium", @@ -26,7 +26,7 @@ "build": "yarn run clean && tsc" }, "dependencies": { - "@helium/transactions": "^4.6.1", + "@helium/transactions": "^4.6.2", "bignumber.js": "^9.0.0" }, "gitHead": "16442bef09f90dd9a83d4c9e1a347de3e80575e4" diff --git a/packages/http/package.json b/packages/http/package.json index c2211b81..b3b7faa7 100644 --- a/packages/http/package.json +++ b/packages/http/package.json @@ -1,6 +1,6 @@ { "name": "@helium/http", - "version": "4.6.1", + "version": "4.6.2", "description": "HTTP library for interacting with the Helium blockchain API", "keywords": [ "helium", @@ -26,9 +26,9 @@ "build": "yarn run clean && tsc" }, "dependencies": { - "@helium/address": "^4.3.1", - "@helium/currency": "^4.6.1", - "@helium/transactions": "^4.6.1", + "@helium/address": "^4.6.2", + "@helium/currency": "^4.6.2", + "@helium/transactions": "^4.6.2", "axios": "^0.21.1", "camelcase-keys": "^6.2.2", "qs": "^6.9.3", diff --git a/packages/onboarding/package.json b/packages/onboarding/package.json index 52f4798d..60e0ef75 100644 --- a/packages/onboarding/package.json +++ b/packages/onboarding/package.json @@ -1,6 +1,6 @@ { "name": "@helium/onboarding", - "version": "4.6.1", + "version": "4.6.2", "description": "HTTP library for interacting with an onboarding server", "keywords": [ "helium", diff --git a/packages/transactions/package.json b/packages/transactions/package.json index c2da6a3e..3966477e 100644 --- a/packages/transactions/package.json +++ b/packages/transactions/package.json @@ -1,6 +1,6 @@ { "name": "@helium/transactions", - "version": "4.6.1", + "version": "4.6.2", "description": "Construct and serialize Helium blockchain transaction primatives", "keywords": [ "helium", @@ -27,14 +27,14 @@ "build": "yarn run clean && tsc" }, "dependencies": { - "@helium/address": "^4.3.1", + "@helium/address": "^4.6.2", "@helium/proto": "^1.6.0", "@types/libsodium-wrappers": "^0.7.8", "long": "^4.0.0", "path": "^0.12.7" }, "devDependencies": { - "@helium/crypto": "^4.6.1" + "@helium/crypto": "^4.6.2" }, "gitHead": "16442bef09f90dd9a83d4c9e1a347de3e80575e4" } diff --git a/packages/wallet-link/package.json b/packages/wallet-link/package.json index 857a357e..8bb6d9ed 100644 --- a/packages/wallet-link/package.json +++ b/packages/wallet-link/package.json @@ -1,6 +1,6 @@ { "name": "@helium/wallet-link", - "version": "4.6.1", + "version": "4.6.2", "description": "Utilities for linking a 3rd party app to the helium wallet.", "keywords": [ "helium", @@ -26,8 +26,8 @@ "build": "yarn run clean && tsc" }, "dependencies": { - "@helium/address": "^4.3.1", - "@helium/transactions": "^4.6.1", + "@helium/address": "^4.6.2", + "@helium/transactions": "^4.6.2", "date-fns": "^2.28.0", "query-string": "^7.1.1" }, @@ -35,6 +35,6 @@ "@helium/crypto": "^4.3.1" }, "devDependencies": { - "@helium/crypto": "^4.6.1" + "@helium/crypto": "^4.6.2" } }