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

Commit

Permalink
v2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
loeck committed Jan 24, 2018
1 parent 89edb33 commit 9b42db4
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 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": "2.0.5",
"version": "2.0.6",
"npmClient": "yarn",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion packages/documentation-website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "documentation-website",
"version": "2.0.5",
"version": "2.0.6",
"private": true,
"homepage": "./",
"dependencies": {
Expand Down
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": "2.0.5",
"version": "2.0.6",
"main": "index.js",
"license": "Apache-2.0",
"dependencies": {
"@ledgerhq/hw-app-btc": "^2.0.5",
"@ledgerhq/hw-app-eth": "^2.0.5",
"@ledgerhq/hw-transport-node-hid": "^2.0.5"
"@ledgerhq/hw-transport-node-hid": "^2.0.6"
},
"devDependencies": {
"flow-bin": "^0.63.1",
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": "2.0.5",
"version": "2.0.6",
"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": "^2.0.5",
"@ledgerhq/hw-transport-node-hid": "^2.0.6",
"body-parser": "^1.18.2",
"cors": "^2.8.4",
"express": "^4.16.2"
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": "2.0.5",
"version": "2.0.6",
"description": "Ledger Hardware Wallet Node implementation of the communication layer, using node-hid",
"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,14 +1,14 @@
{
"private": true,
"name": "@ledgerhq/test",
"version": "2.0.5",
"version": "2.0.6",
"main": "index.js",
"license": "Apache-2.0",
"dependencies": {
"@ledgerhq/hw-app-btc": "^2.0.5",
"@ledgerhq/hw-app-eth": "^2.0.5",
"@ledgerhq/hw-app-xrp": "^2.0.5",
"@ledgerhq/hw-transport-node-hid": "^2.0.5",
"@ledgerhq/hw-transport-node-hid": "^2.0.6",
"budo": "^10.0.4"
},
"devDependencies": {
Expand Down

0 comments on commit 9b42db4

Please sign in to comment.