Skip to content

Commit

Permalink
🚀 prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
ledgerlive committed May 31, 2022
1 parent f2b4125 commit 7b2c40c
Show file tree
Hide file tree
Showing 22 changed files with 92 additions and 152 deletions.
6 changes: 0 additions & 6 deletions .changeset/chatty-melons-shop.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/cuddly-lamps-yawn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/famous-cougars-occur.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/green-games-kick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/green-suits-move.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/late-zebras-hug.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lemon-adults-double.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/mean-bananas-flash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nine-coins-rule.md

This file was deleted.

86 changes: 0 additions & 86 deletions .changeset/pre.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quick-hairs-obey.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/sharp-radios-give.md

This file was deleted.

25 changes: 25 additions & 0 deletions apps/ledger-live-desktop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# ledger-live-desktop

## 2.42.0

### Minor Changes

- e0c187073: Change the NFT Media components and model to use the new image processing feature from our NFT Metadata Provider. We now have multiple images and we're supporting videos.
- ee44ffb17: Cosmos Staking V1 LLD and LLC rework of delegation
- 0252fab71: LIVE-1004 Hedera first integration in LLD
- daaf595c2: Add Chinese (ZH) and Spanish (ES) to discoverable languages. Also refactor the system language detection function.
- f913f6fdb: LIVE-2162 Solana staking UX improvements

### Patch Changes

- aa386261d: fixes a potential crash issue on navigation from manager to accounts page
- 1735fdd30: bugfix - market page lag issue during navigation fixed + removal of duplicated breadcrumb on market details page
- 04ad3813d: Add missing condition in Account page to check if account type before using isNFTActive helper. Also adds typing and unit tests to all NFT related helpers from live-common.
- Updated dependencies [e0c187073]
- Updated dependencies [ee44ffb17]
- Updated dependencies [0252fab71]
- Updated dependencies [3f816efba]
- Updated dependencies [f2574d25d]
- Updated dependencies [f913f6fdb]
- Updated dependencies [9dadffa88]
- Updated dependencies [04ad3813d]
- @ledgerhq/live-common@22.2.0

## 2.42.0-next.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/ledger-live-desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"license": "MIT",
"private": true,
"main": "./.webpack/main.bundle.js",
"version": "2.42.0-next.2",
"version": "2.42.0",
"scripts": {
"start:prod": "electron ./.webpack/main.bundle.js",
"start": "cross-env NODE_ENV=development node ./tools/main.js",
Expand Down
14 changes: 14 additions & 0 deletions apps/ledger-live-mobile/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# live-mobile

## 3.1.2

### Patch Changes

- Updated dependencies [e0c187073]
- Updated dependencies [ee44ffb17]
- Updated dependencies [0252fab71]
- Updated dependencies [3f816efba]
- Updated dependencies [f2574d25d]
- Updated dependencies [f913f6fdb]
- Updated dependencies [9dadffa88]
- Updated dependencies [04ad3813d]
- @ledgerhq/live-common@22.2.0

## 3.1.2-next.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/ledger-live-mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"node": ">=14"
},
"name": "live-mobile",
"version": "3.1.2-next.2",
"version": "3.1.2",
"private": true,
"scripts": {
"postinstall": "bash ./scripts/post.sh",
Expand Down
16 changes: 16 additions & 0 deletions libs/ledger-live-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @ledgerhq/live-common

## 22.2.0

### Minor Changes

- e0c187073: Change the NFT Media components and model to use the new image processing feature from our NFT Metadata Provider. We now have multiple images and we're supporting videos.
- ee44ffb17: Cosmos Staking V1 LLD and LLC rework of delegation
- 0252fab71: LIVE-1004 Hedera first integration in LLD
- f913f6fdb: LIVE-2162 Solana staking UX improvements
- 9dadffa88: Update cosmos snapshot

### Patch Changes

- 3f816efba: Update stellar-sdk to 10.1.0
- f2574d25d: LIVE-2380 Update min Cosmos Nano app version to 2.34.4
- 04ad3813d: Add missing condition in Account page to check if account type before using isNFTActive helper. Also adds typing and unit tests to all NFT related helpers from live-common.

## 22.2.0-next.2

### Minor Changes
Expand Down
18 changes: 18 additions & 0 deletions libs/ledger-live-common/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @ledgerhq/live-cli

## 21.33.0

### Minor Changes

- 0252fab71: LIVE-1004 Hedera first integration in LLD

### Patch Changes

- Updated dependencies [e0c187073]
- Updated dependencies [ee44ffb17]
- Updated dependencies [0252fab71]
- Updated dependencies [3f816efba]
- Updated dependencies [f2574d25d]
- Updated dependencies [f913f6fdb]
- Updated dependencies [9dadffa88]
- Updated dependencies [04ad3813d]
- @ledgerhq/live-common@22.2.0

## 21.33.0-next.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/ledger-live-common/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ledgerhq/live-cli",
"version": "21.33.0-next.2",
"version": "21.33.0",
"description": "ledger-live CLI version",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion libs/ledger-live-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"type": "git",
"url": "https://github.com/LedgerHQ/ledger-live-common"
},
"version": "22.2.0-next.2",
"version": "22.2.0",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"license": "Apache-2.0",
Expand Down
14 changes: 14 additions & 0 deletions libs/ledger-live-common/tools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# live-common-tools

## 0.1.1

### Patch Changes

- Updated dependencies [e0c187073]
- Updated dependencies [ee44ffb17]
- Updated dependencies [0252fab71]
- Updated dependencies [3f816efba]
- Updated dependencies [f2574d25d]
- Updated dependencies [f913f6fdb]
- Updated dependencies [9dadffa88]
- Updated dependencies [04ad3813d]
- @ledgerhq/live-common@22.2.0

## 0.1.1-next.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/ledger-live-common/tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "live-common-tools",
"version": "0.1.1-next.2",
"version": "0.1.1",
"private": true,
"dependencies": {
"@ledgerhq/cryptoassets": "workspace:^",
Expand Down

1 comment on commit 7b2c40c

@vercel
Copy link

@vercel vercel bot commented on 7b2c40c May 31, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

live-common-tools – ./

live-common-tools-ledgerhq.vercel.app
live-common-tools-git-main-ledgerhq.vercel.app
ledger-live.vercel.app

Please sign in to comment.