-
Notifications
You must be signed in to change notification settings - Fork 354
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: separate mobile and desktop changesets
- Loading branch information
1 parent
4b74750
commit cce2e7a
Showing
9 changed files
with
42 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"live-mobile": minor | ||
--- | ||
|
||
Type libraries usage in LLC, LLD, LLM, CLI |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"live-mobile": patch | ||
--- | ||
|
||
Add Analytics 'reason' field in context of sync events |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
--- | ||
"ledger-live-desktop": patch | ||
"live-mobile": patch | ||
--- | ||
|
||
Add Analytics 'reason' field in context of sync events |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
"live-mobile": minor | ||
--- | ||
|
||
Osmosis Send, Receive and Staking + Cosmos refactor | ||
|
||
For additional context on what changed: | ||
|
||
- Ledger Live Desktop: functionality for Osmosis send, receive and staking. | ||
- Ledger Live Desktop: refactor of some Cosmos components to enable reusing some components for Osmosis. | ||
and easily integrate future Cosmos-based cryptocurrencies. | ||
|
||
- Ledger Live Common: functionality for Osmosis send, receive and staking. | ||
- Ledger Live Common: refactor of some Cosmos modules to enable reusing code for Osmosis. | ||
Notable changes are: renaming the hook useCosmosPreloadData to useCosmosFamilyPreloadData and turning | ||
validators.ts and js-synchronisation.ts into classes. | ||
|
||
- Ledger Live Mobile: only marked as major because the useCosmosPreloadData hook changed name, which is a breaking change. | ||
|
||
- Cryptoassets: updated a URL in the Osmosis cryptocurrency definition. | ||
|
||
- Live CLI: updated references to cosmosSourceValidators to sourceValidators for re-usability. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"live-mobile": minor | ||
--- | ||
|
||
Add banner to external integrations |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
--- | ||
"ledger-live-desktop": minor | ||
"live-mobile": minor | ||
--- | ||
|
||
Add banner to external integrations |