Skip to content
This repository has been archived by the owner on Jun 27, 2022. It is now read-only.

Commit

Permalink
v4.59.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gre committed May 21, 2019
1 parent 48241e2 commit f379c1a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages": [
"packages/*"
],
"version": "4.58.0",
"version": "4.59.0",
"npmClient": "yarn",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion packages/hw-app-btc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ledgerhq/hw-app-btc",
"version": "4.58.0",
"version": "4.59.0",
"description": "Ledger Hardware Wallet Bitcoin Application API",
"keywords": [
"Ledger",
Expand Down
2 changes: 1 addition & 1 deletion packages/hw-http-proxy-devserver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ledgerhq/hw-http-proxy-devserver",
"version": "4.58.0",
"version": "4.59.0",
"description": "Ledger Hardware Wallet debug communication layer http proxy (for development only)",
"keywords": [
"Ledger",
Expand Down
2 changes: 1 addition & 1 deletion packages/hw-transport-http/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ledgerhq/hw-transport-http",
"version": "4.58.0",
"version": "4.59.0",
"description": "Ledger Hardware Wallet communication layer over http",
"keywords": [
"Ledger",
Expand Down
4 changes: 2 additions & 2 deletions packages/test/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"private": true,
"name": "@ledgerhq/test",
"version": "4.58.0",
"version": "4.59.0",
"main": "index.js",
"license": "Apache-2.0",
"dependencies": {
"@ledgerhq/hw-app-btc": "^4.58.0",
"@ledgerhq/hw-app-btc": "^4.59.0",
"@ledgerhq/hw-app-eth": "^4.58.0",
"@ledgerhq/hw-app-str": "^4.58.0",
"@ledgerhq/hw-app-xrp": "^4.58.0",
Expand Down

0 comments on commit f379c1a

Please sign in to comment.