Skip to content

Commit

Permalink
v3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
allenan committed Dec 4, 2020
1 parent 673ffe4 commit 31a14b2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions integration_tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"test": "jest"
},
"dependencies": {
"@helium/crypto": "^3.1.0",
"@helium/crypto": "^3.7.0",
"@helium/http": "^3.6.0",
"@helium/transactions": "^3.1.0"
"@helium/transactions": "^3.7.0"
},
"version": "3.6.0"
"version": "3.7.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.6.0",
"version": "3.7.0",
"npmClient": "yarn"
}
2 changes: 1 addition & 1 deletion packages/crypto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@helium/crypto",
"version": "3.1.0",
"version": "3.7.0",
"description": "Cryptography utilities including mnemonics, keypairs and base58-check encoding",
"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.1.0",
"version": "3.7.0",
"description": "Construct and serialize Helium blockchain transaction primatives",
"keywords": [
"helium",
Expand All @@ -27,7 +27,7 @@
"build": "yarn run clean && tsc"
},
"dependencies": {
"@helium/crypto": "^3.1.0",
"@helium/crypto": "^3.7.0",
"@helium/proto": "^1.1.0",
"long": "^4.0.0",
"path": "^0.12.7"
Expand Down

0 comments on commit 31a14b2

Please sign in to comment.