Skip to content

chore: version packages#806

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main
Open

chore: version packages#806
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@lifi/widget@4.2.0

Minor Changes

  • #792 549d0f0 Thanks @effie-ms! - Add advanced mode settings with dedicated slippage and route priority pages, plus a settings panel for configuring them.

  • #778 eb4268f Thanks @effie-ms! - Add AppearanceChanged widget event emitted when the user toggles light/dark/system in the settings page.

  • #776 befcc74 Thanks @effie-ms! - Add an opt-in redesigned Send/Receive amount input card pair (AmountInputCardPair), enabled via defaultUI.layout: 'cards' (defaults to 'default'). With 'default', the chain/token selectors plus the single AmountInput remain the amount-entry UI. The new cards feature a token pill selector, percentage chips with gas-reserve deduction, fiat/token toggle, price (fiat) input mode, a swap button that reverses the from/to selection, and a receive card showing route price impact.

Patch Changes

  • #816 5071e9e Thanks @chybisov! - Bump dependencies (@lifi/sdk → 4.1.x, MUI, wagmi, vite, and others).

  • Updated dependencies [5071e9e, 6d19d22, bf91f25]:

    • @lifi/wallet-management@4.1.1
    • @lifi/widget-provider@4.2.0

@lifi/widget-light@4.2.0

Minor Changes

  • #778 eb4268f Thanks @effie-ms! - Add AppearanceChanged widget event emitted when the user toggles light/dark/system in the settings page.

@lifi/widget-provider@4.2.0

Minor Changes

  • #805 6d19d22 Thanks @chybisov! - feat: recognize MetaMask Bitcoin in the wallet list

    Adds MetaMask Bitcoin (io.metamask.bitcoin) detection (via the shared
    window.ethereum.isMetaMask signal, same extension as MetaMask EVM) and icon, so
    it dedupes with MetaMask EVM in the wallet list. BitcoinProvider now accepts a
    connectors option to append extra Bigmi connectors.

    The connector itself is opt-in, mirroring reown(): install
    @metamask/bitcoin-wallet-standard + @metamask/multichain-api-client, call
    registerBitcoinWalletStandard({ client }), and add metamask() (from
    @bigmi/client) via BitcoinProvider({ connectors: [metamask()] }) or
    createDefaultBigmiConfig. No @metamask/* deps are added to the widget packages.

    Also bumps @bigmi/client to ^0.9.0 and @bigmi/react to ^0.8.2.

Patch Changes

  • #816 5071e9e Thanks @chybisov! - Bump dependencies (@lifi/sdk → 4.1.x, MUI, wagmi, vite, and others).

  • #804 bf91f25 Thanks @chybisov! - Remove Phantom from the Bitcoin wallet connectors. Phantom deprecated its Bitcoin wallet and removed the injected window.phantom.bitcoin provider, so it no longer connects for Bitcoin. The default Bitcoin config no longer registers the phantom() connector, and the app.phantom.bitcoin installed-wallet detection has been removed. Phantom for Solana/EVM is unaffected.

@lifi/widget-provider-bitcoin@4.2.0

Minor Changes

  • #805 6d19d22 Thanks @chybisov! - feat: recognize MetaMask Bitcoin in the wallet list

    Adds MetaMask Bitcoin (io.metamask.bitcoin) detection (via the shared
    window.ethereum.isMetaMask signal, same extension as MetaMask EVM) and icon, so
    it dedupes with MetaMask EVM in the wallet list. BitcoinProvider now accepts a
    connectors option to append extra Bigmi connectors.

    The connector itself is opt-in, mirroring reown(): install
    @metamask/bitcoin-wallet-standard + @metamask/multichain-api-client, call
    registerBitcoinWalletStandard({ client }), and add metamask() (from
    @bigmi/client) via BitcoinProvider({ connectors: [metamask()] }) or
    createDefaultBigmiConfig. No @metamask/* deps are added to the widget packages.

    Also bumps @bigmi/client to ^0.9.0 and @bigmi/react to ^0.8.2.

Patch Changes

  • #816 5071e9e Thanks @chybisov! - Bump dependencies (@lifi/sdk → 4.1.x, MUI, wagmi, vite, and others).

  • #804 bf91f25 Thanks @chybisov! - Remove Phantom from the Bitcoin wallet connectors. Phantom deprecated its Bitcoin wallet and removed the injected window.phantom.bitcoin provider, so it no longer connects for Bitcoin. The default Bitcoin config no longer registers the phantom() connector, and the app.phantom.bitcoin installed-wallet detection has been removed. Phantom for Solana/EVM is unaffected.

  • Updated dependencies [5071e9e, 6d19d22, bf91f25]:

    • @lifi/widget-provider@4.2.0

@lifi/wallet-management@4.1.1

Patch Changes

  • #816 5071e9e Thanks @chybisov! - Bump dependencies (@lifi/sdk → 4.1.x, MUI, wagmi, vite, and others).

  • #805 6d19d22 Thanks @chybisov! - feat: recognize MetaMask Bitcoin in the wallet list

    Adds MetaMask Bitcoin (io.metamask.bitcoin) detection (via the shared
    window.ethereum.isMetaMask signal, same extension as MetaMask EVM) and icon, so
    it dedupes with MetaMask EVM in the wallet list. BitcoinProvider now accepts a
    connectors option to append extra Bigmi connectors.

    The connector itself is opt-in, mirroring reown(): install
    @metamask/bitcoin-wallet-standard + @metamask/multichain-api-client, call
    registerBitcoinWalletStandard({ client }), and add metamask() (from
    @bigmi/client) via BitcoinProvider({ connectors: [metamask()] }) or
    createDefaultBigmiConfig. No @metamask/* deps are added to the widget packages.

    Also bumps @bigmi/client to ^0.9.0 and @bigmi/react to ^0.8.2.

  • Updated dependencies [5071e9e, 6d19d22, bf91f25]:

    • @lifi/widget-provider@4.2.0

@lifi/widget-provider-ethereum@4.1.1

Patch Changes

@lifi/widget-provider-solana@4.1.1

Patch Changes

@lifi/widget-provider-sui@4.1.1

Patch Changes

@lifi/widget-provider-tron@4.1.1

Patch Changes

@github-actions github-actions Bot force-pushed the changeset-release/main branch 4 times, most recently from 11fcac2 to 72e4d10 Compare June 30, 2026 12:35
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 72e4d10 to 70678b6 Compare June 30, 2026 12:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants