Skip to content

Commit

Permalink
v4.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
allenan committed Jul 25, 2022
1 parent 6b8c626 commit 20d7cf8
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions integration_tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"dependencies": {
"@helium/address": "^4.6.2",
"@helium/crypto": "^4.6.2",
"@helium/http": "^4.6.2",
"@helium/transactions": "^4.6.2"
"@helium/http": "^4.7.0",
"@helium/transactions": "^4.7.0"
},
"version": "4.6.2",
"version": "4.7.0",
"devDependencies": {
"nock": "^13.2.4"
}
Expand Down
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.6.2",
"version": "4.7.0",
"npmClient": "yarn"
}
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.6.2",
"version": "4.7.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": "4.6.2",
"version": "4.7.0",
"description": "HTTP library for interacting with the Helium blockchain API",
"keywords": [
"helium",
Expand All @@ -27,7 +27,7 @@
},
"dependencies": {
"@helium/address": "^4.6.2",
"@helium/currency": "^4.6.2",
"@helium/currency": "^4.7.0",
"axios": "^0.21.1",
"camelcase-keys": "^6.2.2",
"qs": "^6.9.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/transactions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@helium/transactions",
"version": "4.6.2",
"version": "4.7.0",
"description": "Construct and serialize Helium blockchain transaction primatives",
"keywords": [
"helium",
Expand Down
4 changes: 2 additions & 2 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.6.2",
"version": "4.7.0",
"description": "Utilities for linking a 3rd party app to the helium wallet.",
"keywords": [
"helium",
Expand All @@ -27,7 +27,7 @@
},
"dependencies": {
"@helium/address": "^4.6.2",
"@helium/transactions": "^4.6.2",
"@helium/transactions": "^4.7.0",
"date-fns": "^2.28.0",
"query-string": "^7.1.1"
},
Expand Down

0 comments on commit 20d7cf8

Please sign in to comment.