Skip to content

Commit 20daecb

Browse files
committed
Merge branch 'develop' into chore/ddw-1081-selfnode-installers
2 parents 8e86d22 + e0fd21e commit 20daecb

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
### Chores
3535

3636
- Published selfnode installers for all 3 platforms ([PR 2971](https://github.com/input-output-hk/daedalus/pull/2971))
37+
- Updated cardano-launcher to 0.20220119.0 ([PR 2839](https://github.com/input-output-hk/daedalus/pull/2839))
3738
- Added `storybook:build` check to pre-push hook ([PR 2955](https://github.com/input-output-hk/daedalus/pull/2955))
3839
- Using new faker.js ([PR 2855](https://github.com/input-output-hk/daedalus/pull/2855))
3940
- Fixed spelling issues and typos ([PR 2915](https://github.com/input-output-hk/daedalus/pull/2915))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@
206206
"bs58": "4.0.1",
207207
"cardano-crypto.js": "5.3.6-rc.6",
208208
"cardano-js": "0.4.8",
209-
"cardano-launcher": "0.20211105.1",
209+
"cardano-launcher": "0.20220119.0",
210210
"cbor": "5.0.2",
211211
"check-disk-space": "3.2.0",
212212
"chroma-js": "2.1.0",

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5484,9 +5484,9 @@ [email protected]:
54845484
js-chain-libs-node "^0.3.0"
54855485
ts-custom-error "^3.1.1"
54865486

5487-
cardano-launcher@0.20211105.1:
5488-
version "0.20211105.1"
5489-
resolved "https://registry.yarnpkg.com/cardano-launcher/-/cardano-launcher-0.20211105.1.tgz#60ea1bd223d3d583b4b68f7bc5613d4c1555f956"
5487+
cardano-launcher@0.20220119.0:
5488+
version "0.20220119.0"
5489+
resolved "https://registry.yarnpkg.com/cardano-launcher/-/cardano-launcher-0.20220119.0.tgz#678accc7e72936882be4d39742f444d2dd0dca85"
54905490
dependencies:
54915491
chalk "4.1.2"
54925492
get-port "5.1.1"

0 commit comments

Comments
 (0)