Skip to content

Commit

Permalink
Publish new address package (#369)
Browse files Browse the repository at this point in the history
* Update @helium/address version to 4.12.0

* v4.12.0
  • Loading branch information
matthewcarlreetz committed Apr 11, 2024
1 parent c592dbc commit ad8c8ec
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"integration_tests",
"packages/*"
],
"version": "4.11.0",
"version": "4.12.0",
"npmClient": "yarn"
}
2 changes: 1 addition & 1 deletion packages/address/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@helium/address",
"version": "4.11.0",
"version": "4.12.0",
"description": "Helium public key utilities",
"keywords": [
"helium",
Expand Down
4 changes: 2 additions & 2 deletions packages/crypto-react-native/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions packages/crypto/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/currency/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 3 additions & 3 deletions packages/http/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down
6 changes: 3 additions & 3 deletions packages/onboarding/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down
6 changes: 3 additions & 3 deletions packages/transactions/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
Expand Down
8 changes: 4 additions & 4 deletions packages/wallet-link/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -26,16 +26,16 @@
"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"
},
"peerDependencies": {
"@helium/crypto": "^4.3.1"
},
"devDependencies": {
"@helium/crypto": "^4.11.0",
"@helium/crypto": "^4.12.0",
"@types/node": "^20.5.9"
},
"gitHead": "07d361645c7851908721d7fbd70c6f9a39c3b210"
Expand Down

0 comments on commit ad8c8ec

Please sign in to comment.