diff --git a/.changeset/pre.json b/.changeset/pre.json index cdc1df9d9d52..63901cc96d2f 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -121,5 +121,41 @@ "@ledgerhq/native-modules-tools": "1.0.3", "@ledgerhq/pnpm-utils": "1.0.1" }, - "changesets": [] + "changesets": [ + "bright-months-fold", + "cool-cougars-push", + "curly-bats-work", + "curvy-hornets-change", + "eighty-sheep-join", + "fifty-rats-perform", + "gold-cherries-work", + "heavy-peas-cover", + "honest-plants-promise", + "kind-numbers-travel", + "lazy-oranges-retire", + "lemon-ducks-hammer", + "little-comics-help", + "nervous-pumpkins-remain", + "nice-plants-complain", + "old-bats-swim", + "pink-pugs-press", + "popular-flies-perform", + "popular-keys-collect", + "quiet-feet-wink", + "rich-dryers-crash", + "slow-cows-mate", + "strange-news-compete", + "strange-sheep-share", + "strong-wasps-kiss", + "sweet-impalas-destroy", + "ten-paws-teach", + "tender-icons-impress", + "thick-candles-visit", + "thick-foxes-repair", + "three-islands-carry", + "three-turtles-smile", + "tough-owls-grin", + "wild-cars-shop", + "wild-poems-play" + ] } diff --git a/apps/cli/CHANGELOG.md b/apps/cli/CHANGELOG.md index 191fd35f01f2..91140a5a8414 100644 --- a/apps/cli/CHANGELOG.md +++ b/apps/cli/CHANGELOG.md @@ -1,5 +1,22 @@ # @ledgerhq/live-cli +## 24.7.1-next.0 + +### Patch Changes + +- Updated dependencies [[`642c714`](https://github.com/LedgerHQ/ledger-live/commit/642c714d52eaaccb1b8ac3a2ee0391b641d19303), [`ced792c`](https://github.com/LedgerHQ/ledger-live/commit/ced792c37b42135f2b7596228c14ccd0783a803f), [`b0d535b`](https://github.com/LedgerHQ/ledger-live/commit/b0d535b72d9c6ac7e474de2b598bc4964a515d93), [`0a16ae4`](https://github.com/LedgerHQ/ledger-live/commit/0a16ae4cb58ad9f2e67c7f3494b0dc52cb7423a1), [`6f0d39f`](https://github.com/LedgerHQ/ledger-live/commit/6f0d39f46ef5d3e24439421aa68dfe7aadcd1dbc), [`00cab1d`](https://github.com/LedgerHQ/ledger-live/commit/00cab1db1d67eb0cf35059eeeb9e2d8bd328f8f3), [`b0d535b`](https://github.com/LedgerHQ/ledger-live/commit/b0d535b72d9c6ac7e474de2b598bc4964a515d93), [`87b706c`](https://github.com/LedgerHQ/ledger-live/commit/87b706c8a807f14c72c7d47206e9ee767f50a04c), [`a47e68b`](https://github.com/LedgerHQ/ledger-live/commit/a47e68b568a3b888a241c30345b4935557404215), [`9032845`](https://github.com/LedgerHQ/ledger-live/commit/9032845a3cbadf40d545d6832e0280880e0be3d7), [`3652e83`](https://github.com/LedgerHQ/ledger-live/commit/3652e83e02876856f1370cccab47f4272b71a7d3), [`07a242d`](https://github.com/LedgerHQ/ledger-live/commit/07a242d9c54a4b70d9fec7ef390b8e8ab7de4df7), [`3824e06`](https://github.com/LedgerHQ/ledger-live/commit/3824e06ba2c94bc0697d2a40d865efe766d1f102), [`d962cf1`](https://github.com/LedgerHQ/ledger-live/commit/d962cf13667a383b77a1d30bf26bec27702d9af4)]: + - @ledgerhq/live-common@34.11.0-next.0 + - @ledgerhq/live-env@2.4.0-next.0 + - @ledgerhq/ledger-key-ring-protocol@0.5.0-next.0 + - @ledgerhq/hw-ledger-key-ring-protocol@0.2.0-next.0 + - @ledgerhq/live-wallet@0.7.0-next.0 + - @ledgerhq/coin-bitcoin@0.8.3-next.0 + - @ledgerhq/coin-framework@0.18.3-next.0 + - @ledgerhq/device-core@0.4.2-next.0 + - @ledgerhq/live-countervalues@0.2.8-next.0 + - @ledgerhq/cryptoassets@13.6.1-next.0 + - @ledgerhq/live-network@2.0.2-next.0 + ## 24.7.0 ### Minor Changes diff --git a/apps/cli/package.json b/apps/cli/package.json index 1bbc9fc15b9a..498b7e24c8f6 100644 --- a/apps/cli/package.json +++ b/apps/cli/package.json @@ -1,6 +1,6 @@ { "name": "@ledgerhq/live-cli", - "version": "24.7.0", + "version": "24.7.1-next.0", "description": "ledger-live CLI version", "repository": { "type": "git", diff --git a/apps/ledger-live-desktop/CHANGELOG.md b/apps/ledger-live-desktop/CHANGELOG.md index 382ab15b7fad..c6c5ad5cbe94 100644 --- a/apps/ledger-live-desktop/CHANGELOG.md +++ b/apps/ledger-live-desktop/CHANGELOG.md @@ -1,5 +1,60 @@ # ledger-live-desktop +## 2.89.0-next.0 + +### Minor Changes + +- [#7870](https://github.com/LedgerHQ/ledger-live/pull/7870) [`1b3a21d`](https://github.com/LedgerHQ/ledger-live/commit/1b3a21d5d8496c42f4dec4116fdcf59ad6f038cd) Thanks [@marcotoniut-ledger](https://github.com/marcotoniut-ledger)! - ledger-live-desktop: Updated staking modal. Filtering per category. New copy and design + live-mobile: Updated staking modal. Filtering per category. New copy and design + @ledgerhq/icons-ui: Add book-graduation icon + @ledgerhq/types-live: Update schema of ethStakingProviders flag + @ledgerhq/native-ui: Add `xs` size to Button + +- [#8003](https://github.com/LedgerHQ/ledger-live/pull/8003) [`c9088c9`](https://github.com/LedgerHQ/ledger-live/commit/c9088c94a75d68ca3267a37c3059d1b8dce9a3fc) Thanks [@KVNLS](https://github.com/KVNLS)! - Fix app position with external display + +- [#7973](https://github.com/LedgerHQ/ledger-live/pull/7973) [`64d8546`](https://github.com/LedgerHQ/ledger-live/commit/64d854687369a63a77f3b31793b87af570e2f3c5) Thanks [@KVNLS](https://github.com/KVNLS)! - Fetch FF every 5 minutes for LLM & LLD + +- [#7964](https://github.com/LedgerHQ/ledger-live/pull/7964) [`9032845`](https://github.com/LedgerHQ/ledger-live/commit/9032845a3cbadf40d545d6832e0280880e0be3d7) Thanks [@KVNLS](https://github.com/KVNLS)! - Use Ledger Key Ring Protocol naming + +- [#8000](https://github.com/LedgerHQ/ledger-live/pull/8000) [`d962cf1`](https://github.com/LedgerHQ/ledger-live/commit/d962cf13667a383b77a1d30bf26bec27702d9af4) Thanks [@CremaFR](https://github.com/CremaFR)! - display name in swap history use cdn + +### Patch Changes + +- [#8014](https://github.com/LedgerHQ/ledger-live/pull/8014) [`b7311c4`](https://github.com/LedgerHQ/ledger-live/commit/b7311c4c773b188465560150932f0cdbceec42e0) Thanks [@beths-ledger](https://github.com/beths-ledger)! - Add the platform OS to the params passed to earn to enable the correct braze environment + +- [#7995](https://github.com/LedgerHQ/ledger-live/pull/7995) [`e8cd9ce`](https://github.com/LedgerHQ/ledger-live/commit/e8cd9ce312f1ea8be7fb4d3d119fa16f98207068) Thanks [@LucasWerey](https://github.com/LucasWerey)! - add analytics console toggle in dev settings + +- [#8026](https://github.com/LedgerHQ/ledger-live/pull/8026) [`c7bc0d7`](https://github.com/LedgerHQ/ledger-live/commit/c7bc0d7ee558da193d60e692564dffca17f0287f) Thanks [@LucasWerey](https://github.com/LucasWerey)! - Add mocked generator braze CCs in dev settings + +- [#7891](https://github.com/LedgerHQ/ledger-live/pull/7891) [`00cab1d`](https://github.com/LedgerHQ/ledger-live/commit/00cab1db1d67eb0cf35059eeeb9e2d8bd328f8f3) Thanks [@mcayuelas-ledger](https://github.com/mcayuelas-ledger)! - Add useCheckNftAccount Hook + +- [#8036](https://github.com/LedgerHQ/ledger-live/pull/8036) [`592449a`](https://github.com/LedgerHQ/ledger-live/commit/592449ac49433397edc91fc2bd50256301e03945) Thanks [@lpaquet-ledger](https://github.com/lpaquet-ledger)! - add TOS thorchain + +- [#7966](https://github.com/LedgerHQ/ledger-live/pull/7966) [`4b0d0f8`](https://github.com/LedgerHQ/ledger-live/commit/4b0d0f8b3694491143ea9307460384471ca93cc2) Thanks [@LucasWerey](https://github.com/LucasWerey)! - Add the hide inscription feature for ordinals + +- [#7965](https://github.com/LedgerHQ/ledger-live/pull/7965) [`07a242d`](https://github.com/LedgerHQ/ledger-live/commit/07a242d9c54a4b70d9fec7ef390b8e8ab7de4df7) Thanks [@hedi-edelbloute](https://github.com/hedi-edelbloute)! - Cardano fees warning + fix high fees issue + +- [#8012](https://github.com/LedgerHQ/ledger-live/pull/8012) [`82beaa0`](https://github.com/LedgerHQ/ledger-live/commit/82beaa0be485a48c4b28791e3bb65d59208741b0) Thanks [@kallen-ledger](https://github.com/kallen-ledger)! - add default parent account where missing + +- Updated dependencies [[`642c714`](https://github.com/LedgerHQ/ledger-live/commit/642c714d52eaaccb1b8ac3a2ee0391b641d19303), [`ced792c`](https://github.com/LedgerHQ/ledger-live/commit/ced792c37b42135f2b7596228c14ccd0783a803f), [`1b3a21d`](https://github.com/LedgerHQ/ledger-live/commit/1b3a21d5d8496c42f4dec4116fdcf59ad6f038cd), [`b0d535b`](https://github.com/LedgerHQ/ledger-live/commit/b0d535b72d9c6ac7e474de2b598bc4964a515d93), [`0a16ae4`](https://github.com/LedgerHQ/ledger-live/commit/0a16ae4cb58ad9f2e67c7f3494b0dc52cb7423a1), [`6f0d39f`](https://github.com/LedgerHQ/ledger-live/commit/6f0d39f46ef5d3e24439421aa68dfe7aadcd1dbc), [`00cab1d`](https://github.com/LedgerHQ/ledger-live/commit/00cab1db1d67eb0cf35059eeeb9e2d8bd328f8f3), [`b0d535b`](https://github.com/LedgerHQ/ledger-live/commit/b0d535b72d9c6ac7e474de2b598bc4964a515d93), [`87b706c`](https://github.com/LedgerHQ/ledger-live/commit/87b706c8a807f14c72c7d47206e9ee767f50a04c), [`9c6e2c4`](https://github.com/LedgerHQ/ledger-live/commit/9c6e2c4969832d9d55188ed03bbdfd79b43b7e63), [`a47e68b`](https://github.com/LedgerHQ/ledger-live/commit/a47e68b568a3b888a241c30345b4935557404215), [`4b0d0f8`](https://github.com/LedgerHQ/ledger-live/commit/4b0d0f8b3694491143ea9307460384471ca93cc2), [`9032845`](https://github.com/LedgerHQ/ledger-live/commit/9032845a3cbadf40d545d6832e0280880e0be3d7), [`3652e83`](https://github.com/LedgerHQ/ledger-live/commit/3652e83e02876856f1370cccab47f4272b71a7d3), [`07a242d`](https://github.com/LedgerHQ/ledger-live/commit/07a242d9c54a4b70d9fec7ef390b8e8ab7de4df7), [`3824e06`](https://github.com/LedgerHQ/ledger-live/commit/3824e06ba2c94bc0697d2a40d865efe766d1f102), [`d962cf1`](https://github.com/LedgerHQ/ledger-live/commit/d962cf13667a383b77a1d30bf26bec27702d9af4)]: + - @ledgerhq/types-live@6.52.1-next.0 + - @ledgerhq/live-common@34.11.0-next.0 + - @ledgerhq/live-env@2.4.0-next.0 + - @ledgerhq/coin-evm@2.4.0-next.0 + - @ledgerhq/live-nft-react@0.4.8-next.0 + - @ledgerhq/ledger-key-ring-protocol@0.5.0-next.0 + - @ledgerhq/live-nft@0.4.8-next.0 + - @ledgerhq/hw-ledger-key-ring-protocol@0.2.0-next.0 + - @ledgerhq/live-wallet@0.7.0-next.0 + - @ledgerhq/coin-bitcoin@0.8.3-next.0 + - @ledgerhq/coin-framework@0.18.3-next.0 + - @ledgerhq/coin-cosmos@0.1.4-next.0 + - @ledgerhq/domain-service@1.2.7-next.0 + - @ledgerhq/live-countervalues@0.2.8-next.0 + - @ledgerhq/live-countervalues-react@0.2.8-next.0 + - @ledgerhq/live-network@2.0.2-next.0 + - @ledgerhq/react-ui@0.16.2-next.0 + ## 2.88.0 ### Minor Changes diff --git a/apps/ledger-live-desktop/package.json b/apps/ledger-live-desktop/package.json index 1aac073e118e..094c08fe816f 100644 --- a/apps/ledger-live-desktop/package.json +++ b/apps/ledger-live-desktop/package.json @@ -13,7 +13,7 @@ "license": "MIT", "private": true, "main": "./.webpack/main.bundle.js", - "version": "2.88.0", + "version": "2.89.0-next.0", "scripts": { "start:prod": "electron ./.webpack/main.bundle.js", "start": "cross-env NODE_ENV=development node ./tools/main.js", diff --git a/apps/ledger-live-mobile/CHANGELOG.md b/apps/ledger-live-mobile/CHANGELOG.md index dabfe9d2bacc..be1ca72b5c25 100644 --- a/apps/ledger-live-mobile/CHANGELOG.md +++ b/apps/ledger-live-mobile/CHANGELOG.md @@ -1,5 +1,59 @@ # live-mobile +## 3.52.0-next.0 + +### Minor Changes + +- [#7870](https://github.com/LedgerHQ/ledger-live/pull/7870) [`1b3a21d`](https://github.com/LedgerHQ/ledger-live/commit/1b3a21d5d8496c42f4dec4116fdcf59ad6f038cd) Thanks [@marcotoniut-ledger](https://github.com/marcotoniut-ledger)! - ledger-live-desktop: Updated staking modal. Filtering per category. New copy and design + live-mobile: Updated staking modal. Filtering per category. New copy and design + @ledgerhq/icons-ui: Add book-graduation icon + @ledgerhq/types-live: Update schema of ethStakingProviders flag + @ledgerhq/native-ui: Add `xs` size to Button + +- [#7989](https://github.com/LedgerHQ/ledger-live/pull/7989) [`191b105`](https://github.com/LedgerHQ/ledger-live/commit/191b105e6f1c76e674da6e9e109efe1b01937b99) Thanks [@thesan](https://github.com/thesan)! - Add the receive flow `NeedMemoTagModal` + +- [#7973](https://github.com/LedgerHQ/ledger-live/pull/7973) [`64d8546`](https://github.com/LedgerHQ/ledger-live/commit/64d854687369a63a77f3b31793b87af570e2f3c5) Thanks [@KVNLS](https://github.com/KVNLS)! - Fetch FF every 5 minutes for LLM & LLD + +- [#7964](https://github.com/LedgerHQ/ledger-live/pull/7964) [`9032845`](https://github.com/LedgerHQ/ledger-live/commit/9032845a3cbadf40d545d6832e0280880e0be3d7) Thanks [@KVNLS](https://github.com/KVNLS)! - Use Ledger Key Ring Protocol naming + +### Patch Changes + +- [#7963](https://github.com/LedgerHQ/ledger-live/pull/7963) [`642c714`](https://github.com/LedgerHQ/ledger-live/commit/642c714d52eaaccb1b8ac3a2ee0391b641d19303) Thanks [@thesan](https://github.com/thesan)! - Create `llmMemoTag` + +- [#8014](https://github.com/LedgerHQ/ledger-live/pull/8014) [`b7311c4`](https://github.com/LedgerHQ/ledger-live/commit/b7311c4c773b188465560150932f0cdbceec42e0) Thanks [@beths-ledger](https://github.com/beths-ledger)! - Add the platform OS to the params passed to earn to enable the correct braze environment + +- [#8032](https://github.com/LedgerHQ/ledger-live/pull/8032) [`998a3ba`](https://github.com/LedgerHQ/ledger-live/commit/998a3baaae17e53af5e3d8802ab9ffd057b4196d) Thanks [@qperrot](https://github.com/qperrot)! - LLM Custom validator button translation + +- [#8009](https://github.com/LedgerHQ/ledger-live/pull/8009) [`961f567`](https://github.com/LedgerHQ/ledger-live/commit/961f56747a156bb8c167f9aac76f204fd59a326f) Thanks [@LucasWerey](https://github.com/LucasWerey)! - When user has a lock password the app get locked when he wants to sync with another instance + +- [#8034](https://github.com/LedgerHQ/ledger-live/pull/8034) [`c8903e6`](https://github.com/LedgerHQ/ledger-live/commit/c8903e66468f6c6f28a23d61b2cf9cbb863e08d6) Thanks [@qperrot](https://github.com/qperrot)! - User can enter text for Gas Limit value for ETH + +- [#7965](https://github.com/LedgerHQ/ledger-live/pull/7965) [`07a242d`](https://github.com/LedgerHQ/ledger-live/commit/07a242d9c54a4b70d9fec7ef390b8e8ab7de4df7) Thanks [@hedi-edelbloute](https://github.com/hedi-edelbloute)! - Cardano fees warning + fix high fees issue + +- [#7994](https://github.com/LedgerHQ/ledger-live/pull/7994) [`67ed92a`](https://github.com/LedgerHQ/ledger-live/commit/67ed92a8d63f6baa636e7522ae0d93b0a9ddacb4) Thanks [@themooneer](https://github.com/themooneer)! - In order to easily monitor and debug futur ios build failures on the CI , we need to add --verbose in the pod install process. + +- [#7957](https://github.com/LedgerHQ/ledger-live/pull/7957) [`a4cd30a`](https://github.com/LedgerHQ/ledger-live/commit/a4cd30a6cf405a3fb647282a958210ded9ed0b21) Thanks [@cgrellard-ledger](https://github.com/cgrellard-ledger)! - LLM - Fixed a spacing issue when there was a category with all its content cards dismissed by the user + +- Updated dependencies [[`642c714`](https://github.com/LedgerHQ/ledger-live/commit/642c714d52eaaccb1b8ac3a2ee0391b641d19303), [`ced792c`](https://github.com/LedgerHQ/ledger-live/commit/ced792c37b42135f2b7596228c14ccd0783a803f), [`1b3a21d`](https://github.com/LedgerHQ/ledger-live/commit/1b3a21d5d8496c42f4dec4116fdcf59ad6f038cd), [`b0d535b`](https://github.com/LedgerHQ/ledger-live/commit/b0d535b72d9c6ac7e474de2b598bc4964a515d93), [`0a16ae4`](https://github.com/LedgerHQ/ledger-live/commit/0a16ae4cb58ad9f2e67c7f3494b0dc52cb7423a1), [`6f0d39f`](https://github.com/LedgerHQ/ledger-live/commit/6f0d39f46ef5d3e24439421aa68dfe7aadcd1dbc), [`00cab1d`](https://github.com/LedgerHQ/ledger-live/commit/00cab1db1d67eb0cf35059eeeb9e2d8bd328f8f3), [`191b105`](https://github.com/LedgerHQ/ledger-live/commit/191b105e6f1c76e674da6e9e109efe1b01937b99), [`b0d535b`](https://github.com/LedgerHQ/ledger-live/commit/b0d535b72d9c6ac7e474de2b598bc4964a515d93), [`87b706c`](https://github.com/LedgerHQ/ledger-live/commit/87b706c8a807f14c72c7d47206e9ee767f50a04c), [`9c6e2c4`](https://github.com/LedgerHQ/ledger-live/commit/9c6e2c4969832d9d55188ed03bbdfd79b43b7e63), [`a47e68b`](https://github.com/LedgerHQ/ledger-live/commit/a47e68b568a3b888a241c30345b4935557404215), [`4b0d0f8`](https://github.com/LedgerHQ/ledger-live/commit/4b0d0f8b3694491143ea9307460384471ca93cc2), [`9032845`](https://github.com/LedgerHQ/ledger-live/commit/9032845a3cbadf40d545d6832e0280880e0be3d7), [`3652e83`](https://github.com/LedgerHQ/ledger-live/commit/3652e83e02876856f1370cccab47f4272b71a7d3), [`07a242d`](https://github.com/LedgerHQ/ledger-live/commit/07a242d9c54a4b70d9fec7ef390b8e8ab7de4df7), [`3824e06`](https://github.com/LedgerHQ/ledger-live/commit/3824e06ba2c94bc0697d2a40d865efe766d1f102), [`d962cf1`](https://github.com/LedgerHQ/ledger-live/commit/d962cf13667a383b77a1d30bf26bec27702d9af4)]: + - @ledgerhq/types-live@6.52.1-next.0 + - @ledgerhq/live-common@34.11.0-next.0 + - @ledgerhq/live-env@2.4.0-next.0 + - @ledgerhq/coin-evm@2.4.0-next.0 + - @ledgerhq/icons-ui@0.8.0-next.0 + - @ledgerhq/native-ui@0.25.0-next.0 + - @ledgerhq/live-nft-react@0.4.8-next.0 + - @ledgerhq/ledger-key-ring-protocol@0.5.0-next.0 + - @ledgerhq/live-nft@0.4.8-next.0 + - @ledgerhq/hw-ledger-key-ring-protocol@0.2.0-next.0 + - @ledgerhq/live-wallet@0.7.0-next.0 + - @ledgerhq/coin-framework@0.18.3-next.0 + - @ledgerhq/coin-cosmos@0.1.4-next.0 + - @ledgerhq/coin-elrond@0.1.3-next.0 + - @ledgerhq/domain-service@1.2.7-next.0 + - @ledgerhq/live-countervalues@0.2.8-next.0 + - @ledgerhq/live-countervalues-react@0.2.8-next.0 + - @ledgerhq/live-network@2.0.2-next.0 + ## 3.51.0 ### Minor Changes diff --git a/apps/ledger-live-mobile/package.json b/apps/ledger-live-mobile/package.json index 0ae5472d1208..0d3ca0573aff 100644 --- a/apps/ledger-live-mobile/package.json +++ b/apps/ledger-live-mobile/package.json @@ -1,6 +1,6 @@ { "name": "live-mobile", - "version": "3.51.0", + "version": "3.52.0-next.0", "private": true, "scripts": { "postinstall": "zx ./scripts/post.mjs", diff --git a/apps/web-tools/CHANGELOG.md b/apps/web-tools/CHANGELOG.md index dce86aa92c98..e4ca1b0d5629 100644 --- a/apps/web-tools/CHANGELOG.md +++ b/apps/web-tools/CHANGELOG.md @@ -1,5 +1,25 @@ # web-tools +## 0.10.0-next.0 + +### Minor Changes + +- [#7964](https://github.com/LedgerHQ/ledger-live/pull/7964) [`9032845`](https://github.com/LedgerHQ/ledger-live/commit/9032845a3cbadf40d545d6832e0280880e0be3d7) Thanks [@KVNLS](https://github.com/KVNLS)! - Use Ledger Key Ring Protocol naming + +### Patch Changes + +- Updated dependencies [[`642c714`](https://github.com/LedgerHQ/ledger-live/commit/642c714d52eaaccb1b8ac3a2ee0391b641d19303), [`ced792c`](https://github.com/LedgerHQ/ledger-live/commit/ced792c37b42135f2b7596228c14ccd0783a803f), [`1b3a21d`](https://github.com/LedgerHQ/ledger-live/commit/1b3a21d5d8496c42f4dec4116fdcf59ad6f038cd), [`b0d535b`](https://github.com/LedgerHQ/ledger-live/commit/b0d535b72d9c6ac7e474de2b598bc4964a515d93), [`0a16ae4`](https://github.com/LedgerHQ/ledger-live/commit/0a16ae4cb58ad9f2e67c7f3494b0dc52cb7423a1), [`6f0d39f`](https://github.com/LedgerHQ/ledger-live/commit/6f0d39f46ef5d3e24439421aa68dfe7aadcd1dbc), [`00cab1d`](https://github.com/LedgerHQ/ledger-live/commit/00cab1db1d67eb0cf35059eeeb9e2d8bd328f8f3), [`b0d535b`](https://github.com/LedgerHQ/ledger-live/commit/b0d535b72d9c6ac7e474de2b598bc4964a515d93), [`87b706c`](https://github.com/LedgerHQ/ledger-live/commit/87b706c8a807f14c72c7d47206e9ee767f50a04c), [`9c6e2c4`](https://github.com/LedgerHQ/ledger-live/commit/9c6e2c4969832d9d55188ed03bbdfd79b43b7e63), [`a47e68b`](https://github.com/LedgerHQ/ledger-live/commit/a47e68b568a3b888a241c30345b4935557404215), [`9032845`](https://github.com/LedgerHQ/ledger-live/commit/9032845a3cbadf40d545d6832e0280880e0be3d7), [`450c88c`](https://github.com/LedgerHQ/ledger-live/commit/450c88cefb01f11e6e3670b946f31fe160eebe33), [`3652e83`](https://github.com/LedgerHQ/ledger-live/commit/3652e83e02876856f1370cccab47f4272b71a7d3), [`07a242d`](https://github.com/LedgerHQ/ledger-live/commit/07a242d9c54a4b70d9fec7ef390b8e8ab7de4df7), [`3824e06`](https://github.com/LedgerHQ/ledger-live/commit/3824e06ba2c94bc0697d2a40d865efe766d1f102), [`d962cf1`](https://github.com/LedgerHQ/ledger-live/commit/d962cf13667a383b77a1d30bf26bec27702d9af4)]: + - @ledgerhq/types-live@6.52.1-next.0 + - @ledgerhq/live-common@34.11.0-next.0 + - @ledgerhq/live-env@2.4.0-next.0 + - @ledgerhq/hw-app-eth@6.40.0-next.0 + - @ledgerhq/ledger-key-ring-protocol@0.5.0-next.0 + - @ledgerhq/hw-ledger-key-ring-protocol@0.2.0-next.0 + - @ledgerhq/live-wallet@0.7.0-next.0 + - @ledgerhq/coin-framework@0.18.3-next.0 + - @ledgerhq/domain-service@1.2.7-next.0 + - @ledgerhq/cryptoassets@13.6.1-next.0 + ## 0.9.2 ### Patch Changes diff --git a/apps/web-tools/package.json b/apps/web-tools/package.json index 4a6ddea0919b..590f9fdbbdd0 100644 --- a/apps/web-tools/package.json +++ b/apps/web-tools/package.json @@ -1,6 +1,6 @@ { "name": "@ledgerhq/web-tools", - "version": "0.9.2", + "version": "0.10.0-next.0", "private": true, "browser": { "fs": false, diff --git a/libs/coin-framework/CHANGELOG.md b/libs/coin-framework/CHANGELOG.md index 569d6288e81c..9a76c1bb4041 100644 --- a/libs/coin-framework/CHANGELOG.md +++ b/libs/coin-framework/CHANGELOG.md @@ -1,5 +1,15 @@ # @ledgerhq/coin-framework +## 0.18.3-next.0 + +### Patch Changes + +- Updated dependencies [[`642c714`](https://github.com/LedgerHQ/ledger-live/commit/642c714d52eaaccb1b8ac3a2ee0391b641d19303), [`ced792c`](https://github.com/LedgerHQ/ledger-live/commit/ced792c37b42135f2b7596228c14ccd0783a803f), [`1b3a21d`](https://github.com/LedgerHQ/ledger-live/commit/1b3a21d5d8496c42f4dec4116fdcf59ad6f038cd), [`0a16ae4`](https://github.com/LedgerHQ/ledger-live/commit/0a16ae4cb58ad9f2e67c7f3494b0dc52cb7423a1), [`00cab1d`](https://github.com/LedgerHQ/ledger-live/commit/00cab1db1d67eb0cf35059eeeb9e2d8bd328f8f3)]: + - @ledgerhq/types-live@6.52.1-next.0 + - @ledgerhq/live-env@2.4.0-next.0 + - @ledgerhq/cryptoassets@13.6.1-next.0 + - @ledgerhq/live-network@2.0.2-next.0 + ## 0.18.2 ### Patch Changes diff --git a/libs/coin-framework/package.json b/libs/coin-framework/package.json index c407360352e1..5a169928d7f4 100644 --- a/libs/coin-framework/package.json +++ b/libs/coin-framework/package.json @@ -1,6 +1,6 @@ { "name": "@ledgerhq/coin-framework", - "version": "0.18.2", + "version": "0.18.3-next.0", "description": "Ledger framework for Coin integration", "keywords": [ "Ledger", diff --git a/libs/coin-modules/coin-algorand/CHANGELOG.md b/libs/coin-modules/coin-algorand/CHANGELOG.md index 6de6f0aa151e..63b13fac4589 100644 --- a/libs/coin-modules/coin-algorand/CHANGELOG.md +++ b/libs/coin-modules/coin-algorand/CHANGELOG.md @@ -1,5 +1,20 @@ # @ledgerhq/coin-algorand +## 0.5.8-next.0 + +### Patch Changes + +- [#8004](https://github.com/LedgerHQ/ledger-live/pull/8004) [`28ab0bc`](https://github.com/LedgerHQ/ledger-live/commit/28ab0bc6b441d8dac1d7c8dc4d5bd6b88031eeb5) Thanks [@qperrot](https://github.com/qperrot)! - Tezos send full balance and fix algorand format issue + +- [#8029](https://github.com/LedgerHQ/ledger-live/pull/8029) [`b122a53`](https://github.com/LedgerHQ/ledger-live/commit/b122a536feb06cdf011fbbd2cc8d82d1c54a8439) Thanks [@sprohaszka-ledger](https://github.com/sprohaszka-ledger)! - Fix Algorand lint issue + +- Updated dependencies [[`642c714`](https://github.com/LedgerHQ/ledger-live/commit/642c714d52eaaccb1b8ac3a2ee0391b641d19303), [`ced792c`](https://github.com/LedgerHQ/ledger-live/commit/ced792c37b42135f2b7596228c14ccd0783a803f), [`1b3a21d`](https://github.com/LedgerHQ/ledger-live/commit/1b3a21d5d8496c42f4dec4116fdcf59ad6f038cd), [`0a16ae4`](https://github.com/LedgerHQ/ledger-live/commit/0a16ae4cb58ad9f2e67c7f3494b0dc52cb7423a1), [`00cab1d`](https://github.com/LedgerHQ/ledger-live/commit/00cab1db1d67eb0cf35059eeeb9e2d8bd328f8f3)]: + - @ledgerhq/types-live@6.52.1-next.0 + - @ledgerhq/live-env@2.4.0-next.0 + - @ledgerhq/coin-framework@0.18.3-next.0 + - @ledgerhq/cryptoassets@13.6.1-next.0 + - @ledgerhq/live-network@2.0.2-next.0 + ## 0.5.7 ### Patch Changes diff --git a/libs/coin-modules/coin-algorand/package.json b/libs/coin-modules/coin-algorand/package.json index cb67e6f0078a..4b5044845689 100644 --- a/libs/coin-modules/coin-algorand/package.json +++ b/libs/coin-modules/coin-algorand/package.json @@ -1,6 +1,6 @@ { "name": "@ledgerhq/coin-algorand", - "version": "0.5.7", + "version": "0.5.8-next.0", "description": "Ledger Algorand Coin integration", "keywords": [ "Ledger", diff --git a/libs/coin-modules/coin-bitcoin/CHANGELOG.md b/libs/coin-modules/coin-bitcoin/CHANGELOG.md index 66f62c6fca1d..84a7ec56464b 100644 --- a/libs/coin-modules/coin-bitcoin/CHANGELOG.md +++ b/libs/coin-modules/coin-bitcoin/CHANGELOG.md @@ -1,5 +1,18 @@ # @ledgerhq/coin-bitcoin +## 0.8.3-next.0 + +### Patch Changes + +- [#7971](https://github.com/LedgerHQ/ledger-live/pull/7971) [`3824e06`](https://github.com/LedgerHQ/ledger-live/commit/3824e06ba2c94bc0697d2a40d865efe766d1f102) Thanks [@lpaquet-ledger](https://github.com/lpaquet-ledger)! - Add thorswap swap + +- Updated dependencies [[`642c714`](https://github.com/LedgerHQ/ledger-live/commit/642c714d52eaaccb1b8ac3a2ee0391b641d19303), [`ced792c`](https://github.com/LedgerHQ/ledger-live/commit/ced792c37b42135f2b7596228c14ccd0783a803f), [`1b3a21d`](https://github.com/LedgerHQ/ledger-live/commit/1b3a21d5d8496c42f4dec4116fdcf59ad6f038cd), [`0a16ae4`](https://github.com/LedgerHQ/ledger-live/commit/0a16ae4cb58ad9f2e67c7f3494b0dc52cb7423a1), [`00cab1d`](https://github.com/LedgerHQ/ledger-live/commit/00cab1db1d67eb0cf35059eeeb9e2d8bd328f8f3)]: + - @ledgerhq/types-live@6.52.1-next.0 + - @ledgerhq/live-env@2.4.0-next.0 + - @ledgerhq/coin-framework@0.18.3-next.0 + - @ledgerhq/cryptoassets@13.6.1-next.0 + - @ledgerhq/live-network@2.0.2-next.0 + ## 0.8.2 ### Patch Changes diff --git a/libs/coin-modules/coin-bitcoin/package.json b/libs/coin-modules/coin-bitcoin/package.json index 54647b5d1f93..2a03827a86fb 100644 --- a/libs/coin-modules/coin-bitcoin/package.json +++ b/libs/coin-modules/coin-bitcoin/package.json @@ -1,6 +1,6 @@ { "name": "@ledgerhq/coin-bitcoin", - "version": "0.8.2", + "version": "0.8.3-next.0", "description": "Ledger Bitcoin Coin integration", "keywords": [ "Ledger", diff --git a/libs/coin-modules/coin-cardano/CHANGELOG.md b/libs/coin-modules/coin-cardano/CHANGELOG.md index daed6cc6e2cb..ff95e731bf86 100644 --- a/libs/coin-modules/coin-cardano/CHANGELOG.md +++ b/libs/coin-modules/coin-cardano/CHANGELOG.md @@ -1,5 +1,18 @@ # @ledgerhq/coin-cardano +## 0.2.3-next.0 + +### Patch Changes + +- [#7965](https://github.com/LedgerHQ/ledger-live/pull/7965) [`07a242d`](https://github.com/LedgerHQ/ledger-live/commit/07a242d9c54a4b70d9fec7ef390b8e8ab7de4df7) Thanks [@hedi-edelbloute](https://github.com/hedi-edelbloute)! - Cardano fees warning + fix high fees issue + +- Updated dependencies [[`642c714`](https://github.com/LedgerHQ/ledger-live/commit/642c714d52eaaccb1b8ac3a2ee0391b641d19303), [`ced792c`](https://github.com/LedgerHQ/ledger-live/commit/ced792c37b42135f2b7596228c14ccd0783a803f), [`1b3a21d`](https://github.com/LedgerHQ/ledger-live/commit/1b3a21d5d8496c42f4dec4116fdcf59ad6f038cd), [`0a16ae4`](https://github.com/LedgerHQ/ledger-live/commit/0a16ae4cb58ad9f2e67c7f3494b0dc52cb7423a1), [`00cab1d`](https://github.com/LedgerHQ/ledger-live/commit/00cab1db1d67eb0cf35059eeeb9e2d8bd328f8f3)]: + - @ledgerhq/types-live@6.52.1-next.0 + - @ledgerhq/live-env@2.4.0-next.0 + - @ledgerhq/coin-framework@0.18.3-next.0 + - @ledgerhq/cryptoassets@13.6.1-next.0 + - @ledgerhq/live-network@2.0.2-next.0 + ## 0.2.2 ### Patch Changes diff --git a/libs/coin-modules/coin-cardano/package.json b/libs/coin-modules/coin-cardano/package.json index 7d91962058ff..613d11228f59 100644 --- a/libs/coin-modules/coin-cardano/package.json +++ b/libs/coin-modules/coin-cardano/package.json @@ -1,6 +1,6 @@ { "name": "@ledgerhq/coin-cardano", - "version": "0.2.2", + "version": "0.2.3-next.0", "description": "Ledger Cardano Coin integration", "keywords": [ "Ledger", diff --git a/libs/coin-modules/coin-cosmos/CHANGELOG.md b/libs/coin-modules/coin-cosmos/CHANGELOG.md index ce2f07949178..3b11ac02ed21 100644 --- a/libs/coin-modules/coin-cosmos/CHANGELOG.md +++ b/libs/coin-modules/coin-cosmos/CHANGELOG.md @@ -1,5 +1,16 @@ # @ledgerhq/coin-cosmos +## 0.1.4-next.0 + +### Patch Changes + +- Updated dependencies [[`642c714`](https://github.com/LedgerHQ/ledger-live/commit/642c714d52eaaccb1b8ac3a2ee0391b641d19303), [`ced792c`](https://github.com/LedgerHQ/ledger-live/commit/ced792c37b42135f2b7596228c14ccd0783a803f), [`1b3a21d`](https://github.com/LedgerHQ/ledger-live/commit/1b3a21d5d8496c42f4dec4116fdcf59ad6f038cd), [`0a16ae4`](https://github.com/LedgerHQ/ledger-live/commit/0a16ae4cb58ad9f2e67c7f3494b0dc52cb7423a1), [`00cab1d`](https://github.com/LedgerHQ/ledger-live/commit/00cab1db1d67eb0cf35059eeeb9e2d8bd328f8f3)]: + - @ledgerhq/types-live@6.52.1-next.0 + - @ledgerhq/live-env@2.4.0-next.0 + - @ledgerhq/coin-framework@0.18.3-next.0 + - @ledgerhq/cryptoassets@13.6.1-next.0 + - @ledgerhq/live-network@2.0.2-next.0 + ## 0.1.3 ### Patch Changes diff --git a/libs/coin-modules/coin-cosmos/package.json b/libs/coin-modules/coin-cosmos/package.json index 42436fb514dd..6f8060571247 100644 --- a/libs/coin-modules/coin-cosmos/package.json +++ b/libs/coin-modules/coin-cosmos/package.json @@ -1,6 +1,6 @@ { "name": "@ledgerhq/coin-cosmos", - "version": "0.1.3", + "version": "0.1.4-next.0", "description": "Ledger Cosmos Coin integration", "keywords": [ "Ledger", diff --git a/libs/coin-modules/coin-elrond/CHANGELOG.md b/libs/coin-modules/coin-elrond/CHANGELOG.md index 41e552d29d3b..667abfc9ee4c 100644 --- a/libs/coin-modules/coin-elrond/CHANGELOG.md +++ b/libs/coin-modules/coin-elrond/CHANGELOG.md @@ -1,5 +1,16 @@ # @ledgerhq/coin-elrond +## 0.1.3-next.0 + +### Patch Changes + +- Updated dependencies [[`642c714`](https://github.com/LedgerHQ/ledger-live/commit/642c714d52eaaccb1b8ac3a2ee0391b641d19303), [`ced792c`](https://github.com/LedgerHQ/ledger-live/commit/ced792c37b42135f2b7596228c14ccd0783a803f), [`1b3a21d`](https://github.com/LedgerHQ/ledger-live/commit/1b3a21d5d8496c42f4dec4116fdcf59ad6f038cd), [`0a16ae4`](https://github.com/LedgerHQ/ledger-live/commit/0a16ae4cb58ad9f2e67c7f3494b0dc52cb7423a1), [`00cab1d`](https://github.com/LedgerHQ/ledger-live/commit/00cab1db1d67eb0cf35059eeeb9e2d8bd328f8f3)]: + - @ledgerhq/types-live@6.52.1-next.0 + - @ledgerhq/live-env@2.4.0-next.0 + - @ledgerhq/coin-framework@0.18.3-next.0 + - @ledgerhq/cryptoassets@13.6.1-next.0 + - @ledgerhq/live-network@2.0.2-next.0 + ## 0.1.2 ### Patch Changes diff --git a/libs/coin-modules/coin-elrond/package.json b/libs/coin-modules/coin-elrond/package.json index 308f0d6a7a98..a6ec5cfcf918 100644 --- a/libs/coin-modules/coin-elrond/package.json +++ b/libs/coin-modules/coin-elrond/package.json @@ -1,6 +1,6 @@ { "name": "@ledgerhq/coin-elrond", - "version": "0.1.2", + "version": "0.1.3-next.0", "description": "Ledger MultiversX Coin integration", "keywords": [ "Ledger", diff --git a/libs/coin-modules/coin-evm/CHANGELOG.md b/libs/coin-modules/coin-evm/CHANGELOG.md index 8418761e47c8..ade55889a801 100644 --- a/libs/coin-modules/coin-evm/CHANGELOG.md +++ b/libs/coin-modules/coin-evm/CHANGELOG.md @@ -1,5 +1,23 @@ # @ledgerhq/coin-evm +## 2.4.0-next.0 + +### Minor Changes + +- [#7991](https://github.com/LedgerHQ/ledger-live/pull/7991) [`ced792c`](https://github.com/LedgerHQ/ledger-live/commit/ced792c37b42135f2b7596228c14ccd0783a803f) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Decreasing the base fee multiplier to 27% for the EIP1559 fee system. Based on the spec of EIP1559, it should allow to create blocks which could be included in the next 3 blocks even in awful network situations. + +### Patch Changes + +- [#7874](https://github.com/LedgerHQ/ledger-live/pull/7874) [`9c6e2c4`](https://github.com/LedgerHQ/ledger-live/commit/9c6e2c4969832d9d55188ed03bbdfd79b43b7e63) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Add support for Uniswap plugin resolution in `signOperation` + +- Updated dependencies [[`ced792c`](https://github.com/LedgerHQ/ledger-live/commit/ced792c37b42135f2b7596228c14ccd0783a803f)]: + - @ledgerhq/live-env@2.4.0-next.0 + - @ledgerhq/coin-framework@0.18.3-next.0 + - @ledgerhq/domain-service@1.2.7-next.0 + - @ledgerhq/evm-tools@1.2.4-next.0 + - @ledgerhq/cryptoassets@13.6.1-next.0 + - @ledgerhq/live-network@2.0.2-next.0 + ## 2.3.1 ### Patch Changes diff --git a/libs/coin-modules/coin-evm/package.json b/libs/coin-modules/coin-evm/package.json index 8fe2019e3353..0137f3ec6973 100644 --- a/libs/coin-modules/coin-evm/package.json +++ b/libs/coin-modules/coin-evm/package.json @@ -1,6 +1,6 @@ { "name": "@ledgerhq/coin-evm", - "version": "2.3.1", + "version": "2.4.0-next.0", "description": "Ledger EVM Coin integration", "keywords": [ "Ledger", diff --git a/libs/coin-modules/coin-icon/CHANGELOG.md b/libs/coin-modules/coin-icon/CHANGELOG.md index 9e65b1952995..b5ee0fad64f5 100644 --- a/libs/coin-modules/coin-icon/CHANGELOG.md +++ b/libs/coin-modules/coin-icon/CHANGELOG.md @@ -1,5 +1,16 @@ # @ledgerhq/coin-algorand +## 0.4.5-next.0 + +### Patch Changes + +- Updated dependencies [[`642c714`](https://github.com/LedgerHQ/ledger-live/commit/642c714d52eaaccb1b8ac3a2ee0391b641d19303), [`ced792c`](https://github.com/LedgerHQ/ledger-live/commit/ced792c37b42135f2b7596228c14ccd0783a803f), [`1b3a21d`](https://github.com/LedgerHQ/ledger-live/commit/1b3a21d5d8496c42f4dec4116fdcf59ad6f038cd), [`0a16ae4`](https://github.com/LedgerHQ/ledger-live/commit/0a16ae4cb58ad9f2e67c7f3494b0dc52cb7423a1), [`00cab1d`](https://github.com/LedgerHQ/ledger-live/commit/00cab1db1d67eb0cf35059eeeb9e2d8bd328f8f3)]: + - @ledgerhq/types-live@6.52.1-next.0 + - @ledgerhq/live-env@2.4.0-next.0 + - @ledgerhq/coin-framework@0.18.3-next.0 + - @ledgerhq/cryptoassets@13.6.1-next.0 + - @ledgerhq/live-network@2.0.2-next.0 + ## 0.4.4 ### Patch Changes diff --git a/libs/coin-modules/coin-icon/package.json b/libs/coin-modules/coin-icon/package.json index 491bb5cea6af..bc91673cf225 100644 --- a/libs/coin-modules/coin-icon/package.json +++ b/libs/coin-modules/coin-icon/package.json @@ -1,6 +1,6 @@ { "name": "@ledgerhq/coin-icon", - "version": "0.4.4", + "version": "0.4.5-next.0", "description": "Ledger Icon Coin integration", "keywords": [ "Ledger", diff --git a/libs/coin-modules/coin-near/CHANGELOG.md b/libs/coin-modules/coin-near/CHANGELOG.md index 58f47ea1cd4d..1356ce6a47f5 100644 --- a/libs/coin-modules/coin-near/CHANGELOG.md +++ b/libs/coin-modules/coin-near/CHANGELOG.md @@ -1,5 +1,15 @@ # @ledgerhq/coin-near +## 0.5.8-next.0 + +### Patch Changes + +- Updated dependencies [[`642c714`](https://github.com/LedgerHQ/ledger-live/commit/642c714d52eaaccb1b8ac3a2ee0391b641d19303), [`1b3a21d`](https://github.com/LedgerHQ/ledger-live/commit/1b3a21d5d8496c42f4dec4116fdcf59ad6f038cd), [`0a16ae4`](https://github.com/LedgerHQ/ledger-live/commit/0a16ae4cb58ad9f2e67c7f3494b0dc52cb7423a1), [`00cab1d`](https://github.com/LedgerHQ/ledger-live/commit/00cab1db1d67eb0cf35059eeeb9e2d8bd328f8f3)]: + - @ledgerhq/types-live@6.52.1-next.0 + - @ledgerhq/coin-framework@0.18.3-next.0 + - @ledgerhq/cryptoassets@13.6.1-next.0 + - @ledgerhq/live-network@2.0.2-next.0 + ## 0.5.7 ### Patch Changes diff --git a/libs/coin-modules/coin-near/package.json b/libs/coin-modules/coin-near/package.json index fe76b35ad229..c69b717d3ee1 100644 --- a/libs/coin-modules/coin-near/package.json +++ b/libs/coin-modules/coin-near/package.json @@ -1,6 +1,6 @@ { "name": "@ledgerhq/coin-near", - "version": "0.5.7", + "version": "0.5.8-next.0", "description": "Near Coin integration", "keywords": [ "Ledger", diff --git a/libs/coin-modules/coin-polkadot/CHANGELOG.md b/libs/coin-modules/coin-polkadot/CHANGELOG.md index 8020d2820e84..1c8e89941400 100644 --- a/libs/coin-modules/coin-polkadot/CHANGELOG.md +++ b/libs/coin-modules/coin-polkadot/CHANGELOG.md @@ -1,5 +1,16 @@ # @ledgerhq/coin-polkadot +## 1.3.1-next.0 + +### Patch Changes + +- Updated dependencies [[`642c714`](https://github.com/LedgerHQ/ledger-live/commit/642c714d52eaaccb1b8ac3a2ee0391b641d19303), [`ced792c`](https://github.com/LedgerHQ/ledger-live/commit/ced792c37b42135f2b7596228c14ccd0783a803f), [`1b3a21d`](https://github.com/LedgerHQ/ledger-live/commit/1b3a21d5d8496c42f4dec4116fdcf59ad6f038cd), [`0a16ae4`](https://github.com/LedgerHQ/ledger-live/commit/0a16ae4cb58ad9f2e67c7f3494b0dc52cb7423a1), [`00cab1d`](https://github.com/LedgerHQ/ledger-live/commit/00cab1db1d67eb0cf35059eeeb9e2d8bd328f8f3)]: + - @ledgerhq/types-live@6.52.1-next.0 + - @ledgerhq/live-env@2.4.0-next.0 + - @ledgerhq/coin-framework@0.18.3-next.0 + - @ledgerhq/cryptoassets@13.6.1-next.0 + - @ledgerhq/live-network@2.0.2-next.0 + ## 1.3.0 ### Minor Changes diff --git a/libs/coin-modules/coin-polkadot/package.json b/libs/coin-modules/coin-polkadot/package.json index b33b1ee6ef6a..5d07dcdb209b 100644 --- a/libs/coin-modules/coin-polkadot/package.json +++ b/libs/coin-modules/coin-polkadot/package.json @@ -1,6 +1,6 @@ { "name": "@ledgerhq/coin-polkadot", - "version": "1.3.0", + "version": "1.3.1-next.0", "description": "Ledger Polkadot Coin integration", "keywords": [ "Ledger", diff --git a/libs/coin-modules/coin-solana/CHANGELOG.md b/libs/coin-modules/coin-solana/CHANGELOG.md index 9a5fd3efc15f..87ef81743778 100644 --- a/libs/coin-modules/coin-solana/CHANGELOG.md +++ b/libs/coin-modules/coin-solana/CHANGELOG.md @@ -1,5 +1,20 @@ # @ledgerhq/coin-solana +## 0.8.0-next.0 + +### Minor Changes + +- [#7917](https://github.com/LedgerHQ/ledger-live/pull/7917) [`87b706c`](https://github.com/LedgerHQ/ledger-live/commit/87b706c8a807f14c72c7d47206e9ee767f50a04c) Thanks [@hzheng-ledger](https://github.com/hzheng-ledger)! - fix: add priority fees for solana transaction + +### Patch Changes + +- Updated dependencies [[`642c714`](https://github.com/LedgerHQ/ledger-live/commit/642c714d52eaaccb1b8ac3a2ee0391b641d19303), [`ced792c`](https://github.com/LedgerHQ/ledger-live/commit/ced792c37b42135f2b7596228c14ccd0783a803f), [`1b3a21d`](https://github.com/LedgerHQ/ledger-live/commit/1b3a21d5d8496c42f4dec4116fdcf59ad6f038cd), [`0a16ae4`](https://github.com/LedgerHQ/ledger-live/commit/0a16ae4cb58ad9f2e67c7f3494b0dc52cb7423a1), [`00cab1d`](https://github.com/LedgerHQ/ledger-live/commit/00cab1db1d67eb0cf35059eeeb9e2d8bd328f8f3)]: + - @ledgerhq/types-live@6.52.1-next.0 + - @ledgerhq/live-env@2.4.0-next.0 + - @ledgerhq/coin-framework@0.18.3-next.0 + - @ledgerhq/cryptoassets@13.6.1-next.0 + - @ledgerhq/live-network@2.0.2-next.0 + ## 0.7.7 ### Patch Changes diff --git a/libs/coin-modules/coin-solana/package.json b/libs/coin-modules/coin-solana/package.json index 082ce9bc25eb..33d0eaf08d66 100644 --- a/libs/coin-modules/coin-solana/package.json +++ b/libs/coin-modules/coin-solana/package.json @@ -1,6 +1,6 @@ { "name": "@ledgerhq/coin-solana", - "version": "0.7.7", + "version": "0.8.0-next.0", "description": "Ledger Solana Coin integration", "keywords": [ "Ledger", diff --git a/libs/coin-modules/coin-stellar/CHANGELOG.md b/libs/coin-modules/coin-stellar/CHANGELOG.md index 11bbdc1409b1..8cf2fd45dab4 100644 --- a/libs/coin-modules/coin-stellar/CHANGELOG.md +++ b/libs/coin-modules/coin-stellar/CHANGELOG.md @@ -1,5 +1,15 @@ # @ledgerhq/coin-stellar +## 0.3.3-next.0 + +### Patch Changes + +- Updated dependencies [[`642c714`](https://github.com/LedgerHQ/ledger-live/commit/642c714d52eaaccb1b8ac3a2ee0391b641d19303), [`1b3a21d`](https://github.com/LedgerHQ/ledger-live/commit/1b3a21d5d8496c42f4dec4116fdcf59ad6f038cd), [`0a16ae4`](https://github.com/LedgerHQ/ledger-live/commit/0a16ae4cb58ad9f2e67c7f3494b0dc52cb7423a1), [`00cab1d`](https://github.com/LedgerHQ/ledger-live/commit/00cab1db1d67eb0cf35059eeeb9e2d8bd328f8f3)]: + - @ledgerhq/types-live@6.52.1-next.0 + - @ledgerhq/coin-framework@0.18.3-next.0 + - @ledgerhq/cryptoassets@13.6.1-next.0 + - @ledgerhq/live-network@2.0.2-next.0 + ## 0.3.2 ### Patch Changes diff --git a/libs/coin-modules/coin-stellar/package.json b/libs/coin-modules/coin-stellar/package.json index 26219bf6acfa..e02205c8033d 100644 --- a/libs/coin-modules/coin-stellar/package.json +++ b/libs/coin-modules/coin-stellar/package.json @@ -1,6 +1,6 @@ { "name": "@ledgerhq/coin-stellar", - "version": "0.3.2", + "version": "0.3.3-next.0", "description": "Ledger Stellar Coin integration", "license": "Apache-2.0", "keywords": [ diff --git a/libs/coin-modules/coin-tezos/CHANGELOG.md b/libs/coin-modules/coin-tezos/CHANGELOG.md index 08c81a1bcd23..450226fae1da 100644 --- a/libs/coin-modules/coin-tezos/CHANGELOG.md +++ b/libs/coin-modules/coin-tezos/CHANGELOG.md @@ -1,5 +1,19 @@ # @ledgerhq/coin-tezos +## 0.6.4-next.0 + +### Patch Changes + +- [#8004](https://github.com/LedgerHQ/ledger-live/pull/8004) [`e3e46e5`](https://github.com/LedgerHQ/ledger-live/commit/e3e46e5efa4e7955ffc7a3bf1f7dd333aa6a5806) Thanks [@qperrot](https://github.com/qperrot)! - Tezos send full balance + +- [#8004](https://github.com/LedgerHQ/ledger-live/pull/8004) [`28ab0bc`](https://github.com/LedgerHQ/ledger-live/commit/28ab0bc6b441d8dac1d7c8dc4d5bd6b88031eeb5) Thanks [@qperrot](https://github.com/qperrot)! - Tezos send full balance and fix algorand format issue + +- Updated dependencies [[`642c714`](https://github.com/LedgerHQ/ledger-live/commit/642c714d52eaaccb1b8ac3a2ee0391b641d19303), [`1b3a21d`](https://github.com/LedgerHQ/ledger-live/commit/1b3a21d5d8496c42f4dec4116fdcf59ad6f038cd), [`0a16ae4`](https://github.com/LedgerHQ/ledger-live/commit/0a16ae4cb58ad9f2e67c7f3494b0dc52cb7423a1), [`00cab1d`](https://github.com/LedgerHQ/ledger-live/commit/00cab1db1d67eb0cf35059eeeb9e2d8bd328f8f3)]: + - @ledgerhq/types-live@6.52.1-next.0 + - @ledgerhq/coin-framework@0.18.3-next.0 + - @ledgerhq/cryptoassets@13.6.1-next.0 + - @ledgerhq/live-network@2.0.2-next.0 + ## 0.6.3 ### Patch Changes diff --git a/libs/coin-modules/coin-tezos/package.json b/libs/coin-modules/coin-tezos/package.json index f5e6dc42a750..82bf8e4153fd 100644 --- a/libs/coin-modules/coin-tezos/package.json +++ b/libs/coin-modules/coin-tezos/package.json @@ -1,6 +1,6 @@ { "name": "@ledgerhq/coin-tezos", - "version": "0.6.3", + "version": "0.6.4-next.0", "description": "Tezos Coin integration", "keywords": [ "Ledger", diff --git a/libs/coin-modules/coin-ton/CHANGELOG.md b/libs/coin-modules/coin-ton/CHANGELOG.md index 29ef7f45529c..53799f50f74e 100644 --- a/libs/coin-modules/coin-ton/CHANGELOG.md +++ b/libs/coin-modules/coin-ton/CHANGELOG.md @@ -1,5 +1,16 @@ # @ledgerhq/coin-ton +## 0.3.16-next.0 + +### Patch Changes + +- Updated dependencies [[`642c714`](https://github.com/LedgerHQ/ledger-live/commit/642c714d52eaaccb1b8ac3a2ee0391b641d19303), [`ced792c`](https://github.com/LedgerHQ/ledger-live/commit/ced792c37b42135f2b7596228c14ccd0783a803f), [`1b3a21d`](https://github.com/LedgerHQ/ledger-live/commit/1b3a21d5d8496c42f4dec4116fdcf59ad6f038cd), [`0a16ae4`](https://github.com/LedgerHQ/ledger-live/commit/0a16ae4cb58ad9f2e67c7f3494b0dc52cb7423a1), [`00cab1d`](https://github.com/LedgerHQ/ledger-live/commit/00cab1db1d67eb0cf35059eeeb9e2d8bd328f8f3)]: + - @ledgerhq/types-live@6.52.1-next.0 + - @ledgerhq/live-env@2.4.0-next.0 + - @ledgerhq/coin-framework@0.18.3-next.0 + - @ledgerhq/cryptoassets@13.6.1-next.0 + - @ledgerhq/live-network@2.0.2-next.0 + ## 0.3.15 ### Patch Changes diff --git a/libs/coin-modules/coin-ton/package.json b/libs/coin-modules/coin-ton/package.json index 878a79045186..dd62b7a29440 100644 --- a/libs/coin-modules/coin-ton/package.json +++ b/libs/coin-modules/coin-ton/package.json @@ -1,6 +1,6 @@ { "name": "@ledgerhq/coin-ton", - "version": "0.3.15", + "version": "0.3.16-next.0", "description": "Ton Coin integration", "keywords": [ "Ledger", diff --git a/libs/coin-modules/coin-tron/CHANGELOG.md b/libs/coin-modules/coin-tron/CHANGELOG.md index 6121704314fb..91570ce45e36 100644 --- a/libs/coin-modules/coin-tron/CHANGELOG.md +++ b/libs/coin-modules/coin-tron/CHANGELOG.md @@ -1,5 +1,16 @@ # @ledgerhq/coin-tron +## 0.0.8-next.0 + +### Patch Changes + +- Updated dependencies [[`642c714`](https://github.com/LedgerHQ/ledger-live/commit/642c714d52eaaccb1b8ac3a2ee0391b641d19303), [`ced792c`](https://github.com/LedgerHQ/ledger-live/commit/ced792c37b42135f2b7596228c14ccd0783a803f), [`1b3a21d`](https://github.com/LedgerHQ/ledger-live/commit/1b3a21d5d8496c42f4dec4116fdcf59ad6f038cd), [`0a16ae4`](https://github.com/LedgerHQ/ledger-live/commit/0a16ae4cb58ad9f2e67c7f3494b0dc52cb7423a1), [`00cab1d`](https://github.com/LedgerHQ/ledger-live/commit/00cab1db1d67eb0cf35059eeeb9e2d8bd328f8f3)]: + - @ledgerhq/types-live@6.52.1-next.0 + - @ledgerhq/live-env@2.4.0-next.0 + - @ledgerhq/coin-framework@0.18.3-next.0 + - @ledgerhq/cryptoassets@13.6.1-next.0 + - @ledgerhq/live-network@2.0.2-next.0 + ## 0.0.7 ### Patch Changes diff --git a/libs/coin-modules/coin-tron/package.json b/libs/coin-modules/coin-tron/package.json index 7526b0b8f24f..00943f98255b 100644 --- a/libs/coin-modules/coin-tron/package.json +++ b/libs/coin-modules/coin-tron/package.json @@ -1,6 +1,6 @@ { "name": "@ledgerhq/coin-tron", - "version": "0.0.7", + "version": "0.0.8-next.0", "description": "Ledger Tron Coin integration", "keywords": [ "Ledger", diff --git a/libs/coin-modules/coin-xrp/CHANGELOG.md b/libs/coin-modules/coin-xrp/CHANGELOG.md index bd91bff4183b..2e26bffba969 100644 --- a/libs/coin-modules/coin-xrp/CHANGELOG.md +++ b/libs/coin-modules/coin-xrp/CHANGELOG.md @@ -1,5 +1,15 @@ # @ledgerhq/coin-xrp +## 0.5.4-next.0 + +### Patch Changes + +- Updated dependencies [[`642c714`](https://github.com/LedgerHQ/ledger-live/commit/642c714d52eaaccb1b8ac3a2ee0391b641d19303), [`1b3a21d`](https://github.com/LedgerHQ/ledger-live/commit/1b3a21d5d8496c42f4dec4116fdcf59ad6f038cd), [`0a16ae4`](https://github.com/LedgerHQ/ledger-live/commit/0a16ae4cb58ad9f2e67c7f3494b0dc52cb7423a1), [`00cab1d`](https://github.com/LedgerHQ/ledger-live/commit/00cab1db1d67eb0cf35059eeeb9e2d8bd328f8f3)]: + - @ledgerhq/types-live@6.52.1-next.0 + - @ledgerhq/coin-framework@0.18.3-next.0 + - @ledgerhq/cryptoassets@13.6.1-next.0 + - @ledgerhq/live-network@2.0.2-next.0 + ## 0.5.3 ### Patch Changes diff --git a/libs/coin-modules/coin-xrp/package.json b/libs/coin-modules/coin-xrp/package.json index b1fced9eb260..4fe19f374fda 100644 --- a/libs/coin-modules/coin-xrp/package.json +++ b/libs/coin-modules/coin-xrp/package.json @@ -1,6 +1,6 @@ { "name": "@ledgerhq/coin-xrp", - "version": "0.5.3", + "version": "0.5.4-next.0", "description": "Ledger XRP Coin integration", "keywords": [ "Ledger", diff --git a/libs/device-core/CHANGELOG.md b/libs/device-core/CHANGELOG.md index baa36a9056df..36abdcbe5e16 100644 --- a/libs/device-core/CHANGELOG.md +++ b/libs/device-core/CHANGELOG.md @@ -1,5 +1,13 @@ # @ledgerhq/device-core +## 0.4.2-next.0 + +### Patch Changes + +- Updated dependencies [[`642c714`](https://github.com/LedgerHQ/ledger-live/commit/642c714d52eaaccb1b8ac3a2ee0391b641d19303), [`1b3a21d`](https://github.com/LedgerHQ/ledger-live/commit/1b3a21d5d8496c42f4dec4116fdcf59ad6f038cd), [`0a16ae4`](https://github.com/LedgerHQ/ledger-live/commit/0a16ae4cb58ad9f2e67c7f3494b0dc52cb7423a1), [`00cab1d`](https://github.com/LedgerHQ/ledger-live/commit/00cab1db1d67eb0cf35059eeeb9e2d8bd328f8f3)]: + - @ledgerhq/types-live@6.52.1-next.0 + - @ledgerhq/live-network@2.0.2-next.0 + ## 0.4.1 ### Patch Changes diff --git a/libs/device-core/package.json b/libs/device-core/package.json index 79ac6c2929b0..38f8531d17c7 100644 --- a/libs/device-core/package.json +++ b/libs/device-core/package.json @@ -1,6 +1,6 @@ { "name": "@ledgerhq/device-core", - "version": "0.4.1", + "version": "0.4.2-next.0", "description": "Ledger Live device core module", "license": "Apache-2.0", "keywords": [ diff --git a/libs/device-react/CHANGELOG.md b/libs/device-react/CHANGELOG.md index 0beb914d0573..eff0d7a7c07f 100644 --- a/libs/device-react/CHANGELOG.md +++ b/libs/device-react/CHANGELOG.md @@ -1,5 +1,12 @@ # @ledgerhq/device-react +## 0.2.8-next.0 + +### Patch Changes + +- Updated dependencies []: + - @ledgerhq/device-core@0.4.2-next.0 + ## 0.2.7 ### Patch Changes diff --git a/libs/device-react/package.json b/libs/device-react/package.json index ba8af969870e..fad3beac19d4 100644 --- a/libs/device-react/package.json +++ b/libs/device-react/package.json @@ -1,6 +1,6 @@ { "name": "@ledgerhq/device-react", - "version": "0.2.7", + "version": "0.2.8-next.0", "description": "Ledger Live device react module", "keywords": [ "Ledger" diff --git a/libs/domain-service/CHANGELOG.md b/libs/domain-service/CHANGELOG.md index 2b23482a68c6..7dd92233a7dd 100644 --- a/libs/domain-service/CHANGELOG.md +++ b/libs/domain-service/CHANGELOG.md @@ -1,5 +1,12 @@ # @ledgerhq/domain-service +## 1.2.7-next.0 + +### Patch Changes + +- Updated dependencies [[`642c714`](https://github.com/LedgerHQ/ledger-live/commit/642c714d52eaaccb1b8ac3a2ee0391b641d19303), [`1b3a21d`](https://github.com/LedgerHQ/ledger-live/commit/1b3a21d5d8496c42f4dec4116fdcf59ad6f038cd), [`0a16ae4`](https://github.com/LedgerHQ/ledger-live/commit/0a16ae4cb58ad9f2e67c7f3494b0dc52cb7423a1), [`00cab1d`](https://github.com/LedgerHQ/ledger-live/commit/00cab1db1d67eb0cf35059eeeb9e2d8bd328f8f3)]: + - @ledgerhq/types-live@6.52.1-next.0 + ## 1.2.6 ### Patch Changes diff --git a/libs/domain-service/package.json b/libs/domain-service/package.json index 42fcb6c54d18..73155889dc79 100644 --- a/libs/domain-service/package.json +++ b/libs/domain-service/package.json @@ -1,7 +1,7 @@ { "name": "@ledgerhq/domain-service", "description": "Ledger service responsible for domain handling", - "version": "1.2.6", + "version": "1.2.7-next.0", "license": "Apache-2.0", "repository": { "type": "git", diff --git a/libs/env/CHANGELOG.md b/libs/env/CHANGELOG.md index 4b26e1121c32..54c56ba53c11 100644 --- a/libs/env/CHANGELOG.md +++ b/libs/env/CHANGELOG.md @@ -1,5 +1,11 @@ # @ledgerhq/live-env +## 2.4.0-next.0 + +### Minor Changes + +- [#7991](https://github.com/LedgerHQ/ledger-live/pull/7991) [`ced792c`](https://github.com/LedgerHQ/ledger-live/commit/ced792c37b42135f2b7596228c14ccd0783a803f) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Decreasing the base fee multiplier to 27% for the EIP1559 fee system. Based on the spec of EIP1559, it should allow to create blocks which could be included in the next 3 blocks even in awful network situations. + ## 2.3.0 ### Minor Changes diff --git a/libs/env/package.json b/libs/env/package.json index 26d4519c2368..bc0324ef3f9f 100644 --- a/libs/env/package.json +++ b/libs/env/package.json @@ -1,6 +1,6 @@ { "name": "@ledgerhq/live-env", - "version": "2.3.0", + "version": "2.4.0-next.0", "description": "Ledger Live environment definition", "keywords": [ "Ledger" diff --git a/libs/evm-tools/CHANGELOG.md b/libs/evm-tools/CHANGELOG.md index c555ad3e94cf..2e4c63b41012 100644 --- a/libs/evm-tools/CHANGELOG.md +++ b/libs/evm-tools/CHANGELOG.md @@ -1,5 +1,13 @@ # @ledgerhq/evm-tools +## 1.2.4-next.0 + +### Patch Changes + +- Updated dependencies [[`ced792c`](https://github.com/LedgerHQ/ledger-live/commit/ced792c37b42135f2b7596228c14ccd0783a803f)]: + - @ledgerhq/live-env@2.4.0-next.0 + - @ledgerhq/cryptoassets-evm-signatures@13.5.1-next.0 + ## 1.2.3 ### Patch Changes diff --git a/libs/evm-tools/package.json b/libs/evm-tools/package.json index 763d43e9c45b..c13bbd6ebcb0 100644 --- a/libs/evm-tools/package.json +++ b/libs/evm-tools/package.json @@ -1,6 +1,6 @@ { "name": "@ledgerhq/evm-tools", - "version": "1.2.3", + "version": "1.2.4-next.0", "description": "EVM tooling used for coin integrations & app bindings", "main": "./index.ts", "keywords": [ diff --git a/libs/hw-ledger-key-ring-protocol/CHANGELOG.md b/libs/hw-ledger-key-ring-protocol/CHANGELOG.md index 7fb5567040be..bb877db4aeb4 100644 --- a/libs/hw-ledger-key-ring-protocol/CHANGELOG.md +++ b/libs/hw-ledger-key-ring-protocol/CHANGELOG.md @@ -1,5 +1,16 @@ # @ledgerhq/live-wallet +## 0.2.0-next.0 + +### Minor Changes + +- [#7964](https://github.com/LedgerHQ/ledger-live/pull/7964) [`9032845`](https://github.com/LedgerHQ/ledger-live/commit/9032845a3cbadf40d545d6832e0280880e0be3d7) Thanks [@KVNLS](https://github.com/KVNLS)! - Use Ledger Key Ring Protocol naming + +### Patch Changes + +- Updated dependencies [[`ced792c`](https://github.com/LedgerHQ/ledger-live/commit/ced792c37b42135f2b7596228c14ccd0783a803f)]: + - @ledgerhq/live-env@2.4.0-next.0 + ## 0.1.6 ### Patch Changes diff --git a/libs/hw-ledger-key-ring-protocol/package.json b/libs/hw-ledger-key-ring-protocol/package.json index 27ef1c0a106a..a6b639c15816 100644 --- a/libs/hw-ledger-key-ring-protocol/package.json +++ b/libs/hw-ledger-key-ring-protocol/package.json @@ -1,6 +1,6 @@ { "name": "@ledgerhq/hw-ledger-key-ring-protocol", - "version": "0.1.6", + "version": "0.2.0-next.0", "description": "Ledger Key Ring Protocol hardware layer", "private": true, "keywords": [ diff --git a/libs/ledger-key-ring-protocol/CHANGELOG.md b/libs/ledger-key-ring-protocol/CHANGELOG.md index 58ad3b5e2aa7..84d08fa98485 100644 --- a/libs/ledger-key-ring-protocol/CHANGELOG.md +++ b/libs/ledger-key-ring-protocol/CHANGELOG.md @@ -1,5 +1,21 @@ # @ledgerhq/live-wallet +## 0.5.0-next.0 + +### Minor Changes + +- [#7964](https://github.com/LedgerHQ/ledger-live/pull/7964) [`9032845`](https://github.com/LedgerHQ/ledger-live/commit/9032845a3cbadf40d545d6832e0280880e0be3d7) Thanks [@KVNLS](https://github.com/KVNLS)! - Use Ledger Key Ring Protocol naming + +### Patch Changes + +- [#7945](https://github.com/LedgerHQ/ledger-live/pull/7945) [`a47e68b`](https://github.com/LedgerHQ/ledger-live/commit/a47e68b568a3b888a241c30345b4935557404215) Thanks [@thesan](https://github.com/thesan)! - Fix type errors in `@ledgerhq/ledger-key-ring-protocol` tests + +- Updated dependencies [[`ced792c`](https://github.com/LedgerHQ/ledger-live/commit/ced792c37b42135f2b7596228c14ccd0783a803f), [`9032845`](https://github.com/LedgerHQ/ledger-live/commit/9032845a3cbadf40d545d6832e0280880e0be3d7)]: + - @ledgerhq/live-env@2.4.0-next.0 + - @ledgerhq/hw-ledger-key-ring-protocol@0.2.0-next.0 + - @ledgerhq/live-network@2.0.2-next.0 + - @ledgerhq/speculos-transport@0.1.7-next.0 + ## 0.4.1 ### Patch Changes diff --git a/libs/ledger-key-ring-protocol/package.json b/libs/ledger-key-ring-protocol/package.json index 9821aac2c52e..9249559215bf 100644 --- a/libs/ledger-key-ring-protocol/package.json +++ b/libs/ledger-key-ring-protocol/package.json @@ -1,6 +1,6 @@ { "name": "@ledgerhq/ledger-key-ring-protocol", - "version": "0.4.1", + "version": "0.5.0-next.0", "description": "Ledger Key Ring Protocol layer", "private": true, "keywords": [ diff --git a/libs/ledger-live-common/CHANGELOG.md b/libs/ledger-live-common/CHANGELOG.md index ba688bda6e06..39e79bfab023 100644 --- a/libs/ledger-live-common/CHANGELOG.md +++ b/libs/ledger-live-common/CHANGELOG.md @@ -1,5 +1,62 @@ ## 34.5.0-next.4 +## 34.11.0-next.0 + +### Minor Changes + +- [#7917](https://github.com/LedgerHQ/ledger-live/pull/7917) [`87b706c`](https://github.com/LedgerHQ/ledger-live/commit/87b706c8a807f14c72c7d47206e9ee767f50a04c) Thanks [@hzheng-ledger](https://github.com/hzheng-ledger)! - fix: add priority fees for solana transaction + +- [#8000](https://github.com/LedgerHQ/ledger-live/pull/8000) [`d962cf1`](https://github.com/LedgerHQ/ledger-live/commit/d962cf13667a383b77a1d30bf26bec27702d9af4) Thanks [@CremaFR](https://github.com/CremaFR)! - display name in swap history use cdn + +### Patch Changes + +- [#7963](https://github.com/LedgerHQ/ledger-live/pull/7963) [`642c714`](https://github.com/LedgerHQ/ledger-live/commit/642c714d52eaaccb1b8ac3a2ee0391b641d19303) Thanks [@thesan](https://github.com/thesan)! - Create `llmMemoTag` + +- [#8040](https://github.com/LedgerHQ/ledger-live/pull/8040) [`b0d535b`](https://github.com/LedgerHQ/ledger-live/commit/b0d535b72d9c6ac7e474de2b598bc4964a515d93) Thanks [@lpaquet-ledger](https://github.com/lpaquet-ledger)! - Add operationID for thorswap history + +- [#8038](https://github.com/LedgerHQ/ledger-live/pull/8038) [`0a16ae4`](https://github.com/LedgerHQ/ledger-live/commit/0a16ae4cb58ad9f2e67c7f3494b0dc52cb7423a1) Thanks [@themooneer](https://github.com/themooneer)! - add memoTag FF for LLD + +- [#7998](https://github.com/LedgerHQ/ledger-live/pull/7998) [`6f0d39f`](https://github.com/LedgerHQ/ledger-live/commit/6f0d39f46ef5d3e24439421aa68dfe7aadcd1dbc) Thanks [@hzheng-ledger](https://github.com/hzheng-ledger)! - update xrp node url + +- [#7891](https://github.com/LedgerHQ/ledger-live/pull/7891) [`00cab1d`](https://github.com/LedgerHQ/ledger-live/commit/00cab1db1d67eb0cf35059eeeb9e2d8bd328f8f3) Thanks [@mcayuelas-ledger](https://github.com/mcayuelas-ledger)! - Add useCheckNftAccount Hook + +- [#8040](https://github.com/LedgerHQ/ledger-live/pull/8040) [`b0d535b`](https://github.com/LedgerHQ/ledger-live/commit/b0d535b72d9c6ac7e474de2b598bc4964a515d93) Thanks [@lpaquet-ledger](https://github.com/lpaquet-ledger)! - fix crash demo 0 + +- [#8042](https://github.com/LedgerHQ/ledger-live/pull/8042) [`3652e83`](https://github.com/LedgerHQ/ledger-live/commit/3652e83e02876856f1370cccab47f4272b71a7d3) Thanks [@LucasWerey](https://github.com/LucasWerey)! - Add errors handler in common to prepare the use of it in sendFlow + +- [#7965](https://github.com/LedgerHQ/ledger-live/pull/7965) [`07a242d`](https://github.com/LedgerHQ/ledger-live/commit/07a242d9c54a4b70d9fec7ef390b8e8ab7de4df7) Thanks [@hedi-edelbloute](https://github.com/hedi-edelbloute)! - Cardano fees warning + fix high fees issue + +- [#7971](https://github.com/LedgerHQ/ledger-live/pull/7971) [`3824e06`](https://github.com/LedgerHQ/ledger-live/commit/3824e06ba2c94bc0697d2a40d865efe766d1f102) Thanks [@lpaquet-ledger](https://github.com/lpaquet-ledger)! - Add thorswap swap + +- Updated dependencies [[`ced792c`](https://github.com/LedgerHQ/ledger-live/commit/ced792c37b42135f2b7596228c14ccd0783a803f), [`e3e46e5`](https://github.com/LedgerHQ/ledger-live/commit/e3e46e5efa4e7955ffc7a3bf1f7dd333aa6a5806), [`28ab0bc`](https://github.com/LedgerHQ/ledger-live/commit/28ab0bc6b441d8dac1d7c8dc4d5bd6b88031eeb5), [`b122a53`](https://github.com/LedgerHQ/ledger-live/commit/b122a536feb06cdf011fbbd2cc8d82d1c54a8439), [`87b706c`](https://github.com/LedgerHQ/ledger-live/commit/87b706c8a807f14c72c7d47206e9ee767f50a04c), [`9c6e2c4`](https://github.com/LedgerHQ/ledger-live/commit/9c6e2c4969832d9d55188ed03bbdfd79b43b7e63), [`9c6e2c4`](https://github.com/LedgerHQ/ledger-live/commit/9c6e2c4969832d9d55188ed03bbdfd79b43b7e63), [`4b0d0f8`](https://github.com/LedgerHQ/ledger-live/commit/4b0d0f8b3694491143ea9307460384471ca93cc2), [`9032845`](https://github.com/LedgerHQ/ledger-live/commit/9032845a3cbadf40d545d6832e0280880e0be3d7), [`450c88c`](https://github.com/LedgerHQ/ledger-live/commit/450c88cefb01f11e6e3670b946f31fe160eebe33), [`07a242d`](https://github.com/LedgerHQ/ledger-live/commit/07a242d9c54a4b70d9fec7ef390b8e8ab7de4df7), [`3824e06`](https://github.com/LedgerHQ/ledger-live/commit/3824e06ba2c94bc0697d2a40d865efe766d1f102)]: + - @ledgerhq/live-env@2.4.0-next.0 + - @ledgerhq/coin-evm@2.4.0-next.0 + - @ledgerhq/coin-tezos@0.6.4-next.0 + - @ledgerhq/coin-algorand@0.5.8-next.0 + - @ledgerhq/coin-solana@0.8.0-next.0 + - @ledgerhq/hw-app-eth@6.40.0-next.0 + - @ledgerhq/live-nft@0.4.8-next.0 + - @ledgerhq/live-wallet@0.7.0-next.0 + - @ledgerhq/coin-cardano@0.2.3-next.0 + - @ledgerhq/coin-bitcoin@0.8.3-next.0 + - @ledgerhq/coin-framework@0.18.3-next.0 + - @ledgerhq/coin-cosmos@0.1.4-next.0 + - @ledgerhq/coin-elrond@0.1.3-next.0 + - @ledgerhq/coin-icon@0.4.5-next.0 + - @ledgerhq/coin-near@0.5.8-next.0 + - @ledgerhq/coin-polkadot@1.3.1-next.0 + - @ledgerhq/coin-stellar@0.3.3-next.0 + - @ledgerhq/coin-ton@0.3.16-next.0 + - @ledgerhq/coin-tron@0.0.8-next.0 + - @ledgerhq/coin-xrp@0.5.4-next.0 + - @ledgerhq/device-core@0.4.2-next.0 + - @ledgerhq/live-countervalues@0.2.8-next.0 + - @ledgerhq/live-countervalues-react@0.2.8-next.0 + - @ledgerhq/cryptoassets@13.6.1-next.0 + - @ledgerhq/live-network@2.0.2-next.0 + - @ledgerhq/speculos-transport@0.1.7-next.0 + - @ledgerhq/hw-app-vet@0.2.8-next.0 + ## 34.10.0 ### Minor Changes diff --git a/libs/ledger-live-common/package.json b/libs/ledger-live-common/package.json index 781e1824051e..401797062d28 100644 --- a/libs/ledger-live-common/package.json +++ b/libs/ledger-live-common/package.json @@ -1,7 +1,7 @@ { "name": "@ledgerhq/live-common", "description": "Common ground for the Ledger Live apps", - "version": "34.10.0", + "version": "34.11.0-next.0", "repository": { "type": "git", "url": "https://github.com/LedgerHQ/ledger-live.git" diff --git a/libs/ledgerjs/packages/cryptoassets-evm-signatures/CHANGELOG.md b/libs/ledgerjs/packages/cryptoassets-evm-signatures/CHANGELOG.md index 8cd8989e06bc..f295ce823168 100644 --- a/libs/ledgerjs/packages/cryptoassets-evm-signatures/CHANGELOG.md +++ b/libs/ledgerjs/packages/cryptoassets-evm-signatures/CHANGELOG.md @@ -1,5 +1,12 @@ # @ledgerhq/cryptoassets-evm-signatures +## 13.5.1-next.0 + +### Patch Changes + +- Updated dependencies [[`ced792c`](https://github.com/LedgerHQ/ledger-live/commit/ced792c37b42135f2b7596228c14ccd0783a803f)]: + - @ledgerhq/live-env@2.4.0-next.0 + ## 13.5.0 ### Minor Changes diff --git a/libs/ledgerjs/packages/cryptoassets-evm-signatures/package.json b/libs/ledgerjs/packages/cryptoassets-evm-signatures/package.json index 0c7682663f82..81364f3ab745 100644 --- a/libs/ledgerjs/packages/cryptoassets-evm-signatures/package.json +++ b/libs/ledgerjs/packages/cryptoassets-evm-signatures/package.json @@ -1,6 +1,6 @@ { "name": "@ledgerhq/cryptoassets-evm-signatures", - "version": "13.5.0", + "version": "13.5.1-next.0", "description": "Ledger crypto-assets list, evm only", "keywords": [ "Ledger" diff --git a/libs/ledgerjs/packages/cryptoassets/CHANGELOG.md b/libs/ledgerjs/packages/cryptoassets/CHANGELOG.md index 5b531e84b36d..2bdfe9a25bd4 100644 --- a/libs/ledgerjs/packages/cryptoassets/CHANGELOG.md +++ b/libs/ledgerjs/packages/cryptoassets/CHANGELOG.md @@ -1,5 +1,12 @@ # @ledgerhq/cryptoassets +## 13.6.1-next.0 + +### Patch Changes + +- Updated dependencies [[`ced792c`](https://github.com/LedgerHQ/ledger-live/commit/ced792c37b42135f2b7596228c14ccd0783a803f)]: + - @ledgerhq/live-env@2.4.0-next.0 + ## 13.6.0 ### Minor Changes diff --git a/libs/ledgerjs/packages/cryptoassets/package.json b/libs/ledgerjs/packages/cryptoassets/package.json index c7533711f1e7..19f90e0b1bfd 100644 --- a/libs/ledgerjs/packages/cryptoassets/package.json +++ b/libs/ledgerjs/packages/cryptoassets/package.json @@ -1,6 +1,6 @@ { "name": "@ledgerhq/cryptoassets", - "version": "13.6.0", + "version": "13.6.1-next.0", "description": "Ledger crypto-assets list", "keywords": [ "Ledger" diff --git a/libs/ledgerjs/packages/hw-app-eth/CHANGELOG.md b/libs/ledgerjs/packages/hw-app-eth/CHANGELOG.md index cfa9627d111e..8312528d7e5b 100644 --- a/libs/ledgerjs/packages/hw-app-eth/CHANGELOG.md +++ b/libs/ledgerjs/packages/hw-app-eth/CHANGELOG.md @@ -1,5 +1,21 @@ # @ledgerhq/hw-app-eth +## 6.40.0-next.0 + +### Minor Changes + +- [#7874](https://github.com/LedgerHQ/ledger-live/pull/7874) [`9c6e2c4`](https://github.com/LedgerHQ/ledger-live/commit/9c6e2c4969832d9d55188ed03bbdfd79b43b7e63) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Add support for Uniswap plugin + +### Patch Changes + +- [#7992](https://github.com/LedgerHQ/ledger-live/pull/7992) [`450c88c`](https://github.com/LedgerHQ/ledger-live/commit/450c88cefb01f11e6e3670b946f31fe160eebe33) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Force ws version even when bundled without pnpm from the monorepo + +- Updated dependencies [[`642c714`](https://github.com/LedgerHQ/ledger-live/commit/642c714d52eaaccb1b8ac3a2ee0391b641d19303), [`1b3a21d`](https://github.com/LedgerHQ/ledger-live/commit/1b3a21d5d8496c42f4dec4116fdcf59ad6f038cd), [`0a16ae4`](https://github.com/LedgerHQ/ledger-live/commit/0a16ae4cb58ad9f2e67c7f3494b0dc52cb7423a1), [`00cab1d`](https://github.com/LedgerHQ/ledger-live/commit/00cab1db1d67eb0cf35059eeeb9e2d8bd328f8f3)]: + - @ledgerhq/types-live@6.52.1-next.0 + - @ledgerhq/domain-service@1.2.7-next.0 + - @ledgerhq/evm-tools@1.2.4-next.0 + - @ledgerhq/cryptoassets-evm-signatures@13.5.1-next.0 + ## 6.39.0 ### Minor Changes diff --git a/libs/ledgerjs/packages/hw-app-eth/package.json b/libs/ledgerjs/packages/hw-app-eth/package.json index 7d60c7c5496c..693266f5a598 100644 --- a/libs/ledgerjs/packages/hw-app-eth/package.json +++ b/libs/ledgerjs/packages/hw-app-eth/package.json @@ -1,6 +1,6 @@ { "name": "@ledgerhq/hw-app-eth", - "version": "6.39.0", + "version": "6.40.0-next.0", "description": "Ledger Hardware Wallet Ethereum Application API", "keywords": [ "Ledger", diff --git a/libs/ledgerjs/packages/hw-app-vet/CHANGELOG.md b/libs/ledgerjs/packages/hw-app-vet/CHANGELOG.md index 1a07d6cf81a0..06ea0c2cffa5 100644 --- a/libs/ledgerjs/packages/hw-app-vet/CHANGELOG.md +++ b/libs/ledgerjs/packages/hw-app-vet/CHANGELOG.md @@ -1,5 +1,12 @@ # @ledgerhq/hw-app-vet +## 0.2.8-next.0 + +### Patch Changes + +- Updated dependencies []: + - @ledgerhq/cryptoassets@13.6.1-next.0 + ## 0.2.7 ### Patch Changes diff --git a/libs/ledgerjs/packages/hw-app-vet/package.json b/libs/ledgerjs/packages/hw-app-vet/package.json index bbb23d655334..1df4a764dd0b 100644 --- a/libs/ledgerjs/packages/hw-app-vet/package.json +++ b/libs/ledgerjs/packages/hw-app-vet/package.json @@ -1,6 +1,6 @@ { "name": "@ledgerhq/hw-app-vet", - "version": "0.2.7", + "version": "0.2.8-next.0", "description": "Ledger Hardware Wallet VeChain Application API", "keywords": [ "Ledger", diff --git a/libs/ledgerjs/packages/keyring-eth/CHANGELOG.md b/libs/ledgerjs/packages/keyring-eth/CHANGELOG.md index e01ba7cd45b8..ccb8c685c40b 100644 --- a/libs/ledgerjs/packages/keyring-eth/CHANGELOG.md +++ b/libs/ledgerjs/packages/keyring-eth/CHANGELOG.md @@ -1,5 +1,14 @@ # @ledgerhq/keyring-eth +## 0.2.6-next.0 + +### Patch Changes + +- Updated dependencies [[`642c714`](https://github.com/LedgerHQ/ledger-live/commit/642c714d52eaaccb1b8ac3a2ee0391b641d19303), [`ced792c`](https://github.com/LedgerHQ/ledger-live/commit/ced792c37b42135f2b7596228c14ccd0783a803f), [`1b3a21d`](https://github.com/LedgerHQ/ledger-live/commit/1b3a21d5d8496c42f4dec4116fdcf59ad6f038cd), [`0a16ae4`](https://github.com/LedgerHQ/ledger-live/commit/0a16ae4cb58ad9f2e67c7f3494b0dc52cb7423a1), [`00cab1d`](https://github.com/LedgerHQ/ledger-live/commit/00cab1db1d67eb0cf35059eeeb9e2d8bd328f8f3), [`9c6e2c4`](https://github.com/LedgerHQ/ledger-live/commit/9c6e2c4969832d9d55188ed03bbdfd79b43b7e63), [`9c6e2c4`](https://github.com/LedgerHQ/ledger-live/commit/9c6e2c4969832d9d55188ed03bbdfd79b43b7e63), [`450c88c`](https://github.com/LedgerHQ/ledger-live/commit/450c88cefb01f11e6e3670b946f31fe160eebe33)]: + - @ledgerhq/types-live@6.52.1-next.0 + - @ledgerhq/coin-evm@2.4.0-next.0 + - @ledgerhq/hw-app-eth@6.40.0-next.0 + ## 0.2.5 ### Patch Changes diff --git a/libs/ledgerjs/packages/keyring-eth/package.json b/libs/ledgerjs/packages/keyring-eth/package.json index 45c9e3e40552..0d13585cc286 100644 --- a/libs/ledgerjs/packages/keyring-eth/package.json +++ b/libs/ledgerjs/packages/keyring-eth/package.json @@ -1,6 +1,6 @@ { "name": "@ledgerhq/keyring-eth", - "version": "0.2.5", + "version": "0.2.6-next.0", "description": "Ledger keyring eth module", "private": true, "files": [ diff --git a/libs/ledgerjs/packages/swift-bridge-hw-app-eth/CHANGELOG.md b/libs/ledgerjs/packages/swift-bridge-hw-app-eth/CHANGELOG.md index f250792f2f30..3a0d8019cca5 100644 --- a/libs/ledgerjs/packages/swift-bridge-hw-app-eth/CHANGELOG.md +++ b/libs/ledgerjs/packages/swift-bridge-hw-app-eth/CHANGELOG.md @@ -1,5 +1,12 @@ # @ledgerhq/swift-bridge-hw-app-eth +## 1.2.8-next.0 + +### Patch Changes + +- Updated dependencies [[`9c6e2c4`](https://github.com/LedgerHQ/ledger-live/commit/9c6e2c4969832d9d55188ed03bbdfd79b43b7e63), [`450c88c`](https://github.com/LedgerHQ/ledger-live/commit/450c88cefb01f11e6e3670b946f31fe160eebe33)]: + - @ledgerhq/hw-app-eth@6.40.0-next.0 + ## 1.2.7 ### Patch Changes diff --git a/libs/ledgerjs/packages/swift-bridge-hw-app-eth/package.json b/libs/ledgerjs/packages/swift-bridge-hw-app-eth/package.json index 730b65b13c32..11bf1ff42794 100644 --- a/libs/ledgerjs/packages/swift-bridge-hw-app-eth/package.json +++ b/libs/ledgerjs/packages/swift-bridge-hw-app-eth/package.json @@ -1,6 +1,6 @@ { "name": "@ledgerhq/swift-bridge-hw-app-eth", - "version": "1.2.7", + "version": "1.2.8-next.0", "description": "Package to facilitate bundling hw-app-eth in the EthWrapper Swift package", "keywords": [ "Ledger", diff --git a/libs/ledgerjs/packages/types-live/CHANGELOG.md b/libs/ledgerjs/packages/types-live/CHANGELOG.md index f4384b653523..0f80fab35855 100644 --- a/libs/ledgerjs/packages/types-live/CHANGELOG.md +++ b/libs/ledgerjs/packages/types-live/CHANGELOG.md @@ -1,5 +1,21 @@ # @ledgerhq/types-live +## 6.52.1-next.0 + +### Patch Changes + +- [#7963](https://github.com/LedgerHQ/ledger-live/pull/7963) [`642c714`](https://github.com/LedgerHQ/ledger-live/commit/642c714d52eaaccb1b8ac3a2ee0391b641d19303) Thanks [@thesan](https://github.com/thesan)! - Create `llmMemoTag` + +- [#7870](https://github.com/LedgerHQ/ledger-live/pull/7870) [`1b3a21d`](https://github.com/LedgerHQ/ledger-live/commit/1b3a21d5d8496c42f4dec4116fdcf59ad6f038cd) Thanks [@marcotoniut-ledger](https://github.com/marcotoniut-ledger)! - ledger-live-desktop: Updated staking modal. Filtering per category. New copy and design + live-mobile: Updated staking modal. Filtering per category. New copy and design + @ledgerhq/icons-ui: Add book-graduation icon + @ledgerhq/types-live: Update schema of ethStakingProviders flag + @ledgerhq/native-ui: Add `xs` size to Button + +- [#8038](https://github.com/LedgerHQ/ledger-live/pull/8038) [`0a16ae4`](https://github.com/LedgerHQ/ledger-live/commit/0a16ae4cb58ad9f2e67c7f3494b0dc52cb7423a1) Thanks [@themooneer](https://github.com/themooneer)! - add memoTag FF for LLD + +- [#7891](https://github.com/LedgerHQ/ledger-live/pull/7891) [`00cab1d`](https://github.com/LedgerHQ/ledger-live/commit/00cab1db1d67eb0cf35059eeeb9e2d8bd328f8f3) Thanks [@mcayuelas-ledger](https://github.com/mcayuelas-ledger)! - Add useCheckNftAccount Hook + ## 6.52.0 ### Minor Changes diff --git a/libs/ledgerjs/packages/types-live/package.json b/libs/ledgerjs/packages/types-live/package.json index 1e086bf1aee0..4f8d3d8f7ab6 100644 --- a/libs/ledgerjs/packages/types-live/package.json +++ b/libs/ledgerjs/packages/types-live/package.json @@ -1,6 +1,6 @@ { "name": "@ledgerhq/types-live", - "version": "6.52.0", + "version": "6.52.1-next.0", "description": "Ledger Live main types.", "keywords": [ "Ledger" diff --git a/libs/live-countervalues-react/CHANGELOG.md b/libs/live-countervalues-react/CHANGELOG.md index c3de8dc2171a..f0152606e506 100644 --- a/libs/live-countervalues-react/CHANGELOG.md +++ b/libs/live-countervalues-react/CHANGELOG.md @@ -1,5 +1,15 @@ # @ledgerhq/live-countervalues-react +## 0.2.8-next.0 + +### Patch Changes + +- Updated dependencies [[`642c714`](https://github.com/LedgerHQ/ledger-live/commit/642c714d52eaaccb1b8ac3a2ee0391b641d19303), [`1b3a21d`](https://github.com/LedgerHQ/ledger-live/commit/1b3a21d5d8496c42f4dec4116fdcf59ad6f038cd), [`0a16ae4`](https://github.com/LedgerHQ/ledger-live/commit/0a16ae4cb58ad9f2e67c7f3494b0dc52cb7423a1), [`00cab1d`](https://github.com/LedgerHQ/ledger-live/commit/00cab1db1d67eb0cf35059eeeb9e2d8bd328f8f3)]: + - @ledgerhq/types-live@6.52.1-next.0 + - @ledgerhq/coin-framework@0.18.3-next.0 + - @ledgerhq/live-countervalues@0.2.8-next.0 + - @ledgerhq/cryptoassets@13.6.1-next.0 + ## 0.2.7 ### Patch Changes diff --git a/libs/live-countervalues-react/package.json b/libs/live-countervalues-react/package.json index 837481af94c4..c29a25c0dd0c 100644 --- a/libs/live-countervalues-react/package.json +++ b/libs/live-countervalues-react/package.json @@ -1,6 +1,6 @@ { "name": "@ledgerhq/live-countervalues-react", - "version": "0.2.7", + "version": "0.2.8-next.0", "description": "Ledger Live countervalues React module", "keywords": [ "Ledger" diff --git a/libs/live-countervalues/CHANGELOG.md b/libs/live-countervalues/CHANGELOG.md index bfc8382241e3..4f3f06a5a3ce 100644 --- a/libs/live-countervalues/CHANGELOG.md +++ b/libs/live-countervalues/CHANGELOG.md @@ -1,5 +1,16 @@ # @ledgerhq/live-countervalues +## 0.2.8-next.0 + +### Patch Changes + +- Updated dependencies [[`642c714`](https://github.com/LedgerHQ/ledger-live/commit/642c714d52eaaccb1b8ac3a2ee0391b641d19303), [`ced792c`](https://github.com/LedgerHQ/ledger-live/commit/ced792c37b42135f2b7596228c14ccd0783a803f), [`1b3a21d`](https://github.com/LedgerHQ/ledger-live/commit/1b3a21d5d8496c42f4dec4116fdcf59ad6f038cd), [`0a16ae4`](https://github.com/LedgerHQ/ledger-live/commit/0a16ae4cb58ad9f2e67c7f3494b0dc52cb7423a1), [`00cab1d`](https://github.com/LedgerHQ/ledger-live/commit/00cab1db1d67eb0cf35059eeeb9e2d8bd328f8f3)]: + - @ledgerhq/types-live@6.52.1-next.0 + - @ledgerhq/live-env@2.4.0-next.0 + - @ledgerhq/coin-framework@0.18.3-next.0 + - @ledgerhq/cryptoassets@13.6.1-next.0 + - @ledgerhq/live-network@2.0.2-next.0 + ## 0.2.7 ### Patch Changes diff --git a/libs/live-countervalues/package.json b/libs/live-countervalues/package.json index 76fc27fef38c..db931dd0e0e9 100644 --- a/libs/live-countervalues/package.json +++ b/libs/live-countervalues/package.json @@ -1,6 +1,6 @@ { "name": "@ledgerhq/live-countervalues", - "version": "0.2.7", + "version": "0.2.8-next.0", "description": "Ledger Live countervalues module", "keywords": [ "Ledger" diff --git a/libs/live-network/CHANGELOG.md b/libs/live-network/CHANGELOG.md index e39aaa922e42..41dbceeab91a 100644 --- a/libs/live-network/CHANGELOG.md +++ b/libs/live-network/CHANGELOG.md @@ -1,5 +1,12 @@ # @ledgerhq/live-network +## 2.0.2-next.0 + +### Patch Changes + +- Updated dependencies [[`ced792c`](https://github.com/LedgerHQ/ledger-live/commit/ced792c37b42135f2b7596228c14ccd0783a803f)]: + - @ledgerhq/live-env@2.4.0-next.0 + ## 2.0.1 ### Patch Changes diff --git a/libs/live-network/package.json b/libs/live-network/package.json index 9f74484e8d1c..14262b4d86a8 100644 --- a/libs/live-network/package.json +++ b/libs/live-network/package.json @@ -1,6 +1,6 @@ { "name": "@ledgerhq/live-network", - "version": "2.0.1", + "version": "2.0.2-next.0", "description": "Ledger Live network and cache utilities", "keywords": [ "Ledger" diff --git a/libs/live-nft-react/CHANGELOG.md b/libs/live-nft-react/CHANGELOG.md index 6e612c927d5f..e4e4d40d057a 100644 --- a/libs/live-nft-react/CHANGELOG.md +++ b/libs/live-nft-react/CHANGELOG.md @@ -1,5 +1,19 @@ # @ledgerhq/live-nft-react +## 0.4.8-next.0 + +### Patch Changes + +- [#7891](https://github.com/LedgerHQ/ledger-live/pull/7891) [`00cab1d`](https://github.com/LedgerHQ/ledger-live/commit/00cab1db1d67eb0cf35059eeeb9e2d8bd328f8f3) Thanks [@mcayuelas-ledger](https://github.com/mcayuelas-ledger)! - Add useCheckNftAccount Hook + +- [#7966](https://github.com/LedgerHQ/ledger-live/pull/7966) [`4b0d0f8`](https://github.com/LedgerHQ/ledger-live/commit/4b0d0f8b3694491143ea9307460384471ca93cc2) Thanks [@LucasWerey](https://github.com/LucasWerey)! - Add the hide inscription feature for ordinals + +- Updated dependencies [[`642c714`](https://github.com/LedgerHQ/ledger-live/commit/642c714d52eaaccb1b8ac3a2ee0391b641d19303), [`1b3a21d`](https://github.com/LedgerHQ/ledger-live/commit/1b3a21d5d8496c42f4dec4116fdcf59ad6f038cd), [`0a16ae4`](https://github.com/LedgerHQ/ledger-live/commit/0a16ae4cb58ad9f2e67c7f3494b0dc52cb7423a1), [`00cab1d`](https://github.com/LedgerHQ/ledger-live/commit/00cab1db1d67eb0cf35059eeeb9e2d8bd328f8f3), [`4b0d0f8`](https://github.com/LedgerHQ/ledger-live/commit/4b0d0f8b3694491143ea9307460384471ca93cc2)]: + - @ledgerhq/types-live@6.52.1-next.0 + - @ledgerhq/live-nft@0.4.8-next.0 + - @ledgerhq/coin-framework@0.18.3-next.0 + - @ledgerhq/cryptoassets@13.6.1-next.0 + ## 0.4.7 ### Patch Changes diff --git a/libs/live-nft-react/package.json b/libs/live-nft-react/package.json index 24851cdc5094..e0a85e597e8a 100644 --- a/libs/live-nft-react/package.json +++ b/libs/live-nft-react/package.json @@ -1,6 +1,6 @@ { "name": "@ledgerhq/live-nft-react", - "version": "0.4.7", + "version": "0.4.8-next.0", "description": "Ledger Live nft React module", "keywords": [ "Ledger" diff --git a/libs/live-nft/CHANGELOG.md b/libs/live-nft/CHANGELOG.md index 511a36b3df90..0abcc785325b 100644 --- a/libs/live-nft/CHANGELOG.md +++ b/libs/live-nft/CHANGELOG.md @@ -1,5 +1,18 @@ # @ledgerhq/live-nft +## 0.4.8-next.0 + +### Patch Changes + +- [#7966](https://github.com/LedgerHQ/ledger-live/pull/7966) [`4b0d0f8`](https://github.com/LedgerHQ/ledger-live/commit/4b0d0f8b3694491143ea9307460384471ca93cc2) Thanks [@LucasWerey](https://github.com/LucasWerey)! - Add the hide inscription feature for ordinals + +- Updated dependencies [[`642c714`](https://github.com/LedgerHQ/ledger-live/commit/642c714d52eaaccb1b8ac3a2ee0391b641d19303), [`ced792c`](https://github.com/LedgerHQ/ledger-live/commit/ced792c37b42135f2b7596228c14ccd0783a803f), [`1b3a21d`](https://github.com/LedgerHQ/ledger-live/commit/1b3a21d5d8496c42f4dec4116fdcf59ad6f038cd), [`0a16ae4`](https://github.com/LedgerHQ/ledger-live/commit/0a16ae4cb58ad9f2e67c7f3494b0dc52cb7423a1), [`00cab1d`](https://github.com/LedgerHQ/ledger-live/commit/00cab1db1d67eb0cf35059eeeb9e2d8bd328f8f3)]: + - @ledgerhq/types-live@6.52.1-next.0 + - @ledgerhq/live-env@2.4.0-next.0 + - @ledgerhq/coin-framework@0.18.3-next.0 + - @ledgerhq/cryptoassets@13.6.1-next.0 + - @ledgerhq/live-network@2.0.2-next.0 + ## 0.4.7 ### Patch Changes diff --git a/libs/live-nft/package.json b/libs/live-nft/package.json index 57790d84f9e5..672d37b462a6 100644 --- a/libs/live-nft/package.json +++ b/libs/live-nft/package.json @@ -1,6 +1,6 @@ { "name": "@ledgerhq/live-nft", - "version": "0.4.7", + "version": "0.4.8-next.0", "description": "Ledger Live NFT module", "keywords": [ "Ledger" diff --git a/libs/live-wallet/CHANGELOG.md b/libs/live-wallet/CHANGELOG.md index 494718e1b901..550fef7e3394 100644 --- a/libs/live-wallet/CHANGELOG.md +++ b/libs/live-wallet/CHANGELOG.md @@ -1,5 +1,21 @@ # @ledgerhq/live-wallet +## 0.7.0-next.0 + +### Minor Changes + +- [#7964](https://github.com/LedgerHQ/ledger-live/pull/7964) [`9032845`](https://github.com/LedgerHQ/ledger-live/commit/9032845a3cbadf40d545d6832e0280880e0be3d7) Thanks [@KVNLS](https://github.com/KVNLS)! - Use Ledger Key Ring Protocol naming + +### Patch Changes + +- Updated dependencies [[`642c714`](https://github.com/LedgerHQ/ledger-live/commit/642c714d52eaaccb1b8ac3a2ee0391b641d19303), [`ced792c`](https://github.com/LedgerHQ/ledger-live/commit/ced792c37b42135f2b7596228c14ccd0783a803f), [`1b3a21d`](https://github.com/LedgerHQ/ledger-live/commit/1b3a21d5d8496c42f4dec4116fdcf59ad6f038cd), [`0a16ae4`](https://github.com/LedgerHQ/ledger-live/commit/0a16ae4cb58ad9f2e67c7f3494b0dc52cb7423a1), [`00cab1d`](https://github.com/LedgerHQ/ledger-live/commit/00cab1db1d67eb0cf35059eeeb9e2d8bd328f8f3), [`a47e68b`](https://github.com/LedgerHQ/ledger-live/commit/a47e68b568a3b888a241c30345b4935557404215), [`9032845`](https://github.com/LedgerHQ/ledger-live/commit/9032845a3cbadf40d545d6832e0280880e0be3d7)]: + - @ledgerhq/types-live@6.52.1-next.0 + - @ledgerhq/live-env@2.4.0-next.0 + - @ledgerhq/ledger-key-ring-protocol@0.5.0-next.0 + - @ledgerhq/coin-framework@0.18.3-next.0 + - @ledgerhq/cryptoassets@13.6.1-next.0 + - @ledgerhq/live-network@2.0.2-next.0 + ## 0.6.2 ### Patch Changes diff --git a/libs/live-wallet/package.json b/libs/live-wallet/package.json index 78c28a9f1bab..032efde2e425 100644 --- a/libs/live-wallet/package.json +++ b/libs/live-wallet/package.json @@ -1,6 +1,6 @@ { "name": "@ledgerhq/live-wallet", - "version": "0.6.2", + "version": "0.7.0-next.0", "description": "Ledger Live wallet", "keywords": [ "Ledger" diff --git a/libs/speculos-transport/CHANGELOG.md b/libs/speculos-transport/CHANGELOG.md index c83e868768e0..a48d8a3d418c 100644 --- a/libs/speculos-transport/CHANGELOG.md +++ b/libs/speculos-transport/CHANGELOG.md @@ -1,5 +1,12 @@ # @ledgerhq/speculos-transport +## 0.1.7-next.0 + +### Patch Changes + +- Updated dependencies [[`ced792c`](https://github.com/LedgerHQ/ledger-live/commit/ced792c37b42135f2b7596228c14ccd0783a803f)]: + - @ledgerhq/live-env@2.4.0-next.0 + ## 0.1.6 ### Patch Changes diff --git a/libs/speculos-transport/package.json b/libs/speculos-transport/package.json index 270de3115bed..a27d7fcbbebd 100644 --- a/libs/speculos-transport/package.json +++ b/libs/speculos-transport/package.json @@ -1,6 +1,6 @@ { "name": "@ledgerhq/speculos-transport", - "version": "0.1.6", + "version": "0.1.7-next.0", "description": "Ledger Live speculos transport test helper", "private": true, "keywords": [ diff --git a/libs/test-utils/CHANGELOG.md b/libs/test-utils/CHANGELOG.md index e773d9933e90..8cb99fc4b453 100644 --- a/libs/test-utils/CHANGELOG.md +++ b/libs/test-utils/CHANGELOG.md @@ -1,5 +1,12 @@ # @ledgerhq/test-utils +## 0.2.10-next.0 + +### Patch Changes + +- Updated dependencies [[`642c714`](https://github.com/LedgerHQ/ledger-live/commit/642c714d52eaaccb1b8ac3a2ee0391b641d19303), [`b0d535b`](https://github.com/LedgerHQ/ledger-live/commit/b0d535b72d9c6ac7e474de2b598bc4964a515d93), [`0a16ae4`](https://github.com/LedgerHQ/ledger-live/commit/0a16ae4cb58ad9f2e67c7f3494b0dc52cb7423a1), [`6f0d39f`](https://github.com/LedgerHQ/ledger-live/commit/6f0d39f46ef5d3e24439421aa68dfe7aadcd1dbc), [`00cab1d`](https://github.com/LedgerHQ/ledger-live/commit/00cab1db1d67eb0cf35059eeeb9e2d8bd328f8f3), [`b0d535b`](https://github.com/LedgerHQ/ledger-live/commit/b0d535b72d9c6ac7e474de2b598bc4964a515d93), [`87b706c`](https://github.com/LedgerHQ/ledger-live/commit/87b706c8a807f14c72c7d47206e9ee767f50a04c), [`3652e83`](https://github.com/LedgerHQ/ledger-live/commit/3652e83e02876856f1370cccab47f4272b71a7d3), [`07a242d`](https://github.com/LedgerHQ/ledger-live/commit/07a242d9c54a4b70d9fec7ef390b8e8ab7de4df7), [`3824e06`](https://github.com/LedgerHQ/ledger-live/commit/3824e06ba2c94bc0697d2a40d865efe766d1f102), [`d962cf1`](https://github.com/LedgerHQ/ledger-live/commit/d962cf13667a383b77a1d30bf26bec27702d9af4)]: + - @ledgerhq/live-common@34.11.0-next.0 + ## 0.2.9 ### Patch Changes diff --git a/libs/test-utils/package.json b/libs/test-utils/package.json index 26b0fa700e1d..450c13b8cd00 100644 --- a/libs/test-utils/package.json +++ b/libs/test-utils/package.json @@ -1,6 +1,6 @@ { "name": "@ledgerhq/test-utils", - "version": "0.2.9", + "version": "0.2.10-next.0", "private": true, "description": "Dummy apps and utils for tests", "keywords": [ diff --git a/libs/ui/examples/next.js/CHANGELOG.md b/libs/ui/examples/next.js/CHANGELOG.md index 85a6fd22a695..fd55c2f570cb 100644 --- a/libs/ui/examples/next.js/CHANGELOG.md +++ b/libs/ui/examples/next.js/CHANGELOG.md @@ -1,5 +1,12 @@ # next.js-example +## 0.1.7-next.0 + +### Patch Changes + +- Updated dependencies []: + - @ledgerhq/react-ui@0.16.2-next.0 + ## 0.1.6 ### Patch Changes diff --git a/libs/ui/examples/next.js/package.json b/libs/ui/examples/next.js/package.json index 0704040d2f27..920efbce8845 100644 --- a/libs/ui/examples/next.js/package.json +++ b/libs/ui/examples/next.js/package.json @@ -1,7 +1,7 @@ { "name": "@ledgerhq/next.js-example", "private": true, - "version": "0.1.6", + "version": "0.1.7-next.0", "license": "MIT", "scripts": { "dev": "next dev", diff --git a/libs/ui/examples/webpack.js/CHANGELOG.md b/libs/ui/examples/webpack.js/CHANGELOG.md index df7f73f513ee..79f3ad574521 100644 --- a/libs/ui/examples/webpack.js/CHANGELOG.md +++ b/libs/ui/examples/webpack.js/CHANGELOG.md @@ -1,5 +1,12 @@ # webpack.js-example +## 0.1.7-next.0 + +### Patch Changes + +- Updated dependencies []: + - @ledgerhq/react-ui@0.16.2-next.0 + ## 0.1.6 ### Patch Changes diff --git a/libs/ui/examples/webpack.js/package.json b/libs/ui/examples/webpack.js/package.json index 030d10f55166..0aed46e2ab5b 100644 --- a/libs/ui/examples/webpack.js/package.json +++ b/libs/ui/examples/webpack.js/package.json @@ -1,7 +1,7 @@ { "name": "@ledgerhq/webpack.js-example", "private": true, - "version": "0.1.6", + "version": "0.1.7-next.0", "license": "MIT", "scripts": { "build": "webpack --node-env=production", diff --git a/libs/ui/packages/icons/CHANGELOG.md b/libs/ui/packages/icons/CHANGELOG.md index bcf831867df1..73d4ee5b0993 100644 --- a/libs/ui/packages/icons/CHANGELOG.md +++ b/libs/ui/packages/icons/CHANGELOG.md @@ -1,5 +1,15 @@ # @ledgerhq/icons-ui +## 0.8.0-next.0 + +### Minor Changes + +- [#7870](https://github.com/LedgerHQ/ledger-live/pull/7870) [`1b3a21d`](https://github.com/LedgerHQ/ledger-live/commit/1b3a21d5d8496c42f4dec4116fdcf59ad6f038cd) Thanks [@marcotoniut-ledger](https://github.com/marcotoniut-ledger)! - ledger-live-desktop: Updated staking modal. Filtering per category. New copy and design + live-mobile: Updated staking modal. Filtering per category. New copy and design + @ledgerhq/icons-ui: Add book-graduation icon + @ledgerhq/types-live: Update schema of ethStakingProviders flag + @ledgerhq/native-ui: Add `xs` size to Button + ## 0.7.4 ### Patch Changes diff --git a/libs/ui/packages/icons/package.json b/libs/ui/packages/icons/package.json index 1cdd62b0a3bc..f39ce65f64c1 100644 --- a/libs/ui/packages/icons/package.json +++ b/libs/ui/packages/icons/package.json @@ -1,7 +1,7 @@ { "name": "@ledgerhq/icons-ui", "description": "Icons used by the Ledger design system.", - "version": "0.7.4", + "version": "0.8.0-next.0", "license": "MIT", "repository": { "type": "git", diff --git a/libs/ui/packages/native/CHANGELOG.md b/libs/ui/packages/native/CHANGELOG.md index 065bbf253866..ee3528670ac3 100644 --- a/libs/ui/packages/native/CHANGELOG.md +++ b/libs/ui/packages/native/CHANGELOG.md @@ -1,5 +1,21 @@ # @ledgerhq/native-ui +## 0.25.0-next.0 + +### Minor Changes + +- [#7989](https://github.com/LedgerHQ/ledger-live/pull/7989) [`191b105`](https://github.com/LedgerHQ/ledger-live/commit/191b105e6f1c76e674da6e9e109efe1b01937b99) Thanks [@thesan](https://github.com/thesan)! - Add the receive flow `NeedMemoTagModal` + +### Patch Changes + +- [#7870](https://github.com/LedgerHQ/ledger-live/pull/7870) [`1b3a21d`](https://github.com/LedgerHQ/ledger-live/commit/1b3a21d5d8496c42f4dec4116fdcf59ad6f038cd) Thanks [@marcotoniut-ledger](https://github.com/marcotoniut-ledger)! - ledger-live-desktop: Updated staking modal. Filtering per category. New copy and design + live-mobile: Updated staking modal. Filtering per category. New copy and design + @ledgerhq/icons-ui: Add book-graduation icon + @ledgerhq/types-live: Update schema of ethStakingProviders flag + @ledgerhq/native-ui: Add `xs` size to Button +- Updated dependencies [[`1b3a21d`](https://github.com/LedgerHQ/ledger-live/commit/1b3a21d5d8496c42f4dec4116fdcf59ad6f038cd)]: + - @ledgerhq/icons-ui@0.8.0-next.0 + ## 0.24.1 ### Patch Changes diff --git a/libs/ui/packages/native/package.json b/libs/ui/packages/native/package.json index 2952115abb4b..21952701b189 100644 --- a/libs/ui/packages/native/package.json +++ b/libs/ui/packages/native/package.json @@ -1,6 +1,6 @@ { "name": "@ledgerhq/native-ui", - "version": "0.24.1", + "version": "0.25.0-next.0", "description": "Ledger Live - Mobile UI", "repository": { "type": "git", diff --git a/libs/ui/packages/react/CHANGELOG.md b/libs/ui/packages/react/CHANGELOG.md index 2d8706820dbb..89aa3ed081a8 100644 --- a/libs/ui/packages/react/CHANGELOG.md +++ b/libs/ui/packages/react/CHANGELOG.md @@ -1,5 +1,12 @@ # @ledgerhq/react-ui +## 0.16.2-next.0 + +### Patch Changes + +- Updated dependencies [[`1b3a21d`](https://github.com/LedgerHQ/ledger-live/commit/1b3a21d5d8496c42f4dec4116fdcf59ad6f038cd)]: + - @ledgerhq/icons-ui@0.8.0-next.0 + ## 0.16.1 ### Patch Changes diff --git a/libs/ui/packages/react/package.json b/libs/ui/packages/react/package.json index 5efec42a6fd8..0df0a6ac7b6e 100644 --- a/libs/ui/packages/react/package.json +++ b/libs/ui/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@ledgerhq/react-ui", - "version": "0.16.1", + "version": "0.16.2-next.0", "description": "Ledger Live - Desktop UI", "author": "Ledger Live Team ", "repository": { diff --git a/tests/dummy-wallet-app/CHANGELOG.md b/tests/dummy-wallet-app/CHANGELOG.md index d684b42c8a8b..a7794ce375db 100644 --- a/tests/dummy-wallet-app/CHANGELOG.md +++ b/tests/dummy-wallet-app/CHANGELOG.md @@ -1,5 +1,13 @@ # dummy-wallet-app +## 0.3.10-next.0 + +### Patch Changes + +- Updated dependencies [[`642c714`](https://github.com/LedgerHQ/ledger-live/commit/642c714d52eaaccb1b8ac3a2ee0391b641d19303), [`b0d535b`](https://github.com/LedgerHQ/ledger-live/commit/b0d535b72d9c6ac7e474de2b598bc4964a515d93), [`0a16ae4`](https://github.com/LedgerHQ/ledger-live/commit/0a16ae4cb58ad9f2e67c7f3494b0dc52cb7423a1), [`6f0d39f`](https://github.com/LedgerHQ/ledger-live/commit/6f0d39f46ef5d3e24439421aa68dfe7aadcd1dbc), [`00cab1d`](https://github.com/LedgerHQ/ledger-live/commit/00cab1db1d67eb0cf35059eeeb9e2d8bd328f8f3), [`b0d535b`](https://github.com/LedgerHQ/ledger-live/commit/b0d535b72d9c6ac7e474de2b598bc4964a515d93), [`87b706c`](https://github.com/LedgerHQ/ledger-live/commit/87b706c8a807f14c72c7d47206e9ee767f50a04c), [`9c6e2c4`](https://github.com/LedgerHQ/ledger-live/commit/9c6e2c4969832d9d55188ed03bbdfd79b43b7e63), [`450c88c`](https://github.com/LedgerHQ/ledger-live/commit/450c88cefb01f11e6e3670b946f31fe160eebe33), [`3652e83`](https://github.com/LedgerHQ/ledger-live/commit/3652e83e02876856f1370cccab47f4272b71a7d3), [`07a242d`](https://github.com/LedgerHQ/ledger-live/commit/07a242d9c54a4b70d9fec7ef390b8e8ab7de4df7), [`3824e06`](https://github.com/LedgerHQ/ledger-live/commit/3824e06ba2c94bc0697d2a40d865efe766d1f102), [`d962cf1`](https://github.com/LedgerHQ/ledger-live/commit/d962cf13667a383b77a1d30bf26bec27702d9af4)]: + - @ledgerhq/live-common@34.11.0-next.0 + - @ledgerhq/hw-app-eth@6.40.0-next.0 + ## 0.3.9 ### Patch Changes diff --git a/tests/dummy-wallet-app/package.json b/tests/dummy-wallet-app/package.json index e82c4f34ace6..bf13a8e1f3a8 100644 --- a/tests/dummy-wallet-app/package.json +++ b/tests/dummy-wallet-app/package.json @@ -1,6 +1,6 @@ { "name": "@ledgerhq/dummy-wallet-app", - "version": "0.3.9", + "version": "0.3.10-next.0", "private": true, "dependencies": { "@ledgerhq/hw-app-eth": "workspace:*",