Skip to content

Commit cce2e7a

Browse files
committed
chore: separate mobile and desktop changesets
1 parent 4b74750 commit cce2e7a

9 files changed

+42
-5
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"live-mobile": minor
3+
---
4+
5+
Type libraries usage in LLC, LLD, LLM, CLI

.changeset/plenty-geckos-report.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
"@ledgerhq/live-cli": minor
33
"ledger-live-desktop": minor
4-
"live-mobile": minor
54
"@ledgerhq/live-common": minor
65
"@ledgerhq/cryptoassets": minor
76
"@ledgerhq/types-cryptoassets": minor

.changeset/pre.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,19 +87,23 @@
8787
"great-waves-kiss",
8888
"hip-buckets-deny",
8989
"plenty-geckos-report",
90+
"plenty-geckos-report-separated",
9091
"polite-phones-roll",
9192
"silly-oranges-begin",
9293
"six-donuts-teach",
9394
"slimy-chicken-act",
9495
"soft-dodos-check",
9596
"soft-rabbits-retire",
97+
"soft-rabbits-retire-separated",
9698
"sour-horses-lay",
9799
"strong-penguins-call",
100+
"strong-penguins-call-separated",
98101
"tender-mirrors-guess",
99102
"tender-shrimps-refuse",
100103
"tidy-bugs-camp",
101104
"twelve-oranges-play",
102105
"weak-actors-help",
103-
"weak-kiwis-sip"
106+
"weak-kiwis-sip",
107+
"weak-kiwis-sip-separated"
104108
]
105109
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"live-mobile": patch
3+
---
4+
5+
Add Analytics 'reason' field in context of sync events

.changeset/soft-rabbits-retire.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
"ledger-live-desktop": patch
3-
"live-mobile": patch
43
---
54

65
Add Analytics 'reason' field in context of sync events
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
"live-mobile": minor
3+
---
4+
5+
Osmosis Send, Receive and Staking + Cosmos refactor
6+
7+
For additional context on what changed:
8+
9+
- Ledger Live Desktop: functionality for Osmosis send, receive and staking.
10+
- Ledger Live Desktop: refactor of some Cosmos components to enable reusing some components for Osmosis.
11+
and easily integrate future Cosmos-based cryptocurrencies.
12+
13+
- Ledger Live Common: functionality for Osmosis send, receive and staking.
14+
- Ledger Live Common: refactor of some Cosmos modules to enable reusing code for Osmosis.
15+
Notable changes are: renaming the hook useCosmosPreloadData to useCosmosFamilyPreloadData and turning
16+
validators.ts and js-synchronisation.ts into classes.
17+
18+
- Ledger Live Mobile: only marked as major because the useCosmosPreloadData hook changed name, which is a breaking change.
19+
20+
- Cryptoassets: updated a URL in the Osmosis cryptocurrency definition.
21+
22+
- Live CLI: updated references to cosmosSourceValidators to sourceValidators for re-usability.

.changeset/strong-penguins-call.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
"ledger-live-desktop": minor
3-
"live-mobile": minor
43
"@ledgerhq/live-common": minor
54
"@ledgerhq/live-cli": minor
65
"@ledgerhq/cryptoassets": minor
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"live-mobile": minor
3+
---
4+
5+
Add banner to external integrations

.changeset/weak-kiwis-sip.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
"ledger-live-desktop": minor
3-
"live-mobile": minor
43
---
54

65
Add banner to external integrations

0 commit comments

Comments
 (0)