Skip to content

Commit

Permalink
chore: separate mobile and desktop changesets
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandremgo committed Aug 19, 2022
1 parent 4b74750 commit cce2e7a
Show file tree
Hide file tree
Showing 9 changed files with 42 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .changeset/plenty-geckos-report-separated.md
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
1 change: 0 additions & 1 deletion .changeset/plenty-geckos-report.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
"@ledgerhq/live-cli": minor
"ledger-live-desktop": minor
"live-mobile": minor
"@ledgerhq/live-common": minor
"@ledgerhq/cryptoassets": minor
"@ledgerhq/types-cryptoassets": minor
Expand Down
6 changes: 5 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,19 +87,23 @@
"great-waves-kiss",
"hip-buckets-deny",
"plenty-geckos-report",
"plenty-geckos-report-separated",
"polite-phones-roll",
"silly-oranges-begin",
"six-donuts-teach",
"slimy-chicken-act",
"soft-dodos-check",
"soft-rabbits-retire",
"soft-rabbits-retire-separated",
"sour-horses-lay",
"strong-penguins-call",
"strong-penguins-call-separated",
"tender-mirrors-guess",
"tender-shrimps-refuse",
"tidy-bugs-camp",
"twelve-oranges-play",
"weak-actors-help",
"weak-kiwis-sip"
"weak-kiwis-sip",
"weak-kiwis-sip-separated"
]
}
5 changes: 5 additions & 0 deletions .changeset/soft-rabbits-retire-separated.md
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
1 change: 0 additions & 1 deletion .changeset/soft-rabbits-retire.md
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
22 changes: 22 additions & 0 deletions .changeset/strong-penguins-call-separated.md
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.
1 change: 0 additions & 1 deletion .changeset/strong-penguins-call.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
"ledger-live-desktop": minor
"live-mobile": minor
"@ledgerhq/live-common": minor
"@ledgerhq/live-cli": minor
"@ledgerhq/cryptoassets": minor
Expand Down
5 changes: 5 additions & 0 deletions .changeset/weak-kiwis-sip-separated.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"live-mobile": minor
---

Add banner to external integrations
1 change: 0 additions & 1 deletion .changeset/weak-kiwis-sip.md
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

0 comments on commit cce2e7a

Please sign in to comment.