Skip to content

Commit 1987f76

Browse files
committed
Bump version to 4.9.1
1 parent 9787164 commit 1987f76

File tree

3 files changed

+26
-5
lines changed

3 files changed

+26
-5
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## 4.9.1
4+
5+
### Fixes
6+
7+
- Fixed macOS installer on Monterey 12.3 ([PR 2929](https://github.com/input-output-hk/daedalus/pull/2929))
8+
9+
### Chores
10+
11+
- Upgrade ledgerjs-hw-app-cardano to 5.0.0 ([PR 2930](https://github.com/input-output-hk/daedalus/pull/2930))
12+
313
## 4.9.0
414

515
### Features

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "daedalus",
33
"productName": "Daedalus",
4-
"version": "4.9.0",
4+
"version": "4.9.1",
55
"description": "Cryptocurrency Wallet",
66
"main": "./dist/main/index.js",
77
"scripts": {
@@ -186,7 +186,7 @@
186186
"yarn-lockfile": "1.1.1"
187187
},
188188
"dependencies": {
189-
"@cardano-foundation/ledgerjs-hw-app-cardano": "4.0.0",
189+
"@cardano-foundation/ledgerjs-hw-app-cardano": "5.0.0",
190190
"@iohk-jormungandr/wallet-js": "0.5.0-pre7",
191191
"@ledgerhq/hw-transport-node-hid": "5.51.1",
192192
"aes-js": "3.1.2",

yarn.lock

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1840,14 +1840,15 @@
18401840
version "0.2.3"
18411841
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
18421842

1843-
"@cardano-foundation/ledgerjs-hw-app-cardano@4.0.0":
1844-
version "4.0.0"
1845-
resolved "https://registry.yarnpkg.com/@cardano-foundation/ledgerjs-hw-app-cardano/-/ledgerjs-hw-app-cardano-4.0.0.tgz#d4532b23e2ccd652f94a469106933aad821a65e7"
1843+
"@cardano-foundation/ledgerjs-hw-app-cardano@5.0.0":
1844+
version "5.0.0"
1845+
resolved "https://registry.yarnpkg.com/@cardano-foundation/ledgerjs-hw-app-cardano/-/ledgerjs-hw-app-cardano-5.0.0.tgz#38d929abe7946a418d6c9788895a3114e6f7e293"
18461846
dependencies:
18471847
"@ledgerhq/hw-transport" "^5.12.0"
18481848
"@types/ledgerhq__hw-transport" "^4.21.3"
18491849
base-x "^3.0.5"
18501850
bech32 "^1.1.4"
1851+
blake2 "^4.0.2"
18511852
int64-buffer "^1.0.1"
18521853

18531854
"@cnakazawa/watch@^1.0.3":
@@ -4909,6 +4910,12 @@ blake-hash@^2.0.0:
49094910
node-gyp-build "^4.2.2"
49104911
readable-stream "^3.6.0"
49114912

4913+
blake2@^4.0.2:
4914+
version "4.1.1"
4915+
resolved "https://registry.yarnpkg.com/blake2/-/blake2-4.1.1.tgz#0c23524776ebbf76b3ffecb6fa73422a33f20526"
4916+
dependencies:
4917+
nan "^2.15.0"
4918+
49124919
blake2b-wasm@^1.1.0:
49134920
version "1.1.7"
49144921
resolved "https://registry.yarnpkg.com/blake2b-wasm/-/blake2b-wasm-1.1.7.tgz#e4d075da10068e5d4c3ec1fb9accc4d186c55d81"
@@ -12154,6 +12161,10 @@ nan@^2.13.2:
1215412161
version "2.15.0"
1215512162
resolved "https://registry.yarnpkg.com/nan/-/nan-2.15.0.tgz#3f34a473ff18e15c1b5626b62903b5ad6e665fee"
1215612163

12164+
nan@^2.15.0:
12165+
version "2.15.0"
12166+
resolved "https://registry.yarnpkg.com/nan/-/nan-2.15.0.tgz#3f34a473ff18e15c1b5626b62903b5ad6e665fee"
12167+
1215712168
nanoassert@^1.0.0:
1215812169
version "1.1.0"
1215912170
resolved "https://registry.yarnpkg.com/nanoassert/-/nanoassert-1.1.0.tgz#4f3152e09540fde28c76f44b19bbcd1d5a42478d"

0 commit comments

Comments
 (0)