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

Commit

Permalink
v5.25.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gre committed Oct 2, 2020
1 parent 560aab1 commit dfa8817
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": "5.25.2",
"version": "5.25.3",
"npmClient": "yarn",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion packages/cryptoassets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ledgerhq/cryptoassets",
"version": "5.25.2",
"version": "5.25.3",
"description": "Ledger crypto-assets list",
"keywords": [
"Ledger"
Expand Down
4 changes: 2 additions & 2 deletions 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": "5.25.2",
"version": "5.25.3",
"description": "Ledger Hardware Wallet Ethereum Application API",
"keywords": [
"Ledger",
Expand All @@ -26,7 +26,7 @@
"module": "lib-es/Eth.js",
"license": "Apache-2.0",
"dependencies": {
"@ledgerhq/cryptoassets": "^5.25.2",
"@ledgerhq/cryptoassets": "^5.25.3",
"@ledgerhq/errors": "^5.25.0",
"@ledgerhq/hw-transport": "^5.25.0",
"bignumber.js": "^9.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/hw-transport-u2f/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ledgerhq/hw-transport-u2f",
"version": "5.25.0",
"version": "5.25.3",
"description": "Ledger Hardware Wallet Web implementation of the communication layer, using U2F api",
"keywords": [
"Ledger",
Expand Down
6 changes: 3 additions & 3 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": "5.25.2",
"version": "5.25.3",
"description": "Ledger Hardware Wallet Ethereum Web3 subprovider",
"keywords": [
"Ledger",
Expand Down Expand Up @@ -29,9 +29,9 @@
"module": "lib-es/index.js",
"license": "Apache-2.0",
"dependencies": {
"@ledgerhq/hw-app-eth": "^5.25.2",
"@ledgerhq/hw-app-eth": "^5.25.3",
"@ledgerhq/hw-transport": "^5.25.0",
"@ledgerhq/hw-transport-u2f": "^5.25.0",
"@ledgerhq/hw-transport-u2f": "^5.25.3",
"ethereumjs-tx": "^2.1.2",
"strip-hex-prefix": "^1.0.0",
"web3-provider-engine": "^15.0.12"
Expand Down

0 comments on commit dfa8817

Please sign in to comment.