Skip to content

Commit

Permalink
v3.45.0
Browse files Browse the repository at this point in the history
  • Loading branch information
allenan committed Oct 15, 2021
1 parent 5d5d707 commit 4884146
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 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.38.0",
"@helium/http": "^3.44.0",
"@helium/transactions": "^3.38.0"
"@helium/crypto": "^3.45.0",
"@helium/http": "^3.45.0",
"@helium/transactions": "^3.45.0"
},
"version": "3.44.0"
"version": "3.45.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.44.0",
"version": "3.45.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": "3.43.1",
"version": "3.45.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": "3.38.0",
"version": "3.45.0",
"description": "Cryptography utilities including mnemonics, keypairs and base58-check encoding",
"keywords": [
"helium",
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.25.1",
"version": "3.45.0",
"description": "Utilities for handling different currency types on the Helium blockchain",
"keywords": [
"helium",
Expand Down
4 changes: 2 additions & 2 deletions packages/http/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@helium/http",
"version": "3.44.0",
"version": "3.45.0",
"description": "HTTP library for interacting with the Helium blockchain API",
"keywords": [
"helium",
Expand All @@ -26,7 +26,7 @@
"build": "yarn run clean && tsc"
},
"dependencies": {
"@helium/currency": "^3.25.1",
"@helium/currency": "^3.45.0",
"axios": "^0.21.1",
"camelcase-keys": "^6.2.2",
"qs": "^6.9.3",
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.38.0",
"version": "3.45.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.38.0",
"@helium/crypto": "^3.45.0",
"@helium/proto": "^1.4.0",
"@types/libsodium-wrappers": "^0.7.8",
"long": "^4.0.0",
Expand Down

0 comments on commit 4884146

Please sign in to comment.