From ad8c8eceb58375580be4becfc6881aced247ca68 Mon Sep 17 00:00:00 2001 From: Matt Reetz Date: Thu, 11 Apr 2024 14:10:38 -0500 Subject: [PATCH] Publish new address package (#369) * Update @helium/address version to 4.12.0 * v4.12.0 --- lerna.json | 2 +- packages/address/package.json | 2 +- packages/crypto-react-native/package.json | 4 ++-- packages/crypto/package.json | 4 ++-- packages/currency/package.json | 2 +- packages/http/package.json | 6 +++--- packages/onboarding/package.json | 6 +++--- packages/transactions/package.json | 6 +++--- packages/wallet-link/package.json | 8 ++++---- 9 files changed, 20 insertions(+), 20 deletions(-) diff --git a/lerna.json b/lerna.json index a2e0c2ff..95f5849f 100644 --- a/lerna.json +++ b/lerna.json @@ -3,6 +3,6 @@ "integration_tests", "packages/*" ], - "version": "4.11.0", + "version": "4.12.0", "npmClient": "yarn" } diff --git a/packages/address/package.json b/packages/address/package.json index 145d9ed2..fbf3b731 100644 --- a/packages/address/package.json +++ b/packages/address/package.json @@ -1,6 +1,6 @@ { "name": "@helium/address", - "version": "4.11.0", + "version": "4.12.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 afc7217a..f6af42b9 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.11.0", + "version": "4.12.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": "^4.11.0", + "@helium/address": "^4.12.0", "js-sha256": "^0.9.0", "react-native-sodium": "^0.4.0", "safe-buffer": "^5.2.1" diff --git a/packages/crypto/package.json b/packages/crypto/package.json index d5cdf692..381ffefd 100644 --- a/packages/crypto/package.json +++ b/packages/crypto/package.json @@ -1,6 +1,6 @@ { "name": "@helium/crypto", - "version": "4.11.0", + "version": "4.12.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": "^4.11.0", + "@helium/address": "^4.12.0", "create-hash": "^1.2.0", "libsodium-wrappers": "^0.7.6" }, diff --git a/packages/currency/package.json b/packages/currency/package.json index 306c7330..3f327900 100644 --- a/packages/currency/package.json +++ b/packages/currency/package.json @@ -1,6 +1,6 @@ { "name": "@helium/currency", - "version": "4.11.0", + "version": "4.12.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 cc9cbb8c..d4daa01d 100644 --- a/packages/http/package.json +++ b/packages/http/package.json @@ -1,6 +1,6 @@ { "name": "@helium/http", - "version": "4.11.0", + "version": "4.12.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": "^4.11.0", - "@helium/currency": "^4.11.0", + "@helium/address": "^4.12.0", + "@helium/currency": "^4.12.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 60d55160..008b3a07 100644 --- a/packages/onboarding/package.json +++ b/packages/onboarding/package.json @@ -1,6 +1,6 @@ { "name": "@helium/onboarding", - "version": "4.11.0", + "version": "4.12.0", "description": "HTTP library for interacting with an onboarding server", "keywords": [ "helium", @@ -41,13 +41,13 @@ }, "dependencies": { "@coral-xyz/anchor": "^0.28.1-beta.2", - "@helium/address": "^4.11.0", + "@helium/address": "^4.12.0", "@helium/currency-utils": "^0.6.6", "@helium/data-credits-sdk": "^0.6.6", "@helium/helium-entity-manager-sdk": "^0.6.6", "@helium/hotspot-utils": "^0.6.6", "@helium/spl-utils": "^0.6.6", - "@helium/transactions": "^4.11.0", + "@helium/transactions": "^4.12.0", "@metaplex-foundation/mpl-bubblegum": "^0.7.0", "@solana/web3.js": "^1.78.4", "axios": "^1.5.0", diff --git a/packages/transactions/package.json b/packages/transactions/package.json index f2647784..c536d081 100644 --- a/packages/transactions/package.json +++ b/packages/transactions/package.json @@ -1,6 +1,6 @@ { "name": "@helium/transactions", - "version": "4.11.0", + "version": "4.12.0", "description": "Construct and serialize Helium blockchain transaction primatives", "keywords": [ "helium", @@ -27,14 +27,14 @@ "build": "yarn run clean && tsc" }, "dependencies": { - "@helium/address": "^4.11.0", + "@helium/address": "^4.12.0", "@helium/proto": "^1.6.0", "@types/libsodium-wrappers": "^0.7.8", "long": "^4.0.0", "path": "^0.12.7" }, "devDependencies": { - "@helium/crypto": "^4.11.0", + "@helium/crypto": "^4.12.0", "@types/node": "^20.5.9" }, "gitHead": "07d361645c7851908721d7fbd70c6f9a39c3b210" diff --git a/packages/wallet-link/package.json b/packages/wallet-link/package.json index c2b37fa5..5f0a51e0 100644 --- a/packages/wallet-link/package.json +++ b/packages/wallet-link/package.json @@ -1,6 +1,6 @@ { "name": "@helium/wallet-link", - "version": "4.11.0", + "version": "4.12.0", "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.11.0", - "@helium/transactions": "^4.11.0", + "@helium/address": "^4.12.0", + "@helium/transactions": "^4.12.0", "date-fns": "^2.28.0", "query-string": "^7.1.1" }, @@ -35,7 +35,7 @@ "@helium/crypto": "^4.3.1" }, "devDependencies": { - "@helium/crypto": "^4.11.0", + "@helium/crypto": "^4.12.0", "@types/node": "^20.5.9" }, "gitHead": "07d361645c7851908721d7fbd70c6f9a39c3b210"