Skip to content

Commit 97240f1

Browse files
committed
chore: bump Daedalus version to 7.0.0
Signed-off-by: Dominik Guzei <dominik.guzei@gmail.com>
1 parent ba63f08 commit 97240f1

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## vNext
44

5+
## 7.0.0
6+
57
### Features
68

79
- Added Cardano governance voting tab ([PR 3240](https://github.com/input-output-hk/daedalus/pull/3240))
@@ -12,7 +14,7 @@
1214

1315
### Fixes
1416

15-
- Handle createTransaction error when Conway era wallet has staking rewards but has not participated in governance yet ([PR 3237](https://github.com/input-output-hk/daedalus/pull/3237)
17+
- Handle createTransaction error when Conway era wallet has staking rewards but has not participated in governance yet ([PR 3237](https://github.com/input-output-hk/daedalus/pull/3237))
1618

1719
## 6.0.2
1820

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "daedalus",
33
"productName": "Daedalus",
4-
"version": "6.0.2",
4+
"version": "7.0.0",
55
"description": "Cryptocurrency Wallet",
66
"main": "./dist/main/index.js",
77
"scripts": {
@@ -315,5 +315,6 @@
315315
"**/**/nan": "^2.17.0",
316316
"prebuild-install": "^6.1.4",
317317
"pbkdf2": "3.1.2"
318-
}
318+
},
319+
"packageManager": "yarn@1.22.21+sha1.1959a18351b811cdeedbd484a8f86c3cc3bbaf72"
319320
}

0 commit comments

Comments
 (0)