Skip to content

Commit

Permalink
v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
allenan committed Mar 2, 2022
1 parent e713a70 commit 048f2be
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 19 deletions.
10 changes: 5 additions & 5 deletions integration_tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
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": "3.63.0",
"version": "4.0.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": "3.52.0",
"version": "4.0.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": "3.60.0",
"version": "4.0.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": "^3.52.0",
"@helium/address": "^4.0.0",
"js-sha256": "^0.9.0",
"react-native-sodium": "^0.3.8",
"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": "3.60.0",
"version": "4.0.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": "^3.52.0",
"@helium/address": "^4.0.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": "3.52.0",
"version": "4.0.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": "3.63.0",
"version": "4.0.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": "^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",
Expand Down
2 changes: 1 addition & 1 deletion packages/onboarding/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/proto-ble/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
4 changes: 2 additions & 2 deletions packages/transactions/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 048f2be

Please sign in to comment.