@ledgerhq/cryptoassets 6.32.0 → 6.33.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,5 +1,5 @@
1
- @ledgerhq/cryptoassets:build: cache hit, replaying output fe5c33a3847cb0de
1
+ @ledgerhq/cryptoassets:build: cache hit, replaying output 827115809a947060
2
2
  @ledgerhq/cryptoassets:build:
3
- @ledgerhq/cryptoassets:build: > @ledgerhq/cryptoassets@6.32.0 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/cryptoassets
3
+ @ledgerhq/cryptoassets:build: > @ledgerhq/cryptoassets@6.33.0 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/cryptoassets
4
4
  @ledgerhq/cryptoassets:build: > tsc && tsc -m ES6 --outDir lib-es
5
5
  @ledgerhq/cryptoassets:build:
package/CHANGELOG.md CHANGED
@@ -1,5 +1,51 @@
1
1
  # @ledgerhq/cryptoassets
2
2
 
3
+ ## 6.33.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#723](https://github.com/LedgerHQ/ledger-live/pull/723) [`0c12f3e897`](https://github.com/LedgerHQ/ledger-live/commit/0c12f3e897527265ec86f688368d6d46340759a1) Thanks [@marco-figment](https://github.com/marco-figment)! - Osmosis Send, Receive and Staking + Cosmos refactor
8
+
9
+ For additional context on what changed:
10
+
11
+ - Ledger Live Desktop: functionality for Osmosis send, receive and staking.
12
+ - Ledger Live Desktop: refactor of some Cosmos components to enable reusing some components for Osmosis.
13
+ and easily integrate future Cosmos-based cryptocurrencies.
14
+
15
+ - Ledger Live Common: functionality for Osmosis send, receive and staking.
16
+ - Ledger Live Common: refactor of some Cosmos modules to enable reusing code for Osmosis.
17
+ Notable changes are: renaming the hook useCosmosPreloadData to useCosmosFamilyPreloadData and turning
18
+ validators.ts and js-synchronisation.ts into classes.
19
+
20
+ - Ledger Live Mobile: only marked as major because the useCosmosPreloadData hook changed name, which is a breaking change.
21
+
22
+ - Cryptoassets: updated a URL in the Osmosis cryptocurrency definition.
23
+
24
+ - Live CLI: updated references to cosmosSourceValidators to sourceValidators for re-usability.
25
+
26
+ ## 6.33.0-next.0
27
+
28
+ ### Minor Changes
29
+
30
+ - [#723](https://github.com/LedgerHQ/ledger-live/pull/723) [`0c12f3e897`](https://github.com/LedgerHQ/ledger-live/commit/0c12f3e897527265ec86f688368d6d46340759a1) Thanks [@marco-figment](https://github.com/marco-figment)! - Osmosis Send, Receive and Staking + Cosmos refactor
31
+
32
+ For additional context on what changed:
33
+
34
+ - Ledger Live Desktop: functionality for Osmosis send, receive and staking.
35
+ - Ledger Live Desktop: refactor of some Cosmos components to enable reusing some components for Osmosis.
36
+ and easily integrate future Cosmos-based cryptocurrencies.
37
+
38
+ - Ledger Live Common: functionality for Osmosis send, receive and staking.
39
+ - Ledger Live Common: refactor of some Cosmos modules to enable reusing code for Osmosis.
40
+ Notable changes are: renaming the hook useCosmosPreloadData to useCosmosFamilyPreloadData and turning
41
+ validators.ts and js-synchronisation.ts into classes.
42
+
43
+ - Ledger Live Mobile: only marked as major because the useCosmosPreloadData hook changed name, which is a breaking change.
44
+
45
+ - Cryptoassets: updated a URL in the Osmosis cryptocurrency definition.
46
+
47
+ - Live CLI: updated references to cosmosSourceValidators to sourceValidators for re-usability.
48
+
3
49
  ## 6.32.0
4
50
 
5
51
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/cryptoassets",
3
- "version": "6.32.0",
3
+ "version": "6.33.0",
4
4
  "description": "Ledger crypto-assets list",
5
5
  "keywords": [
6
6
  "Ledger"