@ledgerhq/cryptoassets 7.0.0-next.0 → 7.0.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.
- package/.turbo/turbo-build.log +1 -1
- package/CHANGELOG.md +14 -0
- package/package.json +1 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
|
|
2
|
-
> @ledgerhq/cryptoassets@
|
|
2
|
+
> @ledgerhq/cryptoassets@7.0.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,5 +1,19 @@
|
|
|
1
1
|
# @ledgerhq/cryptoassets
|
|
2
2
|
|
|
3
|
+
## 7.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [#1778](https://github.com/LedgerHQ/ledger-live/pull/1778) [`9100363270`](https://github.com/LedgerHQ/ledger-live/commit/91003632704d11fc327517a582ac6d7009c05bd3) Thanks [@valpinkman](https://github.com/valpinkman)! - Breaking: Moved `data` folder in `src` so it can be compiled by TS (also changed files to Typescript)
|
|
8
|
+
|
|
9
|
+
### Minor Changes
|
|
10
|
+
|
|
11
|
+
- [#1845](https://github.com/LedgerHQ/ledger-live/pull/1845) [`82676099c5`](https://github.com/LedgerHQ/ledger-live/commit/82676099c5d99bbe877b92281d29fde040a0285a) Thanks [@adrienlacombe-ledger](https://github.com/adrienlacombe-ledger)! - 20221117 CAL update
|
|
12
|
+
|
|
13
|
+
* [#1845](https://github.com/LedgerHQ/ledger-live/pull/1845) [`82676099c5`](https://github.com/LedgerHQ/ledger-live/commit/82676099c5d99bbe877b92281d29fde040a0285a) Thanks [@adrienlacombe-ledger](https://github.com/adrienlacombe-ledger)! - CAL update
|
|
14
|
+
|
|
15
|
+
- [#1845](https://github.com/LedgerHQ/ledger-live/pull/1845) [`82676099c5`](https://github.com/LedgerHQ/ledger-live/commit/82676099c5d99bbe877b92281d29fde040a0285a) Thanks [@adrienlacombe-ledger](https://github.com/adrienlacombe-ledger)! - LIVE-4719 update CAL
|
|
16
|
+
|
|
3
17
|
## 7.0.0-next.0
|
|
4
18
|
|
|
5
19
|
### Major Changes
|