From 70678b617882e7f5caf03ce1290d64646a4edb26 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 12:38:55 +0000 Subject: [PATCH] chore: version packages --- .changeset/advanced-mode-settings.md | 5 ---- .changeset/appearance-changed-event.md | 6 ---- .changeset/bump-widget-deps.md | 12 -------- .changeset/emb-452-amount-input-cards.md | 5 ---- .changeset/metamask-bitcoin-support.md | 20 ------------- .changeset/remove-phantom-bitcoin.md | 6 ---- packages/wallet-management/CHANGELOG.md | 24 ++++++++++++++++ packages/wallet-management/package.json | 2 +- packages/widget-light/CHANGELOG.md | 6 ++++ packages/widget-light/package.json | 2 +- packages/widget-provider-bitcoin/CHANGELOG.md | 28 +++++++++++++++++++ packages/widget-provider-bitcoin/package.json | 2 +- .../widget-provider-ethereum/CHANGELOG.md | 9 ++++++ .../widget-provider-ethereum/package.json | 2 +- packages/widget-provider-solana/CHANGELOG.md | 9 ++++++ packages/widget-provider-solana/package.json | 2 +- packages/widget-provider-sui/CHANGELOG.md | 9 ++++++ packages/widget-provider-sui/package.json | 2 +- packages/widget-provider-tron/CHANGELOG.md | 9 ++++++ packages/widget-provider-tron/package.json | 2 +- packages/widget-provider/CHANGELOG.md | 25 +++++++++++++++++ packages/widget-provider/package.json | 2 +- packages/widget/CHANGELOG.md | 18 ++++++++++++ packages/widget/package.json | 2 +- 24 files changed, 146 insertions(+), 63 deletions(-) delete mode 100644 .changeset/advanced-mode-settings.md delete mode 100644 .changeset/appearance-changed-event.md delete mode 100644 .changeset/bump-widget-deps.md delete mode 100644 .changeset/emb-452-amount-input-cards.md delete mode 100644 .changeset/metamask-bitcoin-support.md delete mode 100644 .changeset/remove-phantom-bitcoin.md diff --git a/.changeset/advanced-mode-settings.md b/.changeset/advanced-mode-settings.md deleted file mode 100644 index c5ae8a4bb..000000000 --- a/.changeset/advanced-mode-settings.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@lifi/widget": minor ---- - -Add advanced mode settings with dedicated slippage and route priority pages, plus a settings panel for configuring them. diff --git a/.changeset/appearance-changed-event.md b/.changeset/appearance-changed-event.md deleted file mode 100644 index 7643b8428..000000000 --- a/.changeset/appearance-changed-event.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@lifi/widget": minor -"@lifi/widget-light": minor ---- - -Add `AppearanceChanged` widget event emitted when the user toggles light/dark/system in the settings page. diff --git a/.changeset/bump-widget-deps.md b/.changeset/bump-widget-deps.md deleted file mode 100644 index ed5ddbb60..000000000 --- a/.changeset/bump-widget-deps.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -"@lifi/widget": patch -"@lifi/wallet-management": patch -"@lifi/widget-provider": patch -"@lifi/widget-provider-bitcoin": patch -"@lifi/widget-provider-ethereum": patch -"@lifi/widget-provider-solana": patch -"@lifi/widget-provider-sui": patch -"@lifi/widget-provider-tron": patch ---- - -Bump dependencies (@lifi/sdk → 4.1.x, MUI, wagmi, vite, and others). diff --git a/.changeset/emb-452-amount-input-cards.md b/.changeset/emb-452-amount-input-cards.md deleted file mode 100644 index 7d8611ba7..000000000 --- a/.changeset/emb-452-amount-input-cards.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lifi/widget': minor ---- - -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. diff --git a/.changeset/metamask-bitcoin-support.md b/.changeset/metamask-bitcoin-support.md deleted file mode 100644 index b9db3b418..000000000 --- a/.changeset/metamask-bitcoin-support.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -'@lifi/widget-provider': minor -'@lifi/widget-provider-bitcoin': minor -'@lifi/wallet-management': patch ---- - -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`. diff --git a/.changeset/remove-phantom-bitcoin.md b/.changeset/remove-phantom-bitcoin.md deleted file mode 100644 index faca2efd3..000000000 --- a/.changeset/remove-phantom-bitcoin.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@lifi/widget-provider-bitcoin': patch -'@lifi/widget-provider': patch ---- - -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. diff --git a/packages/wallet-management/CHANGELOG.md b/packages/wallet-management/CHANGELOG.md index a5344bd89..27159e36b 100644 --- a/packages/wallet-management/CHANGELOG.md +++ b/packages/wallet-management/CHANGELOG.md @@ -1,5 +1,29 @@ # @lifi/wallet-management +## 4.1.1 + +### Patch Changes + +- [#816](https://github.com/lifinance/widget/pull/816) [`5071e9e`](https://github.com/lifinance/widget/commit/5071e9e93febb833b7a5989ab30586d4dcf527d5) Thanks [@chybisov](https://github.com/chybisov)! - Bump dependencies (@lifi/sdk → 4.1.x, MUI, wagmi, vite, and others). + +- [#805](https://github.com/lifinance/widget/pull/805) [`6d19d22`](https://github.com/lifinance/widget/commit/6d19d22f9ed796a0067cccb14885c15d0ca6061d) Thanks [@chybisov](https://github.com/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`](https://github.com/lifinance/widget/commit/5071e9e93febb833b7a5989ab30586d4dcf527d5), [`6d19d22`](https://github.com/lifinance/widget/commit/6d19d22f9ed796a0067cccb14885c15d0ca6061d), [`bf91f25`](https://github.com/lifinance/widget/commit/bf91f25149496c00e1e5635e6d65d848c49a56c9)]: + - @lifi/widget-provider@4.2.0 + ## 4.1.0 ### Minor Changes diff --git a/packages/wallet-management/package.json b/packages/wallet-management/package.json index 4917dbfdf..0ac0347f4 100644 --- a/packages/wallet-management/package.json +++ b/packages/wallet-management/package.json @@ -1,6 +1,6 @@ { "name": "@lifi/wallet-management", - "version": "4.1.0", + "version": "4.1.1", "description": "LI.FI Wallet Management solution.", "type": "module", "main": "./src/index.ts", diff --git a/packages/widget-light/CHANGELOG.md b/packages/widget-light/CHANGELOG.md index 081d30489..65c8e5668 100644 --- a/packages/widget-light/CHANGELOG.md +++ b/packages/widget-light/CHANGELOG.md @@ -1,5 +1,11 @@ # @lifi/widget-light +## 4.2.0 + +### Minor Changes + +- [#778](https://github.com/lifinance/widget/pull/778) [`eb4268f`](https://github.com/lifinance/widget/commit/eb4268fcdfedec194a35121d525fb1f7262348f6) Thanks [@effie-ms](https://github.com/effie-ms)! - Add `AppearanceChanged` widget event emitted when the user toggles light/dark/system in the settings page. + ## 4.1.0 ### Minor Changes diff --git a/packages/widget-light/package.json b/packages/widget-light/package.json index 814c3b40c..4bcda12a6 100644 --- a/packages/widget-light/package.json +++ b/packages/widget-light/package.json @@ -1,6 +1,6 @@ { "name": "@lifi/widget-light", - "version": "4.1.0", + "version": "4.2.0", "description": "LI.FI Widget Light - a lightweight version of the LI.FI Widget for cross-chain bridging and swapping.", "type": "module", "main": "./src/index.ts", diff --git a/packages/widget-provider-bitcoin/CHANGELOG.md b/packages/widget-provider-bitcoin/CHANGELOG.md index 79a51ee51..8151831d8 100644 --- a/packages/widget-provider-bitcoin/CHANGELOG.md +++ b/packages/widget-provider-bitcoin/CHANGELOG.md @@ -1,5 +1,33 @@ # @lifi/widget-provider-bitcoin +## 4.2.0 + +### Minor Changes + +- [#805](https://github.com/lifinance/widget/pull/805) [`6d19d22`](https://github.com/lifinance/widget/commit/6d19d22f9ed796a0067cccb14885c15d0ca6061d) Thanks [@chybisov](https://github.com/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](https://github.com/lifinance/widget/pull/816) [`5071e9e`](https://github.com/lifinance/widget/commit/5071e9e93febb833b7a5989ab30586d4dcf527d5) Thanks [@chybisov](https://github.com/chybisov)! - Bump dependencies (@lifi/sdk → 4.1.x, MUI, wagmi, vite, and others). + +- [#804](https://github.com/lifinance/widget/pull/804) [`bf91f25`](https://github.com/lifinance/widget/commit/bf91f25149496c00e1e5635e6d65d848c49a56c9) Thanks [@chybisov](https://github.com/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`](https://github.com/lifinance/widget/commit/5071e9e93febb833b7a5989ab30586d4dcf527d5), [`6d19d22`](https://github.com/lifinance/widget/commit/6d19d22f9ed796a0067cccb14885c15d0ca6061d), [`bf91f25`](https://github.com/lifinance/widget/commit/bf91f25149496c00e1e5635e6d65d848c49a56c9)]: + - @lifi/widget-provider@4.2.0 + ## 4.1.0 ### Minor Changes diff --git a/packages/widget-provider-bitcoin/package.json b/packages/widget-provider-bitcoin/package.json index 4b0b60abd..f0b62d3d5 100644 --- a/packages/widget-provider-bitcoin/package.json +++ b/packages/widget-provider-bitcoin/package.json @@ -1,6 +1,6 @@ { "name": "@lifi/widget-provider-bitcoin", - "version": "4.1.0", + "version": "4.2.0", "description": "LI.FI Widget Provider for Bitcoin blockchain integration.", "type": "module", "main": "./src/index.ts", diff --git a/packages/widget-provider-ethereum/CHANGELOG.md b/packages/widget-provider-ethereum/CHANGELOG.md index 67e091855..fdfaee00f 100644 --- a/packages/widget-provider-ethereum/CHANGELOG.md +++ b/packages/widget-provider-ethereum/CHANGELOG.md @@ -1,5 +1,14 @@ # @lifi/widget-provider-ethereum +## 4.1.1 + +### Patch Changes + +- [#816](https://github.com/lifinance/widget/pull/816) [`5071e9e`](https://github.com/lifinance/widget/commit/5071e9e93febb833b7a5989ab30586d4dcf527d5) Thanks [@chybisov](https://github.com/chybisov)! - Bump dependencies (@lifi/sdk → 4.1.x, MUI, wagmi, vite, and others). + +- Updated dependencies [[`5071e9e`](https://github.com/lifinance/widget/commit/5071e9e93febb833b7a5989ab30586d4dcf527d5), [`6d19d22`](https://github.com/lifinance/widget/commit/6d19d22f9ed796a0067cccb14885c15d0ca6061d), [`bf91f25`](https://github.com/lifinance/widget/commit/bf91f25149496c00e1e5635e6d65d848c49a56c9)]: + - @lifi/widget-provider@4.2.0 + ## 4.1.0 ### Minor Changes diff --git a/packages/widget-provider-ethereum/package.json b/packages/widget-provider-ethereum/package.json index 6d47d01a5..74ced80fa 100644 --- a/packages/widget-provider-ethereum/package.json +++ b/packages/widget-provider-ethereum/package.json @@ -1,6 +1,6 @@ { "name": "@lifi/widget-provider-ethereum", - "version": "4.1.0", + "version": "4.1.1", "description": "LI.FI Widget Provider for Ethereum blockchain integration.", "type": "module", "main": "./src/index.ts", diff --git a/packages/widget-provider-solana/CHANGELOG.md b/packages/widget-provider-solana/CHANGELOG.md index 3af8674f8..aec4f8a51 100644 --- a/packages/widget-provider-solana/CHANGELOG.md +++ b/packages/widget-provider-solana/CHANGELOG.md @@ -1,5 +1,14 @@ # @lifi/widget-provider-solana +## 4.1.1 + +### Patch Changes + +- [#816](https://github.com/lifinance/widget/pull/816) [`5071e9e`](https://github.com/lifinance/widget/commit/5071e9e93febb833b7a5989ab30586d4dcf527d5) Thanks [@chybisov](https://github.com/chybisov)! - Bump dependencies (@lifi/sdk → 4.1.x, MUI, wagmi, vite, and others). + +- Updated dependencies [[`5071e9e`](https://github.com/lifinance/widget/commit/5071e9e93febb833b7a5989ab30586d4dcf527d5), [`6d19d22`](https://github.com/lifinance/widget/commit/6d19d22f9ed796a0067cccb14885c15d0ca6061d), [`bf91f25`](https://github.com/lifinance/widget/commit/bf91f25149496c00e1e5635e6d65d848c49a56c9)]: + - @lifi/widget-provider@4.2.0 + ## 4.1.0 ### Minor Changes diff --git a/packages/widget-provider-solana/package.json b/packages/widget-provider-solana/package.json index 107d32621..11a41cf88 100644 --- a/packages/widget-provider-solana/package.json +++ b/packages/widget-provider-solana/package.json @@ -1,6 +1,6 @@ { "name": "@lifi/widget-provider-solana", - "version": "4.1.0", + "version": "4.1.1", "description": "LI.FI Widget Provider for Solana blockchain integration.", "type": "module", "main": "./src/index.ts", diff --git a/packages/widget-provider-sui/CHANGELOG.md b/packages/widget-provider-sui/CHANGELOG.md index 6d338fb70..6c4056261 100644 --- a/packages/widget-provider-sui/CHANGELOG.md +++ b/packages/widget-provider-sui/CHANGELOG.md @@ -1,5 +1,14 @@ # @lifi/widget-provider-sui +## 4.1.1 + +### Patch Changes + +- [#816](https://github.com/lifinance/widget/pull/816) [`5071e9e`](https://github.com/lifinance/widget/commit/5071e9e93febb833b7a5989ab30586d4dcf527d5) Thanks [@chybisov](https://github.com/chybisov)! - Bump dependencies (@lifi/sdk → 4.1.x, MUI, wagmi, vite, and others). + +- Updated dependencies [[`5071e9e`](https://github.com/lifinance/widget/commit/5071e9e93febb833b7a5989ab30586d4dcf527d5), [`6d19d22`](https://github.com/lifinance/widget/commit/6d19d22f9ed796a0067cccb14885c15d0ca6061d), [`bf91f25`](https://github.com/lifinance/widget/commit/bf91f25149496c00e1e5635e6d65d848c49a56c9)]: + - @lifi/widget-provider@4.2.0 + ## 4.1.0 ### Minor Changes diff --git a/packages/widget-provider-sui/package.json b/packages/widget-provider-sui/package.json index 182b7638b..473e34c99 100644 --- a/packages/widget-provider-sui/package.json +++ b/packages/widget-provider-sui/package.json @@ -1,6 +1,6 @@ { "name": "@lifi/widget-provider-sui", - "version": "4.1.0", + "version": "4.1.1", "description": "LI.FI Widget Provider for Sui blockchain integration.", "type": "module", "main": "./src/index.ts", diff --git a/packages/widget-provider-tron/CHANGELOG.md b/packages/widget-provider-tron/CHANGELOG.md index 7c1a2e5ac..8c6a77778 100644 --- a/packages/widget-provider-tron/CHANGELOG.md +++ b/packages/widget-provider-tron/CHANGELOG.md @@ -1,5 +1,14 @@ # @lifi/widget-provider-tron +## 4.1.1 + +### Patch Changes + +- [#816](https://github.com/lifinance/widget/pull/816) [`5071e9e`](https://github.com/lifinance/widget/commit/5071e9e93febb833b7a5989ab30586d4dcf527d5) Thanks [@chybisov](https://github.com/chybisov)! - Bump dependencies (@lifi/sdk → 4.1.x, MUI, wagmi, vite, and others). + +- Updated dependencies [[`5071e9e`](https://github.com/lifinance/widget/commit/5071e9e93febb833b7a5989ab30586d4dcf527d5), [`6d19d22`](https://github.com/lifinance/widget/commit/6d19d22f9ed796a0067cccb14885c15d0ca6061d), [`bf91f25`](https://github.com/lifinance/widget/commit/bf91f25149496c00e1e5635e6d65d848c49a56c9)]: + - @lifi/widget-provider@4.2.0 + ## 4.1.0 ### Minor Changes diff --git a/packages/widget-provider-tron/package.json b/packages/widget-provider-tron/package.json index d8b9703f1..b1484a2c9 100644 --- a/packages/widget-provider-tron/package.json +++ b/packages/widget-provider-tron/package.json @@ -1,6 +1,6 @@ { "name": "@lifi/widget-provider-tron", - "version": "4.1.0", + "version": "4.1.1", "description": "LI.FI Widget Provider for Tron blockchain integration.", "type": "module", "main": "./src/index.ts", diff --git a/packages/widget-provider/CHANGELOG.md b/packages/widget-provider/CHANGELOG.md index 072b9887f..57b80b892 100644 --- a/packages/widget-provider/CHANGELOG.md +++ b/packages/widget-provider/CHANGELOG.md @@ -1,5 +1,30 @@ # @lifi/widget-provider +## 4.2.0 + +### Minor Changes + +- [#805](https://github.com/lifinance/widget/pull/805) [`6d19d22`](https://github.com/lifinance/widget/commit/6d19d22f9ed796a0067cccb14885c15d0ca6061d) Thanks [@chybisov](https://github.com/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](https://github.com/lifinance/widget/pull/816) [`5071e9e`](https://github.com/lifinance/widget/commit/5071e9e93febb833b7a5989ab30586d4dcf527d5) Thanks [@chybisov](https://github.com/chybisov)! - Bump dependencies (@lifi/sdk → 4.1.x, MUI, wagmi, vite, and others). + +- [#804](https://github.com/lifinance/widget/pull/804) [`bf91f25`](https://github.com/lifinance/widget/commit/bf91f25149496c00e1e5635e6d65d848c49a56c9) Thanks [@chybisov](https://github.com/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. + ## 4.1.0 ### Minor Changes diff --git a/packages/widget-provider/package.json b/packages/widget-provider/package.json index 811282136..07e404628 100644 --- a/packages/widget-provider/package.json +++ b/packages/widget-provider/package.json @@ -1,6 +1,6 @@ { "name": "@lifi/widget-provider", - "version": "4.1.0", + "version": "4.2.0", "description": "LI.FI Widget Provider - base provider package for blockchain integrations.", "type": "module", "main": "./src/index.ts", diff --git a/packages/widget/CHANGELOG.md b/packages/widget/CHANGELOG.md index 4ec542f3d..2757eb07b 100644 --- a/packages/widget/CHANGELOG.md +++ b/packages/widget/CHANGELOG.md @@ -1,5 +1,23 @@ # @lifi/widget +## 4.2.0 + +### Minor Changes + +- [#792](https://github.com/lifinance/widget/pull/792) [`549d0f0`](https://github.com/lifinance/widget/commit/549d0f0dd8e4d25a57c0c8a52181531cad8b32ee) Thanks [@effie-ms](https://github.com/effie-ms)! - Add advanced mode settings with dedicated slippage and route priority pages, plus a settings panel for configuring them. + +- [#778](https://github.com/lifinance/widget/pull/778) [`eb4268f`](https://github.com/lifinance/widget/commit/eb4268fcdfedec194a35121d525fb1f7262348f6) Thanks [@effie-ms](https://github.com/effie-ms)! - Add `AppearanceChanged` widget event emitted when the user toggles light/dark/system in the settings page. + +- [#776](https://github.com/lifinance/widget/pull/776) [`befcc74`](https://github.com/lifinance/widget/commit/befcc74bedbeb5f46814c96b67485f75517e7ab7) Thanks [@effie-ms](https://github.com/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](https://github.com/lifinance/widget/pull/816) [`5071e9e`](https://github.com/lifinance/widget/commit/5071e9e93febb833b7a5989ab30586d4dcf527d5) Thanks [@chybisov](https://github.com/chybisov)! - Bump dependencies (@lifi/sdk → 4.1.x, MUI, wagmi, vite, and others). + +- Updated dependencies [[`5071e9e`](https://github.com/lifinance/widget/commit/5071e9e93febb833b7a5989ab30586d4dcf527d5), [`6d19d22`](https://github.com/lifinance/widget/commit/6d19d22f9ed796a0067cccb14885c15d0ca6061d), [`bf91f25`](https://github.com/lifinance/widget/commit/bf91f25149496c00e1e5635e6d65d848c49a56c9)]: + - @lifi/wallet-management@4.1.1 + - @lifi/widget-provider@4.2.0 + ## 4.1.0 ### Minor Changes diff --git a/packages/widget/package.json b/packages/widget/package.json index c56a5e7b6..3f2273033 100644 --- a/packages/widget/package.json +++ b/packages/widget/package.json @@ -1,6 +1,6 @@ { "name": "@lifi/widget", - "version": "4.1.0", + "version": "4.2.0", "description": "LI.FI Widget for cross-chain bridging and swapping. It will drive your multi-chain strategy and attract new users from everywhere.", "type": "module", "main": "./src/index.ts",