diff --git a/integration_tests/package.json b/integration_tests/package.json index 9c1985da..558fc559 100644 --- a/integration_tests/package.json +++ b/integration_tests/package.json @@ -5,10 +5,10 @@ "test": "jest" }, "dependencies": { - "@helium/address": "^3.52.0", - "@helium/crypto": "^3.60.0", - "@helium/http": "^3.63.0", - "@helium/transactions": "^3.62.0" + "@helium/address": "^4.0.0", + "@helium/crypto": "^4.0.0", + "@helium/http": "^4.0.0", + "@helium/transactions": "^4.0.0" }, - "version": "3.63.0" + "version": "4.0.0" } diff --git a/lerna.json b/lerna.json index a601993d..4431c1ae 100644 --- a/lerna.json +++ b/lerna.json @@ -3,6 +3,6 @@ "integration_tests", "packages/*" ], - "version": "3.63.0", + "version": "4.0.0", "npmClient": "yarn" } diff --git a/packages/address/package.json b/packages/address/package.json index 7468f9aa..886497a1 100644 --- a/packages/address/package.json +++ b/packages/address/package.json @@ -1,6 +1,6 @@ { "name": "@helium/address", - "version": "3.52.0", + "version": "4.0.0", "description": "Helium public key utilities", "keywords": [ "helium", diff --git a/packages/crypto-react-native/package.json b/packages/crypto-react-native/package.json index ac17c5e5..22f6213e 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.60.0", + "version": "4.0.0", "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": "^3.52.0", + "@helium/address": "^4.0.0", "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 693bc8ad..33ce7d6f 100644 --- a/packages/crypto/package.json +++ b/packages/crypto/package.json @@ -1,6 +1,6 @@ { "name": "@helium/crypto", - "version": "3.60.0", + "version": "4.0.0", "description": "Cryptography utilities including mnemonics, keypairs and base58-check encoding", "keywords": [ "helium", @@ -26,7 +26,7 @@ "build": "yarn run clean && tsc" }, "dependencies": { - "@helium/address": "^3.52.0", + "@helium/address": "^4.0.0", "create-hash": "^1.2.0", "libsodium-wrappers": "^0.7.6" }, diff --git a/packages/currency/package.json b/packages/currency/package.json index 26b0d5c6..71233682 100644 --- a/packages/currency/package.json +++ b/packages/currency/package.json @@ -1,6 +1,6 @@ { "name": "@helium/currency", - "version": "3.52.0", + "version": "4.0.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 3cf3d07a..d587ec47 100644 --- a/packages/http/package.json +++ b/packages/http/package.json @@ -1,6 +1,6 @@ { "name": "@helium/http", - "version": "3.63.0", + "version": "4.0.0", "description": "HTTP library for interacting with the Helium blockchain API", "keywords": [ "helium", @@ -26,8 +26,8 @@ "build": "yarn run clean && tsc" }, "dependencies": { - "@helium/address": "^3.52.0", - "@helium/currency": "^3.52.0", + "@helium/address": "^4.0.0", + "@helium/currency": "^4.0.0", "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 6e3b3b1b..613a610e 100644 --- a/packages/onboarding/package.json +++ b/packages/onboarding/package.json @@ -1,6 +1,6 @@ { "name": "@helium/onboarding", - "version": "3.59.0", + "version": "4.0.0", "description": "HTTP library for interacting with an onboarding server", "keywords": [ "helium", diff --git a/packages/proto-ble/package.json b/packages/proto-ble/package.json index ea4f0f37..94909abd 100644 --- a/packages/proto-ble/package.json +++ b/packages/proto-ble/package.json @@ -1,6 +1,6 @@ { "name": "@helium/proto-ble", - "version": "3.37.0", + "version": "4.0.0", "description": "Proto definitions for hotspot bluetooth interactions", "keywords": [ "helium" diff --git a/packages/transactions/package.json b/packages/transactions/package.json index 6e70ba6a..9285be3d 100644 --- a/packages/transactions/package.json +++ b/packages/transactions/package.json @@ -1,6 +1,6 @@ { "name": "@helium/transactions", - "version": "3.62.0", + "version": "4.0.0", "description": "Construct and serialize Helium blockchain transaction primatives", "keywords": [ "helium", @@ -27,7 +27,7 @@ "build": "yarn run clean && tsc" }, "dependencies": { - "@helium/address": "^3.52.0", + "@helium/address": "^4.0.0", "@helium/proto": "^1.5.0", "@types/libsodium-wrappers": "^0.7.8", "long": "^4.0.0",