@ledgerhq/cryptoassets 10.0.0-nightly.1 → 11.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.
@@ -1,4 +1,4 @@
1
1
 
2
- > @ledgerhq/cryptoassets@9.13.0-nightly.0 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/cryptoassets
2
+ > @ledgerhq/cryptoassets@11.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,6 +1,6 @@
1
1
  # @ledgerhq/cryptoassets
2
2
 
3
- ## 10.0.0-nightly.1
3
+ ## 11.0.0
4
4
 
5
5
  ### Major Changes
6
6
 
@@ -11,6 +11,8 @@
11
11
 
12
12
  ### Minor Changes
13
13
 
14
+ - [#4624](https://github.com/LedgerHQ/ledger-live/pull/4624) [`72288402ec`](https://github.com/LedgerHQ/ledger-live/commit/72288402ec70f9159022505cb3187e63b24df450) Thanks [@adrienlacombe-ledger](https://github.com/adrienlacombe-ledger)! - CAL update
15
+
14
16
  - [#4583](https://github.com/LedgerHQ/ledger-live/pull/4583) [`f527d1bb5a`](https://github.com/LedgerHQ/ledger-live/commit/f527d1bb5a2888a916f761d43d2ba5093eaa3e3f) Thanks [@hedi-edelbloute](https://github.com/hedi-edelbloute)! - Integrate injective + gas rework
15
17
 
16
18
  ### Patch Changes
@@ -19,11 +21,11 @@
19
21
 
20
22
  - [#4714](https://github.com/LedgerHQ/ledger-live/pull/4714) [`49ea3fd98b`](https://github.com/LedgerHQ/ledger-live/commit/49ea3fd98ba1e1e0ed54d29ab5fdc71c4918183f) Thanks [@lvndry](https://github.com/lvndry)! - Update zcash explorer to zcashblockexplorer.com
21
23
 
22
- ## 9.13.0-nightly.0
24
+ ## 9.13.0
23
25
 
24
26
  ### Minor Changes
25
27
 
26
- - [#4624](https://github.com/LedgerHQ/ledger-live/pull/4624) [`72288402ec`](https://github.com/LedgerHQ/ledger-live/commit/72288402ec70f9159022505cb3187e63b24df450) Thanks [@adrienlacombe-ledger](https://github.com/adrienlacombe-ledger)! - CAL update
28
+ - [#4851](https://github.com/LedgerHQ/ledger-live/pull/4851) [`6c83521fee`](https://github.com/LedgerHQ/ledger-live/commit/6c83521fee8da656858630c1cb37a5af95df3362) Thanks [@hedi-edelbloute](https://github.com/hedi-edelbloute)! - Integrate injective + gas rework
27
29
 
28
30
  ## 9.12.1
29
31
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/cryptoassets",
3
- "version": "10.0.0-nightly.1",
3
+ "version": "11.0.0",
4
4
  "description": "Ledger crypto-assets list",
5
5
  "keywords": [
6
6
  "Ledger"
@@ -67,7 +67,7 @@
67
67
  "source-map-support": "^0.5.21",
68
68
  "ts-jest": "^28.0.5",
69
69
  "ts-node": "^10.4.0",
70
- "@ledgerhq/types-cryptoassets": "^7.5.0-nightly.0"
70
+ "@ledgerhq/types-cryptoassets": "^7.6.0"
71
71
  },
72
72
  "gitHead": "dd0dea64b58e5a9125c8a422dcffd29e5ef6abec",
73
73
  "scripts": {