From dca78bfc7505bdcf7c44a4bae0a630225c241557 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomislav=20Hora=C4=8Dek?= Date: Thu, 15 Sep 2022 14:52:49 +0200 Subject: [PATCH 1/2] [DDW-1140] Update LedgerJs to the latest official version v5.1.0 --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 1492ffbb6a..348a056606 100644 --- a/package.json +++ b/package.json @@ -199,7 +199,7 @@ "yarn-lockfile": "1.1.1" }, "dependencies": { - "@cardano-foundation/ledgerjs-hw-app-cardano": "5.0.0", + "@cardano-foundation/ledgerjs-hw-app-cardano": "5.1.0", "@iohk-jormungandr/wallet-js": "0.5.0-pre7", "@ledgerhq/hw-transport-node-hid": "6.27.1", "aes-js": "3.1.2", diff --git a/yarn.lock b/yarn.lock index 1cad291c48..5c6ea6c778 100644 --- a/yarn.lock +++ b/yarn.lock @@ -992,9 +992,9 @@ version "0.2.3" resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39" -"@cardano-foundation/ledgerjs-hw-app-cardano@5.0.0": - version "5.0.0" - resolved "https://registry.yarnpkg.com/@cardano-foundation/ledgerjs-hw-app-cardano/-/ledgerjs-hw-app-cardano-5.0.0.tgz#38d929abe7946a418d6c9788895a3114e6f7e293" +"@cardano-foundation/ledgerjs-hw-app-cardano@5.1.0": + version "5.1.0" + resolved "https://registry.yarnpkg.com/@cardano-foundation/ledgerjs-hw-app-cardano/-/ledgerjs-hw-app-cardano-5.1.0.tgz#69b94f7c5055bdb19aa719ff277fa5f683d11067" dependencies: "@ledgerhq/hw-transport" "^5.12.0" "@types/ledgerhq__hw-transport" "^4.21.3" From 56b0d8a258f0dd9e3cdbfc616aebfa23c824c271 Mon Sep 17 00:00:00 2001 From: Marcin Mazurek Date: Thu, 22 Sep 2022 14:52:14 +0200 Subject: [PATCH 2/2] [DDW-1140] Update changelog --- CHANGELOG.md | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99979b5b0f..d90baa9c33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,23 @@ # Changelog +## vNext + +### Features + + +### Fixes + + +### Chores + +- Updated LedgerJS to 5.1.0 ([PR 3036](https://github.com/input-output-hk/daedalus/pull/3036)) + ## 5.0.0 ### Features - Added new Mnemonic input component ([PR 2979](https://github.com/input-output-hk/daedalus/pull/2979)) +- Updated Terms of Service ([PR 3009](https://github.com/input-output-hk/daedalus/pull/3009)) ### Fixes @@ -19,10 +32,6 @@ - Fix `darwin-launcher.go` to replace its process image with `cardano-launcher` (binary), and not swallow `stdout` ([PR 3023](https://github.com/input-output-hk/daedalus/pull/3023)) - Updated cardano-node to 1.35.1 ([PR 3012](https://github.com/input-output-hk/daedalus/pull/3012)) -### Features - -- Updated Terms of Service ([PR 3009](https://github.com/input-output-hk/daedalus/pull/3009)) - ## 4.12.0 ### Fixes