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

Commit

Permalink
v4.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gre committed Jul 31, 2018
1 parent 067be87 commit 86d81b6
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 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.21.0",
"version": "4.22.0",
"npmClient": "yarn",
"useWorkspaces": true
}
4 changes: 2 additions & 2 deletions packages/example-node/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"private": true,
"name": "@ledgerhq/example-node",
"version": "4.21.0",
"version": "4.22.0",
"main": "index.js",
"license": "Apache-2.0",
"dependencies": {
"@ledgerhq/hw-app-btc": "^4.21.0",
"@ledgerhq/hw-app-eth": "^4.21.0",
"@ledgerhq/hw-transport-node-hid": "^4.21.0"
"@ledgerhq/hw-transport-node-hid": "^4.22.0"
},
"devDependencies": {
"flow-bin": "^0.68.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/hw-app-ada/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ledgerhq/hw-app-ada",
"version": "4.21.0",
"version": "4.22.0",
"description": "Ledger Hardware Wallet Cardano ADA API",
"main": "lib/Ada.js",
"repository": "git+ssh://[email protected]/LedgerHQ/ledgerjs.git",
Expand All @@ -21,7 +21,7 @@
"node-int64": "^0.4.0"
},
"devDependencies": {
"@ledgerhq/hw-transport-node-hid": "^4.21.0",
"@ledgerhq/hw-transport-node-hid": "^4.22.0",
"chai": "^4.1.2",
"chalk": "^2.3.1",
"flow-bin": "^0.68.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/hw-hid-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ledgerhq/hw-hid-cli",
"version": "4.21.0",
"version": "4.22.0",
"description": "Ledger Hardware Wallet cli utility to send apdu to hid",
"keywords": [
"Ledger",
Expand Down Expand Up @@ -29,7 +29,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"@ledgerhq/hw-transport-node-hid": "^4.21.0"
"@ledgerhq/hw-transport-node-hid": "^4.22.0"
},
"devDependencies": {
"flow-bin": "^0.68.0",
Expand Down
4 changes: 2 additions & 2 deletions 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.21.0",
"version": "4.22.0",
"description": "Ledger Hardware Wallet debug communication layer http proxy (for development only)",
"keywords": [
"Ledger",
Expand Down Expand Up @@ -29,7 +29,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"@ledgerhq/hw-transport-node-hid": "^4.21.0",
"@ledgerhq/hw-transport-node-hid": "^4.22.0",
"body-parser": "^1.18.2",
"cors": "^2.8.4",
"express": "^4.16.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/hw-transport-node-hid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ledgerhq/hw-transport-node-hid",
"version": "4.21.0",
"version": "4.22.0",
"description": "Ledger Hardware Wallet Node implementation of the communication layer, using node-hid",
"keywords": [
"Ledger",
Expand Down
6 changes: 3 additions & 3 deletions packages/test/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"private": true,
"name": "@ledgerhq/test",
"version": "4.21.0",
"version": "4.22.0",
"main": "index.js",
"license": "Apache-2.0",
"dependencies": {
"@ledgerhq/hw-app-ada": "^4.21.0",
"@ledgerhq/hw-app-ada": "^4.22.0",
"@ledgerhq/hw-app-btc": "^4.21.0",
"@ledgerhq/hw-app-eth": "^4.21.0",
"@ledgerhq/hw-app-str": "^4.21.0",
"@ledgerhq/hw-app-xrp": "^4.21.0",
"@ledgerhq/hw-transport-mocker": "^4.21.0",
"@ledgerhq/hw-transport-node-hid": "^4.21.0",
"@ledgerhq/hw-transport-node-hid": "^4.22.0",
"budo": "^11.0.1"
},
"devDependencies": {
Expand Down

0 comments on commit 86d81b6

Please sign in to comment.