@ledgerhq/coin-evm 0.7.0-next.0 → 0.7.0-next.2

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/coin-evm@0.6.1 build /home/runner/work/ledger-live/ledger-live/libs/coin-evm
2
+ > @ledgerhq/coin-evm@0.7.0-next.1 build /home/runner/work/ledger-live/ledger-live/libs/coin-evm
3
3
  > tsc && tsc -m ES6 --outDir lib-es
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @ledgerhq/coin-evm
2
2
 
3
+ ## 0.7.0-next.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#4804](https://github.com/LedgerHQ/ledger-live/pull/4804) [`4cb507a52b`](https://github.com/LedgerHQ/ledger-live/commit/4cb507a52bf336d395b08b4c1a429bd4956ab22d) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Add cache to CDN requests during preload
8
+
9
+ ## 0.7.0-next.1
10
+
11
+ ### Minor Changes
12
+
13
+ - [#4791](https://github.com/LedgerHQ/ledger-live/pull/4791) [`b779f6c964`](https://github.com/LedgerHQ/ledger-live/commit/b779f6c964079b9cd9a4ee985cd5cdbb8c49406e) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Update `getDeviceTransactionConfig` to return correctly nano fields when the transaction has been crafted by a third party (like the Wallet API)
14
+
3
15
  ## 0.7.0-next.0
4
16
 
5
17
  ### Minor Changes