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

Commit

Permalink
v4.33.6
Browse files Browse the repository at this point in the history
  • Loading branch information
gre committed Jan 14, 2019
1 parent beddc18 commit 2df1dab
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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.33.5",
"version": "4.33.6",
"npmClient": "yarn",
"useWorkspaces": true
}
4 changes: 2 additions & 2 deletions packages/example-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"build": "cross-env NODE_ENV=production parcel build index.html --no-minify --public-url /"
},
"dependencies": {
"@ledgerhq/hw-app-btc": "^4.33.5",
"@ledgerhq/hw-app-btc": "^4.33.6",
"@ledgerhq/hw-app-eth": "^4.32.0",
"@ledgerhq/hw-transport-u2f": "^4.32.0",
"react": "^16.5.2",
Expand All @@ -19,5 +19,5 @@
"parcel-bundler": "^1.6.2"
},
"private": true,
"version": "4.33.5"
"version": "4.33.6"
}
4 changes: 2 additions & 2 deletions packages/example-node/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"private": true,
"name": "@ledgerhq/example-node",
"version": "4.33.5",
"version": "4.33.6",
"main": "index.js",
"license": "Apache-2.0",
"dependencies": {
"@ledgerhq/hw-app-btc": "^4.33.5",
"@ledgerhq/hw-app-btc": "^4.33.6",
"@ledgerhq/hw-app-eth": "^4.32.0",
"@ledgerhq/hw-transport-node-hid": "^4.33.3"
},
Expand Down
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.33.5",
"version": "4.33.6",
"description": "Ledger Hardware Wallet Bitcoin Application API",
"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,12 +1,12 @@
{
"private": true,
"name": "@ledgerhq/test",
"version": "4.33.5",
"version": "4.33.6",
"main": "index.js",
"license": "Apache-2.0",
"dependencies": {
"@ledgerhq/hw-app-ada": "^4.33.3",
"@ledgerhq/hw-app-btc": "^4.33.5",
"@ledgerhq/hw-app-btc": "^4.33.6",
"@ledgerhq/hw-app-eth": "^4.32.0",
"@ledgerhq/hw-app-str": "^4.32.0",
"@ledgerhq/hw-app-xrp": "^4.32.0",
Expand Down

0 comments on commit 2df1dab

Please sign in to comment.