Skip to content

Commit

Permalink
fix: add changeset and add features
Browse files Browse the repository at this point in the history
  • Loading branch information
sarneijim committed Oct 14, 2022
1 parent 94f7673 commit 914c5fb
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/heavy-lamps-press.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"ledger-live-desktop": patch
---

Add stake banner to receive flow
5 changes: 5 additions & 0 deletions .changeset/itchy-pumas-burn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@ledgerhq/types-live": patch
---

Update feature flag type
2 changes: 1 addition & 1 deletion libs/ledgerjs/packages/types-live/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ Type: [string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Globa

Add others with union (e.g. "learn" | "market" | "foo")

Type: (`"learn"` | `"pushNotifications"` | `"llmUsbFirmwareUpdate"` | `"ratings"` | `"counterValue"` | `"deviceLocalization"` | `"buyDeviceFromLive"` | `"ptxSmartRouting"` | `"currencyOsmosis"` | `"currencyOsmosisMobile"` | `"currencyFantom"` | `"currencyMoonbeam"` | `"currencyCronos"` | `"currencySongbird"` | `"currencyFlare"` | `"currencyFantomMobile"` | `"currencyMoonbeamMobile"` | `"currencyCronosMobile"` | `"currencySongbirdMobile"` | `"currencyFlareMobile"` | `"ptxSmartRoutingMobile"` | `"mockFeature"` | `"walletConnectLiveApp"` | `"customImage"` | `"referralProgramDiscoverCard"` | `"referralProgramDesktopBanner"`)
Type: (`"learn"` | `"pushNotifications"` | `"llmUsbFirmwareUpdate"` | `"ratings"` | `"counterValue"` | `"deviceLocalization"` | `"buyDeviceFromLive"` | `"ptxSmartRouting"` | `"currencyOsmosis"` | `"currencyOsmosisMobile"` | `"currencyFantom"` | `"currencyMoonbeam"` | `"currencyCronos"` | `"currencySongbird"` | `"currencyFlare"` | `"currencyFantomMobile"` | `"currencyMoonbeamMobile"` | `"currencyCronosMobile"` | `"currencySongbirdMobile"` | `"currencyFlareMobile"` | `"ptxSmartRoutingMobile"` | `"mockFeature"` | `"walletConnectLiveApp"` | `"customImage"` | `"referralProgramDiscoverCard"` | `"referralProgramDesktopBanner"` | `"receiveStakingFlowConfigDesktop"` | `"ethStakingProviders"`)

### Feature

Expand Down
4 changes: 3 additions & 1 deletion libs/ledgerjs/packages/types-live/src/feature.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ export type FeatureId =
| "walletConnectLiveApp"
| "customImage"
| "referralProgramDiscoverCard"
| "referralProgramDesktopBanner";
| "referralProgramDesktopBanner"
| "receiveStakingFlowConfigDesktop"
| "ethStakingProviders";

/** We use objects instead of direct booleans for potential future improvements
like feature versioning etc */
Expand Down

0 comments on commit 914c5fb

Please sign in to comment.