Skip to content

Commit

Permalink
v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
allenan committed Apr 22, 2022
1 parent 1cf7392 commit 92a035b
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions integration_tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
},
"dependencies": {
"@helium/address": "^4.0.0",
"@helium/crypto": "^4.0.0",
"@helium/http": "^4.0.0",
"@helium/transactions": "^4.0.0"
"@helium/crypto": "^4.1.0",
"@helium/http": "^4.1.0",
"@helium/transactions": "^4.1.0"
},
"version": "4.0.0"
"version": "4.1.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": "4.0.0",
"version": "4.1.0",
"npmClient": "yarn"
}
2 changes: 1 addition & 1 deletion 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.0.0",
"version": "4.1.0",
"description": "Cryptography utilities including mnemonics, keypairs and base58-check encoding for React Native",
"keywords": [
"helium",
Expand Down
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": "4.0.0",
"version": "4.1.0",
"description": "Cryptography utilities including mnemonics, keypairs and base58-check encoding",
"keywords": [
"helium",
Expand Down
2 changes: 1 addition & 1 deletion packages/http/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@helium/http",
"version": "4.0.0",
"version": "4.1.0",
"description": "HTTP library for interacting with the Helium blockchain API",
"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": "4.0.0",
"version": "4.1.0",
"description": "Construct and serialize Helium blockchain transaction primatives",
"keywords": [
"helium",
Expand Down Expand Up @@ -34,7 +34,7 @@
"path": "^0.12.7"
},
"devDependencies": {
"@helium/crypto": "^4.0.0"
"@helium/crypto": "^4.1.0"
},
"gitHead": "16442bef09f90dd9a83d4c9e1a347de3e80575e4"
}

0 comments on commit 92a035b

Please sign in to comment.