Skip to content

Commit 778f5bc

Browse files
HakimvalpinkmanIAmMorrowpierrelouis-clive-github-bot[bot]
authored
Stacks integration - rebased (#16)
* chore: remove extra commitlint.out * added PTX player on LLM * removed temporary code * support: add e2e tests for install and restore set of apps in LLD (LedgerHQ#2785) * test(LLD): install and restore set of apps flow e2e tests * test(lld): update screenshots (macos-latest) lld, test, screenshot * test(lld): update screenshots (ubuntu-latest) lld, test, screenshot * test(lld): update screenshots (windows-latest) lld, test, screenshot --------- Co-authored-by: live-github-bot[bot] <105061298+live-github-bot[bot]@users.noreply.github.com> * Change discover v2 wording (LedgerHQ#3056) fix: change discover v2 wording * LLM sync onboarding polish (LedgerHQ#2843) * style(llm): sync onboarding pixel polish * feat(vertical timeline): fix vertical margins & alignement * feat(vertical timeline): indicator size * feat(vertical timeline): active colors & fontweight * feat(vertical timeline): implement dashed lines (not fully working on android) * feat(vertical timeline): dashed lines working on android * fix(native ui): metro config * fix(vertical timeline): colors, alignment and small details * feat(vertical timeline): check icon size * fix(vertical timeline): top segment height value * feature(native ui): new component "continue on device" * fix(native ui): styled-components warnings about missing units * feat(vertical timeline): expose BodyText and SubtitleText * feat(divider): add `text` prop * feat(vertical timeline): rework story * feat(llm sync onboarding): ContinueOnDevice, BodyText, wording * fix(native-ui): imports * fix(sync-onboarding): wording * feat(sync onboarding): ui changes in seed step * feat(sync onboarding): remove feature toggle * feat(nativeui verticaltimeline): auto scroll * feat(sync-onboarding): latest changes to design * feat(StorylyStories): play icon, blurred illustration in StoryGroupItem fe * changeset * feat(SyncOnboarding): add placeholder icon for ContinueOnStax * fix(synconboarding): wording * fix(defaultFeatures): default apps in deviceInitialApps * fix(ContinueOnStax): memoize component * fix(native-ui): remove unused prop type --------- Co-authored-by: Olivier Freyssinet <[email protected]> * deleted unused file * trigger CI * chore: fix all lint warnings on LLD (LedgerHQ#3058) * fixed data-test-id for Spinner components * 🚀 entering prerelease mode * 🚀 release prerelease [LLD(2.56.0-next.0), LLM(3.18.0-next.0)] * chore: add a rule that forbid importing families from generic code (LedgerHQ#3051) * BACK-4796: Prefix testnet token ticker with "t" in transaction config… (LedgerHQ#2828) * BACK-4796: Prefix testnet token ticker with "t" in transaction config (LedgerHQ#2690) BACK-4796: Prefix testnet token ticker with "t" in transaction config payload, to be consistent with CAL signature * wip env test broken * revert env change * BACK-4796/BACK-5015: Prefix testnet token ticker with "t" in EVM importers (LedgerHQ#2895) BACK-4796 / BACK-5015: Same fix for EVM importer * BACK-4796: generate updated signatures for testnets (LedgerHQ#2907) * Update env.ts * BACK-4796: Remove ethereum.json * BACK-4796: Update ledgerjs with latest CAL data (e97b76d6d9 2023/03/23) * BACK-4796: Update test to match convention * ci: update cryptoasset definition --------- Co-authored-by: jnicoulaud-ledger <[email protected]> Co-authored-by: Julien Nicoulaud <[email protected]> * fixed test error * updated changeset * Merge pull request LedgerHQ#2891 from LedgerHQ/feat/LIVE-5401-implement-WebPTXPlayer Feat/live-5401 Refactor webviews + implement PTX custom player * Merge pull request LedgerHQ#3068 from LedgerHQ/support/update-changeset updated changeset * chore: fix changeset * Merge pull request LedgerHQ#3069 from LedgerHQ/support/fix-changeset chore: fix changeset * 🚀 release prerelease [LLD(2.56.0-next.1), LLM(3.18.0-next.1)] * LLD: chore: add a rule that prevent 'lodash' to be directly imported (LedgerHQ#3052) chore: add a rule that prevent 'lodash' to be directly imported instead, you should use 'lodash/memoize' module import (or whatever function you need) * fix: fix version of node & pnpm * feat: recover webview Co-authored-by: Quentin Jaccarino <[email protected]> * Update apps/ledger-live-mobile/src/components/WebRecoverPlayer/index.tsx * fix: temporarily disable back button and gestures for navigation * fix: lint issue * Merge pull request LedgerHQ#3075 from LedgerHQ/feat/recover-webview feat: recover webview * fix: request for a specific MTU when trying to BLE connect ConnectionOptions was commented as "not used" in react-native-ble-plx, but it is actually used and needed when connecting to a device. Co-authored-by: Juan Cortes <[email protected]> * chore: update check on inferMTU Co-authored-by: Juan Cortes <[email protected]> * chore: changeset * Merge pull request LedgerHQ#3073 from LedgerHQ/support/fix-node-pnpm-version fix: fix version of node & pnpm * 🚀 release prerelease [LLD(2.56.0-next.1), LLM(3.18.0-next.2)] * Merge pull request LedgerHQ#3078 from LedgerHQ/bugfix/LIVE-6889-fix-on-MTU-request Bugfix: Live-6889 Request for a specific MTU when trying to BLE connect * 🚀 release prerelease [LLD(2.56.0-next.1), LLM(3.18.0-next.3)] * fix(LLM/Protect): Feature Flag Fixed feature flag verification to prevent upsell from triggering if the feature is disabled * fix: missing useEffect dep * Merge pull request LedgerHQ#3077 from LedgerHQ/feat/LIVE-6893/fixFeatureFlagUpsell fix(LLM/Protect): Feature Flag * 🚀 release prerelease [LLD(2.56.0-next.1), LLM(3.18.0-next.4)] * Update coin-polkadot tsconfig (LedgerHQ#3043) * chore(coin): pass polkadot to strictier TS Signed-off-by: Stéphane Prohaszka <[email protected]> * fix(polkadot): missing lint Signed-off-by: Stéphane Prohaszka <[email protected]> --------- Signed-off-by: Stéphane Prohaszka <[email protected]> * feat: improve the logs viewer tool for debug (LedgerHQ#3087) * B2CQA-1731 - Tidying up page object elements so they don't use 'function' type (LedgerHQ#3080) chore: tidying up page object elements so they don't use 'function' type * Move App Exchange code into its own package (LedgerHQ#3055) * chore(exchange): create hw-app-exchange own package Signed-off-by: Stéphane Prohaszka <[email protected]> * test(exchange): add unit test Signed-off-by: Stéphane Prohaszka <[email protected]> * fix(exchange): update app-exchange dependency with missing one Signed-off-by: Stéphane Prohaszka <[email protected]> * fix(exchange): fix return of startNewTransaction Signed-off-by: Stéphane Prohaszka <[email protected]> * fix(exchange): add missing API section in README. Signed-off-by: Stéphane Prohaszka <[email protected]> * fix(exchange): revert tiny modification on exchange code Signed-off-by: Stéphane Prohaszka <[email protected]> --------- Signed-off-by: Stéphane Prohaszka <[email protected]> * [LIVE-5082] Feature: ENS / domain service for LLM (LedgerHQ#2969) * feat: ENS / domain service for LLM * Move DomainServiceProvider to SendFundsNavigator * Add feature flag for domain resolution input * Prevent domain resolution on unsupported currencies * Fix DApp disclaimer ternary * Add domain resolution to SignTransactionNavigator (wallet-api) * Add allSettled shim to LLM + throw error if missing in domain-service * Update JVM options for `Java heap space` issue --------- Co-authored-by: lambertkevin <[email protected]> * Support/cosmos block height number (LedgerHQ#3081) * Add missing conversion to number in Cosmos API response * Add changeset * fix: react-native-webview target="_blank" on iOS Also fix the html5 history.pushState navigation on android More infos on both issues below: - react-native-webview/react-native-webview#2905 - react-native-webview/react-native-webview#2667 - react-native-webview/react-native-webview#2598 * [B2CQA-1730] Detox : fix iOS test flakiness (LedgerHQ#3092) fix: reduce flakiness with retry and env var tuning * feat: recover restore flow redirection * Merge pull request LedgerHQ#3099 from LedgerHQ/bugfix/webview fix: react-native-webview target="_blank" on iOS * Merge pull request LedgerHQ#3101 from LedgerHQ/feat/live-6925-recover-restore-flow-when-llm-setup feat: recover restore flow redirection * 🚀 release prerelease [LLD(2.56.0-next.1), LLM(3.18.0-next.5)] * feat: ledger recover custom env * fix: ledger support uri * fix: chargebee domain in manifest * fix: recover domains whitelist * feat: ledger recover sit config * feat: add recover prod config * fix: manifests override * fix: remove manifests override * feat: use feature flags for env fixes wrong upsell url Co-authored-by: Jules Grenier <[email protected]> * chore: changeset * fix: recover deeplinks * fix: update currentURI when initialURL changes * chore: lockfile update * Merge pull request LedgerHQ#3104 from LedgerHQ/bugfix/recover-deeplinks fix: recover deeplinks * Merge pull request LedgerHQ#3016 from LedgerHQ/feat/ledger-recover feat: ledger recover * chore: lockfile update * 🚀 release prerelease [LLD(2.56.0-next.2), LLM(3.18.0-next.6)] * eth getTransaction from_height query parameter (LedgerHQ#3093) * correct query param in getTransactions + type eth syncro function params * update Ethereum unit tests * changeset --------- Co-authored-by: lvndry <[email protected]> * feat(ledgerjs-cal): update CAL (LedgerHQ#3109) * fix(Firmware Update LLM): fix LLM stuck on preparing update step (LedgerHQ#3111) * fix(Firmware Update LLM): fix signature for the communication between background service and store * chore(Firmware Update LLM): add changelog for the bugfix * LLD TS Migration - Init (LedgerHQ#3066) Co-authored-by: Gaëtan Renaudeau <[email protected]> * LIVE-6686 Update minimum Polkadot app version to 20.9370.0 (LedgerHQ#3103) * Update minimum Polkadot app version to 20.9370.0 * Add changeset * Run Polkadot bot spec on NanoS+ instead of NanoS * Update pnpm-lock.yaml * File apps/ledger-live-mobile/src/locales/en/common.json was translated to ar-AE locale * File apps/ledger-live-mobile/src/locales/en/common.json was translated to zh-CN locale * File apps/ledger-live-mobile/src/locales/en/common.json was translated to fr-FR locale * File apps/ledger-live-mobile/src/locales/en/common.json was translated to de-DE locale * File apps/ledger-live-mobile/src/locales/en/common.json was translated to ja-JP locale * File apps/ledger-live-mobile/src/locales/en/common.json was translated to ko-KR locale * File apps/ledger-live-mobile/src/locales/en/common.json was translated to pt-BR locale * File apps/ledger-live-mobile/src/locales/en/common.json was translated to ru-RU locale * File apps/ledger-live-mobile/src/locales/en/common.json was translated to es-ES locale * File apps/ledger-live-mobile/src/locales/en/common.json was translated to tr-TR locale * fix(Firmware Update LLM): fix LLM stuck on preparing update step (LedgerHQ#3111) * fix(Firmware Update LLM): fix signature for the communication between background service and store * chore(Firmware Update LLM): add changelog for the bugfix * 🚀 release prerelease [LLD(2.56.0-next.2), LLM(3.18.0-next.7)] * testing push notifications * Improvement * Fix build * testing push notifications * WIP content cards portfolio * update attributes * Fix condition * Add cards in store * LLD - now displaying content cards in the carousel * add analytics to portfolio content cards * Fix types * fix typo * feat: remove recently used from search page * fix: remove unused component * fix: fix action * Improve app version detection of Btc::changeImplIfNecessary (LedgerHQ#2952) Co-authored-by: haammar-ledger <[email protected]> * feat(common): update plugins hardcoded deps (LedgerHQ#3122) * fix: remove currency under feature flag (LedgerHQ#3113) * fix: remove currency under feature flag * fix: remove weird duplicate on readme * remove lld feature flag * fix: remove unused feature flag * feat: change navigation * fix: changeset * feat: change naming * fix: fixing Search's type * fix: change changeset * fix: navigation.pop in DeviceConnect As it can be used in the Onboarding base navigator now, if you pop by getting the parent, you will pop the BaseNavigator * fix: "back to Buy/Sell" button should not be displayed because of an internal iframe navigation (LedgerHQ#3130) Do not change webviewState when event.isMainFrame is false. See electron/electron#6808 and https://www.electronjs.org/docs/latest/api/web-contents#event-did-navigate-in-page * 🚀 prepare release [skip ci] * added completeExchange support * added exchange support to LLM * fixed a transaction nonce generation issue * fix rebasing issues * fixed conflict * added debug app params in developer menu * changeset * removed realAccountIds from errors * trigger CI * chore: update pnpm lockfile * [LIVE-5076][LIVE-5081][LIVE-5083] Feature - Domain Support in signTransaction (LedgerHQ#3059) * Make domain-service use axios instead of live-common/network * Fix typo in domain-service registries signers * Update domain resolution with type forward/reverse * Remove dead code in Eth fam (compound & comments) * Add TLV parser to domain-service * Add domain validation to domain-service lib * Add domain to signOp in Ethereum + EVM families * Add domain in deviceTransactionConfig ETH/EVM fam * Fix approvals backend call variable * Add domain passthrough in hw-app-eth ledger service * Add domain-service & update axios in hw-app-eth * Add domain resolution to hw-app-eth & set back all methods to public scope * changesets * Update hw-app-eth doc * Fix jest config for domain-service lib * Update domain APDU parser for DER encoded integer * Fix typo in folder name * Update validateDomain and add unit tests to it * Add domain validation test to signers unit tests * Add comments to TLV parser * chore: use the proto toolchain manager * chore: update to pnpm 8 * ci: remove proto for now * fix: remove account data from stake button clicked event (LIVE-6886) fix: remove account data from stake button clicked event (LIVE-6886) * ci: relocate pnpm install dest for macos runners * chore: trigger all workflows * test: first smoke tests for deeplinks * style(ui:shared): update colors (LedgerHQ#3065) * style(ui:shared): update colors * fix(color stories): use colors from theme * style(ui:shared): replace hsla by hex rgba --------- Co-authored-by: Olivier Freyssinet <[email protected]> * ci: fix npm publishing * Bugfix/llm bad lottie import (LedgerHQ#3144) fix(llm device action): bad import of lotties * ci(setup-test-desktop): set LANG env to fix cocoapods execution * feat: recover discover modal (LedgerHQ#3139) * add discover protect modal on sidebar menu * add protect services discover desktop feature flag * add analytics on link to protect llm * fix tag component on react-ui Co-authored-by: nparigi-ledger <[email protected]> * fixed an issue that was preventing the portfolioCards to be displayed when accessing the portfolio page for the first time after openning the app * testing push notifications * Improvement * Improvement * WIP content cards portfolio * update attributes * Fix condition * Add cards in store * LLD - now displaying content cards in the carousel * add analytics to portfolio content cards * Fix types * fix typo * fixed an issue that was preventing the portfolioCards to be displayed when accessing the portfolio page for the first time after openning the app * Fix yaml * B2CQA-1729 - Fixed inconsistent Loading Spinner data-test-ids (LedgerHQ#3076) * fix: removed wait for stability * chore: removed console logs and data-test-ids * fix: removed redundant wait for big loading spinner * chore: reverting to develop pnpmlock and podfile, and removed pause * feat: adding additional check to make sure sync isn't happening * chore: updated pnpmlock and pod * Revert "style(ui:shared): update colors (LedgerHQ#3065)" (LedgerHQ#3158) This reverts commit acea4bb. Co-authored-by: Pierre-Louis Crescitz <[email protected]> * LLD - appLanguage added to segment properties * Add changeset * Delete js file * Review fix * fix: behavior of recover tile in my ledger tab (LedgerHQ#3143) * portfolioCards is by default an empty array instead of undefined * test(lld): update screenshots (ubuntu-latest) lld, test, screenshot * feat: add wallet api storage support (LedgerHQ#2861) * LIVE-6665 Fix cosmos gas estimation (LedgerHQ#2950) fix: cosmos gas estimation * chore(llm): solana store publishing (LedgerHQ#3138) Co-authored-by: elbywan <[email protected]> * remove screenshot comparison temporarily * feat(Braze): LLD notifications content cards (LedgerHQ#3141) * fixed an issue that was preventing the portfolioCards to be displayed when accessing the portfolio page for the first time after openning the app * 🛠 Notif center * Rework logic * 📝 Fix typo * Improve logic * 💄 Fix indicator when notif is read * Add analyrics * Remove unused function and logs * Fix build * Fix deeplink in notifs * fix lint * Review fix --------- Co-authored-by: Come Grellard <[email protected]> * Add changesets * slides added back for ci * slides added back for ci * slides added back for ci * Sunset compound and LLD wallet connect v1 * remove unread notifications count when playwright run * remove unread notifications count when playwright run * chore: LLM unimported check (LedgerHQ#3145) chore: add LLM unimported check * LIVE-6973 Allow to display fees in token unit (LedgerHQ#3164) * Add a 'feesCurrency' field to 'Account' type, and use it * Add changeset * Add tests * Revert pnpm-lock.yaml * trigger CI * lint * Update generated README * [support] Remove dead code of legacy coin family 'neo' (LedgerHQ#3174) * Delete unsupported legacy neo family * Add changeset * LIVE-5809 Drop tron staking (LedgerHQ#3094) * fix: drop tron staking * fix: drop tron staking * fix: remove tron staking modals * fix: remove unnecessary tron modals * fix: remove unnecessary code * fix: fix typescript error * fix: remove unimported files * fix: remove unimported files * chore: mass package upgrades -> react-native 0.71 * chore: upgrade ui-native storybook to latest v6 * fix: desktop jest tests * ci: use GOMEMLIMIT to constrain esbuild memory usage * chore: xcode 14.3 fixes * ci: remove unused detox flags * chore: upgrade outdated react-native packages * chore: increase memory allocated for android builds * chore: tiny fixes * ci: attempt to fix detox * chore: lockfiles * chore: try to fix windows install failing * chore: turn off dedupe-peer-dependents from pnpm 8 * chore: add better check * fix: correctly trigger software checks during sync onboarding (LedgerHQ#3161) * fix: correctly trigger software checks during sync onboarding on LLM * fix: correctly trigger software checks during sync onboarding on LLD * chore: fix android upload * chore: remove extra config folder * ci(Fastfile): fix syntax error * LLM - Possibility to deeplink to live apps in non-onboarded app (LedgerHQ#3014) * feat(navigation): poc for navigating to whitelisted live apps from the onboarding chore: revert changes of POC chore: lint fix bad importt fix protect example link feat(welcome): recover sign in link logic remove test URL chore: add todos revert(llm): recover sign-in unfinished work * refactor(terms): remove useless useTermsAccept & fix type * fix(DeeplinksProvider): linting, typing * chore(llm): changeset * fix(deeplink): use existing navigators for non-onboarded deeplinking config * revert(DeeplinksProvider): useless deeplink * revert(BleDevicePairingFlow): revert the hacky fix for deeplink handling * refactor(terms): small polish * style(BleDevicePairingFlow): lint (unused imports) * fix(llm terms): memoize value passed to context provider * ci(Fastfile): fix syntax error * fix: not enough fees for osmosis staking * Feat/llm/add stake flow to asset page (LedgerHQ#3040) * feat: add stake flow to asset page * fix: fix the types * chore: add changeset * chore: address pr comments * Add support for Stax enabled NFTs in LLM (LedgerHQ#2817) * feat(mobile): add Stax enabled NFT in the account mock generator feat(mobile): display Stax enabled NFTs tag in gallery feat(mobile): add designed for stax drawer in NFT view feat(mobile): disable lockscreen edit when nft is stax enabled feat(mobile): add logic to stax enabled nft display refactor(mobile): code cleanup in nft fixtures refactor(mobile): pixel polish lockscreen flow chore: generate changesets fix(types-live): update documentation to reflect nft metadata changes feat(mobile): add analytics related to stax enabled NFTs fix(DesignedForStax): colors fix(NftMedia): pass Stax NFT metadata banner as children fix(mobile): code cleanup and pixel polish for stax enabled nfts feat(mobile): add a debug setting to switch to the staging nft metadata provider feat(desktop): add debug setting to switch to the staging nft metadata service refactor(mobile): pixel polish stax enabled nfts * ci(Fastfile): fix syntax error --------- Co-authored-by: Olivier Freyssinet <[email protected]> * feat(llc): bump wallet-api deps * chore: update podfile.lock * chore: update the dummy-wallet-app * Update .changeset/brave-hats-think.md * B2CQ-1737 - Dummy Buy app and tests (LedgerHQ#3185) * feat: modified dummy app server and started adding tests * feat: PTX app now just a simple HTML app that shows the query params used * feat: Buy test initial assert working * feat: added further buy tests * feat: added lang and theme test * test(detox): fix deeplink tests (LedgerHQ#3199) * test(detox): fix deeplink tests * fix(e2e bridge client): import the correct acceptTerms function * style(llm terms): lint * refactor(terms): reorganise, document and rename terms logic * style(terms): rename variable * refactor(terms): move data from bare AsyncStorage to settings * style(terms): rename * bugfix/LIVE-6999 Link to correct support article if available in My Ledger (LedgerHQ#3165) * feat: use backend supportUrl for apps if available * chore: align support url fallback for apps llm/lld * chore(react-ui): ReactUI performance and documentation improvements Various performance and documentation improvements : - Updated documentation regarding fonts loading to prevent fonts flickering - Updated package.json to fix path issues on certain consumers - Updated minimal working examples (NextJS) - Removed Icon component from Button component to avoid embarking all icons when using buttonVarious performance and documentation improvements : - Updated documentation regarding fonts loading to prevent fonts flickering - Updated package.json to fix path issues on certain consumers - Updated minimal working examples (NextJS) - Removed Icon component from Button component to avoid embarking all icons when using button * chore(react-ui): Unused icons deletion Deleted all un-used icons weights (Only Medium icons remains) Replaced legacy icons with medium icons in LLD and LLM * chore(Branch): branch update updated and rebased branch on develop, fixed test issues and modifying changes made on develop. * chore(ui:react): fix examples --------- Signed-off-by: Stéphane Prohaszka <[email protected]> Co-authored-by: Valentin D. Pinkman <[email protected]> Co-authored-by: Hugo MOROSINI <[email protected]> Co-authored-by: Pierre-Louis Crescitz <[email protected]> Co-authored-by: live-github-bot[bot] <105061298+live-github-bot[bot]@users.noreply.github.com> Co-authored-by: Junichi Sugiura <[email protected]> Co-authored-by: Olivier Freyssinet <[email protected]> Co-authored-by: @greweb <[email protected]> Co-authored-by: Come Grellard <[email protected]> Co-authored-by: henrily-ledger <[email protected]> Co-authored-by: jnicoulaud-ledger <[email protected]> Co-authored-by: Julien Nicoulaud <[email protected]> Co-authored-by: Quentin Jaccarino <[email protected]> Co-authored-by: Chelsea Sanders <[email protected]> Co-authored-by: Jules Grenier <[email protected]> Co-authored-by: Quentin Jaccarino <[email protected]> Co-authored-by: Alexandre Magaud <[email protected]> Co-authored-by: Juan Cortes <[email protected]> Co-authored-by: male-gal <[email protected]> Co-authored-by: Stéphane Prohaszka <[email protected]> Co-authored-by: Gregor Gilchrist <[email protected]> Co-authored-by: lambertkevin <[email protected]> Co-authored-by: Abdurrahman Sastim <[email protected]> Co-authored-by: nparigi-ledger <[email protected]> Co-authored-by: Jules Grenier <[email protected]> Co-authored-by: Landry Monga <[email protected]> Co-authored-by: lvndry <[email protected]> Co-authored-by: Adrien Lacombe <[email protected]> Co-authored-by: Gabriel Restori Soares <[email protected]> Co-authored-by: Valentin D. Pinkman <[email protected]> Co-authored-by: Ledger Live <[email protected]> Co-authored-by: Martin Cayuelas <[email protected]> Co-authored-by: RamyEB <[email protected]> Co-authored-by: Salvatore Ingala <[email protected]> Co-authored-by: Ramy EL BEHEDY <[email protected]> Co-authored-by: Clément Pellizzari <[email protected]> Co-authored-by: 0xkvn <[email protected]> Co-authored-by: elbywan <[email protected]> Co-authored-by: Julien Elbaz <[email protected]> Co-authored-by: Abdurrahman SASTIM <[email protected]> Co-authored-by: ofreyssinet-ledger <[email protected]> Co-authored-by: Jules Grenier <[email protected]> Co-authored-by: Chelsea Sanders <[email protected]> Co-authored-by: hzheng-ledger <[email protected]> Co-authored-by: Martin CAYUELAS <[email protected]> Co-authored-by: Hedi EDELBLOUTE <[email protected]> Co-authored-by: sarneijim <[email protected]> Co-authored-by: Thomas Roger Lux <[email protected]> Co-authored-by: Maxence LE GALL <[email protected]>
1 parent 47cd3a4 commit 778f5bc

File tree

6,912 files changed

+468493
-431336
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

6,912 files changed

+468493
-431336
lines changed

.changeset/afraid-hairs-travel.md

+6

.changeset/beige-singers-jog.md

+5

.changeset/brave-hats-think.md

+5

.changeset/brown-cheetahs-bathe.md

+5

.changeset/chatty-humans-search.md

+5

.changeset/chilly-paws-cross.md

+14

.changeset/clever-lamps-sin.md

-5
This file was deleted.

.changeset/curly-spiders-pump.md

+5

.changeset/curvy-wombats-guess.md

+5

.changeset/dirty-taxis-cry.md

+5

.changeset/dry-frogs-know.md

-5
This file was deleted.

.changeset/eight-mice-warn.md

-5
This file was deleted.

.changeset/eight-timers-behave.md

+7

.changeset/eleven-bags-thank.md

-6
This file was deleted.

.changeset/eleven-dingos-report.md

+5

.changeset/empty-balloons-tease.md

+5

.changeset/few-kangaroos-press.md

+5

.changeset/five-books-fix.md

-5
This file was deleted.

.changeset/flat-wolves-heal.md

+5

.changeset/forty-cameras-own.md

+5

.changeset/forty-trainers-attack.md

+5

.changeset/four-terms-raise.md

-5
This file was deleted.

.changeset/funny-suns-float.md

+5

.changeset/fuzzy-lamps-confess.md

-5
This file was deleted.

.changeset/gorgeous-dodos-bake.md

+5

.changeset/gorgeous-points-unite.md

-5
This file was deleted.

.changeset/gorgeous-swans-fetch.md

+5

.changeset/healthy-fans-judge.md

+5

.changeset/heavy-berries-smash.md

+5

.changeset/heavy-donkeys-burn.md

-5
This file was deleted.

.changeset/heavy-news-live.md

-5
This file was deleted.

.changeset/honest-hounds-cover.md

+5

.changeset/hot-poems-dream.md

+5

.changeset/khaki-llamas-know.md

+5

.changeset/large-cows-cry.md

+5

.changeset/lazy-pumpkins-visit.md

-5
This file was deleted.

.changeset/little-elephants-rescue.md

+5

.changeset/little-forks-pump.md

-5
This file was deleted.

.changeset/lovely-pandas-eat.md

+6

.changeset/lucky-colts-hide.md

+9

.changeset/lucky-jeans-tease.md

-5
This file was deleted.

.changeset/mean-cooks-join.md

+5

.changeset/metal-hats-chew.md

+5

.changeset/nice-timers-reflect.md

+5

.changeset/ninety-cows-stare.md

+5

.changeset/odd-fireants-fix.md

-5
This file was deleted.

.changeset/old-wombats-yawn.md

+5

.changeset/orange-walls-promise.md

+6

.changeset/proud-hairs-battle.md

+5

.changeset/purple-kids-do.md

+8

.changeset/purple-parents-shake.md

+7

.changeset/rich-masks-exercise.md

+9

.changeset/rotten-shirts-grow.md

+5

.changeset/rude-guests-drum.md

+6

.changeset/shy-rats-beg.md

-5
This file was deleted.

.changeset/six-plants-deliver.md

-5
This file was deleted.

.changeset/slimy-beans-rule.md

-5
This file was deleted.

.changeset/smart-ligers-own.md

+7

.changeset/smooth-walls-greet.md

-5
This file was deleted.

.changeset/spicy-walls-return.md

-5
This file was deleted.

.changeset/spotty-roses-refuse.md

-5
This file was deleted.

0 commit comments

Comments
 (0)