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

Commit 56a9227

Browse files
committed
v5.35.1
1 parent 5bcce6b commit 56a9227

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"packages": [
44
"packages/*"
55
],
6-
"version": "5.35.0",
6+
"version": "5.35.1",
77
"npmClient": "yarn",
88
"useWorkspaces": true
99
}

packages/cryptoassets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ledgerhq/cryptoassets",
3-
"version": "5.35.0",
3+
"version": "5.35.1",
44
"description": "Ledger crypto-assets list",
55
"keywords": [
66
"Ledger"

packages/hw-app-eth/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ledgerhq/hw-app-eth",
3-
"version": "5.35.0",
3+
"version": "5.35.1",
44
"description": "Ledger Hardware Wallet Ethereum Application API",
55
"keywords": [
66
"Ledger",
@@ -26,7 +26,7 @@
2626
"module": "lib-es/Eth.js",
2727
"license": "Apache-2.0",
2828
"dependencies": {
29-
"@ledgerhq/cryptoassets": "^5.35.0",
29+
"@ledgerhq/cryptoassets": "^5.35.1",
3030
"@ledgerhq/errors": "^5.34.0",
3131
"@ledgerhq/hw-transport": "^5.34.0",
3232
"bignumber.js": "^9.0.1",

packages/web3-subprovider/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ledgerhq/web3-subprovider",
3-
"version": "5.35.0",
3+
"version": "5.35.1",
44
"description": "Ledger Hardware Wallet Ethereum Web3 subprovider",
55
"keywords": [
66
"Ledger",
@@ -29,7 +29,7 @@
2929
"module": "lib-es/index.js",
3030
"license": "Apache-2.0",
3131
"dependencies": {
32-
"@ledgerhq/hw-app-eth": "^5.35.0",
32+
"@ledgerhq/hw-app-eth": "^5.35.1",
3333
"@ledgerhq/hw-transport": "^5.34.0",
3434
"@ledgerhq/hw-transport-u2f": "^5.34.0",
3535
"ethereumjs-tx": "^2.1.2",

0 commit comments

Comments
 (0)