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

Commit

Permalink
v5.27.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gre committed Oct 16, 2020
1 parent b052432 commit f4a5c05
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": "5.27.0",
"version": "5.27.1",
"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.27.0",
"version": "5.27.1",
"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.27.0",
"version": "5.27.1",
"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.27.0",
"@ledgerhq/cryptoassets": "^5.27.1",
"@ledgerhq/errors": "^5.26.0",
"@ledgerhq/hw-transport": "^5.26.0",
"bignumber.js": "^9.0.1",
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": "5.27.0",
"version": "5.27.1",
"description": "Ledger Hardware Wallet Ethereum Web3 subprovider",
"keywords": [
"Ledger",
Expand Down Expand Up @@ -29,7 +29,7 @@
"module": "lib-es/index.js",
"license": "Apache-2.0",
"dependencies": {
"@ledgerhq/hw-app-eth": "^5.27.0",
"@ledgerhq/hw-app-eth": "^5.27.1",
"@ledgerhq/hw-transport": "^5.26.0",
"@ledgerhq/hw-transport-u2f": "^5.26.0",
"ethereumjs-tx": "^2.1.2",
Expand Down

0 comments on commit f4a5c05

Please sign in to comment.