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

Commit

Permalink
v4.69.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gre committed Aug 30, 2019
1 parent 8b85792 commit 082a5ca
Show file tree
Hide file tree
Showing 4 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.69.0",
"version": "4.69.1",
"npmClient": "yarn",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion packages/hw-app-eth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ledgerhq/hw-app-eth",
"version": "4.69.0",
"version": "4.69.1",
"description": "Ledger Hardware Wallet Ethereum 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.69.0",
"version": "4.69.1",
"main": "index.js",
"license": "Apache-2.0",
"dependencies": {
"@ledgerhq/hw-app-btc": "^4.68.4",
"@ledgerhq/hw-app-eth": "^4.69.0",
"@ledgerhq/hw-app-eth": "^4.69.1",
"@ledgerhq/hw-app-str": "^4.68.4",
"@ledgerhq/hw-app-xrp": "^4.68.4",
"@ledgerhq/hw-transport-mocker": "^4.68.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/web3-subprovider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ledgerhq/web3-subprovider",
"version": "4.69.0",
"version": "4.69.1",
"description": "Ledger Hardware Wallet Ethereum Web3 subprovider",
"keywords": [
"Ledger",
Expand Down Expand Up @@ -28,7 +28,7 @@
"main": "lib/index.js",
"license": "Apache-2.0",
"dependencies": {
"@ledgerhq/hw-app-eth": "^4.69.0",
"@ledgerhq/hw-app-eth": "^4.69.1",
"@ledgerhq/hw-transport": "^4.68.4",
"@ledgerhq/hw-transport-u2f": "^4.68.4",
"ethereumjs-tx": "^1.3.7",
Expand Down

0 comments on commit 082a5ca

Please sign in to comment.