@ledgerhq/cryptoassets 9.8.0-nightly.1 → 9.8.0-notarizer.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,4 @@
1
1
 
2
- > @ledgerhq/cryptoassets@9.8.0-nightly.0 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/cryptoassets
2
+ > @ledgerhq/cryptoassets@9.7.0 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/cryptoassets
3
3
  > tsc && tsc -m ES6 --outDir lib-es
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,19 +1,21 @@
1
1
  # @ledgerhq/cryptoassets
2
2
 
3
- ## 9.8.0-nightly.1
3
+ ## 9.8.0-notarizer.0
4
4
 
5
5
  ### Minor Changes
6
6
 
7
7
  - [#3676](https://github.com/LedgerHQ/ledger-live/pull/3676) [`be5f56b233`](https://github.com/LedgerHQ/ledger-live/commit/be5f56b2330c166323914b79fef37a3c05e0e13a) Thanks [@adrienlacombe-ledger](https://github.com/adrienlacombe-ledger)! - update CAL
8
8
 
9
- ## 9.8.0-nightly.0
10
-
11
- ### Minor Changes
12
-
13
9
  - [#3626](https://github.com/LedgerHQ/ledger-live/pull/3626) [`d1aa522db7`](https://github.com/LedgerHQ/ledger-live/commit/d1aa522db75f7ea850efe412abaa4dc7d37af6b7) Thanks [@henrily-ledger](https://github.com/henrily-ledger)! - Allow addtoken to replace existing token
14
10
 
15
11
  - [#3632](https://github.com/LedgerHQ/ledger-live/pull/3632) [`ebe5b07afe`](https://github.com/LedgerHQ/ledger-live/commit/ebe5b07afec441ea3e2d9103da9e1175972add47) Thanks [@adrienlacombe-ledger](https://github.com/adrienlacombe-ledger)! - CAL update
16
12
 
13
+ ### Patch Changes
14
+
15
+ - [#3701](https://github.com/LedgerHQ/ledger-live/pull/3701) [`cb95f72c24`](https://github.com/LedgerHQ/ledger-live/commit/cb95f72c2415876ef88ca83fd2c4363a57669b92) Thanks [@jnicoulaud-ledger](https://github.com/jnicoulaud-ledger)! - fixed exchange app signatures for BSC coin and tokens
16
+
17
+ - [#3483](https://github.com/LedgerHQ/ledger-live/pull/3483) [`4a1454beb3`](https://github.com/LedgerHQ/ledger-live/commit/4a1454beb3f86405ba2686e07879c12a7d35ad8e) Thanks [@gre](https://github.com/gre)! - use ledger currency id on Countervalues API usage.
18
+
17
19
  ## 9.7.0
18
20
 
19
21
  ### Minor Changes