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

Commit 89307d2

Browse files
committed
v6.1.0
1 parent 9097c90 commit 89307d2

File tree

26 files changed

+61
-62
lines changed

26 files changed

+61
-62
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": "6.0.2",
6+
"version": "6.1.0",
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": "6.0.2",
3+
"version": "6.1.0",
44
"description": "Ledger crypto-assets list",
55
"keywords": [
66
"Ledger"

packages/devices/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ledgerhq/devices",
3-
"version": "6.0.2",
3+
"version": "6.1.0",
44
"description": "Ledger devices",
55
"keywords": [
66
"Ledger"

packages/hw-app-algorand/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-algorand",
3-
"version": "6.0.2",
3+
"version": "6.1.0",
44
"description": "Ledger Hardware Wallet Algorand Application API",
55
"keywords": [
66
"Ledger",
@@ -28,7 +28,7 @@
2828
"license": "Apache-2.0",
2929
"dependencies": {
3030
"@ledgerhq/errors": "^6.0.2",
31-
"@ledgerhq/hw-transport": "^6.0.2",
31+
"@ledgerhq/hw-transport": "^6.1.0",
3232
"bip32-path": "^0.4.2"
3333
},
3434
"scripts": {

packages/hw-app-btc/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-btc",
3-
"version": "6.0.2",
3+
"version": "6.1.0",
44
"description": "Ledger Hardware Wallet Bitcoin Application API",
55
"keywords": [
66
"Ledger",
@@ -27,7 +27,7 @@
2727
"types": "lib/Btc.d.ts",
2828
"license": "Apache-2.0",
2929
"dependencies": {
30-
"@ledgerhq/hw-transport": "^6.0.2",
30+
"@ledgerhq/hw-transport": "^6.1.0",
3131
"@ledgerhq/logs": "^6.0.2",
3232
"bip32-path": "^0.4.2",
3333
"invariant": "^2.2.4",

packages/hw-app-cosmos/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-cosmos",
3-
"version": "6.0.2",
3+
"version": "6.1.0",
44
"description": "Ledger Hardware Wallet Cosmos Application API",
55
"keywords": [
66
"Ledger",
@@ -28,7 +28,7 @@
2828
"license": "Apache-2.0",
2929
"dependencies": {
3030
"@ledgerhq/errors": "^6.0.2",
31-
"@ledgerhq/hw-transport": "^6.0.2",
31+
"@ledgerhq/hw-transport": "^6.1.0",
3232
"bip32-path": "^0.4.2"
3333
},
3434
"scripts": {

packages/hw-app-elrond/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ledgerhq/hw-app-elrond",
3-
"version": "6.0.0",
3+
"version": "6.1.0",
44
"description": "Ledger Hardware Wallet Elrond Application API",
55
"keywords": [
66
"Ledger",
@@ -26,10 +26,9 @@
2626
"module": "lib-es/Elrond.js",
2727
"types": "lib/Elrond.d.ts",
2828
"license": "Apache-2.0",
29-
"devDependencies": {},
3029
"dependencies": {
3130
"@ledgerhq/errors": "^6.0.0",
32-
"@ledgerhq/hw-transport": "^6.0.0",
31+
"@ledgerhq/hw-transport": "^6.1.0",
3332
"bip32-path": "^0.4.2"
3433
},
3534
"scripts": {

packages/hw-app-eth/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ledgerhq/hw-app-eth",
3-
"version": "6.0.2",
3+
"version": "6.1.0",
44
"description": "Ledger Hardware Wallet Ethereum Application API",
55
"keywords": [
66
"Ledger",
@@ -27,9 +27,9 @@
2727
"types": "lib/Eth.d.ts",
2828
"license": "Apache-2.0",
2929
"dependencies": {
30-
"@ledgerhq/cryptoassets": "^6.0.2",
30+
"@ledgerhq/cryptoassets": "^6.1.0",
3131
"@ledgerhq/errors": "^6.0.2",
32-
"@ledgerhq/hw-transport": "^6.0.2",
32+
"@ledgerhq/hw-transport": "^6.1.0",
3333
"@ledgerhq/logs": "^6.0.2",
3434
"bignumber.js": "^9.0.1",
3535
"ethers": "^5.4.1"

packages/hw-app-polkadot/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-polkadot",
3-
"version": "6.0.2",
3+
"version": "6.1.0",
44
"description": "Ledger Hardware Wallet Polkadot Application API",
55
"keywords": [
66
"Ledger",
@@ -28,7 +28,7 @@
2828
"license": "Apache-2.0",
2929
"dependencies": {
3030
"@ledgerhq/errors": "^6.0.2",
31-
"@ledgerhq/hw-transport": "^6.0.2",
31+
"@ledgerhq/hw-transport": "^6.1.0",
3232
"bip32-path": "^0.4.2"
3333
},
3434
"scripts": {

packages/hw-app-str/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-str",
3-
"version": "6.0.2",
3+
"version": "6.1.0",
44
"description": "Ledger Hardware Wallet Stellar Application API",
55
"keywords": [
66
"Ledger",
@@ -27,7 +27,7 @@
2727
"types": "lib/Str.d.ts",
2828
"license": "Apache-2.0",
2929
"dependencies": {
30-
"@ledgerhq/hw-transport": "^6.0.2",
30+
"@ledgerhq/hw-transport": "^6.1.0",
3131
"base32.js": "^0.1.0",
3232
"sha.js": "^2.3.6",
3333
"tweetnacl": "^1.0.3"

0 commit comments

Comments
 (0)