Skip to content

Commit fdc98a7

Browse files
chore: version packages (#761)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1d4f692 commit fdc98a7

25 files changed

Lines changed: 895 additions & 1159 deletions

.changeset/bump-deps-wagmi-peers.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

.changeset/fix-receiving-chain-receipt-row-non-evm-hash.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/metamask-connect-evm-connector.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/migrate-release-pipeline.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

.changeset/new-execution-design.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/playground-theme-customization.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/pre.json

Lines changed: 0 additions & 20 deletions
This file was deleted.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# @lifi/wallet-management
2+
3+
## 4.0.0
4+
5+
### Patch Changes
6+
7+
- [#757](https://github.com/lifinance/widget/pull/757) [`168e0df`](https://github.com/lifinance/widget/commit/168e0df2f7bfd732dafe8c42cb73ee9988887a4c) Thanks [@chybisov](https://github.com/chybisov)! - Bump dependencies and raise the `wagmi` / `@wagmi/core` / `viem` peer ranges.
8+
9+
`@lifi/widget-provider-ethereum` and `@lifi/widget-light` now require `wagmi@^3.6.16` and `@wagmi/core@^3.5.0` (plus `viem@^2.52.0` for `widget-light`). This pulls in `@wagmi/connectors@8.0.15`, whose `metaMask` connector answers pre-connect probe methods (`getProvider`/`isAuthorized`/`getAccounts`/`getChainId`) from the injected EIP-6963 provider when present — so registering the MetaMask SDK connector no longer downloads `@metamask/connect-evm` on page load for users with the extension installed.
10+
11+
- [#720](https://github.com/lifinance/widget/pull/720) [`1fbc970`](https://github.com/lifinance/widget/commit/1fbc9701c3db0d0a88f8fcd484d83111cac3096a) Thanks [@shahbaz17](https://github.com/shahbaz17)! - Load the MetaMask Connect EVM (SDK) connector even when the extension is installed, so MetaMask connections route through the SDK consistently across desktop and mobile. The wallet picker keeps a single MetaMask entry, and the SDK connector is tagged as installed when the extension is detected.
12+
13+
- [#716](https://github.com/lifinance/widget/pull/716) [`e913e5f`](https://github.com/lifinance/widget/commit/e913e5f87192b3abb092dea0941ed2cd880ae005) Thanks [@effie-ms](https://github.com/effie-ms)! - Allow customizing the `MuiDrawer` theme component, use spread-aware `box-shadow`, and standardize the grey palette (grey[300]/grey[800]).
14+
15+
- Updated dependencies []:
16+
- @lifi/widget-provider@4.0.0

packages/wallet-management/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lifi/wallet-management",
3-
"version": "4.0.0-beta.20",
3+
"version": "4.0.0",
44
"description": "LI.FI Wallet Management solution.",
55
"type": "module",
66
"main": "./src/index.ts",

packages/widget-light/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# @lifi/widget-light
2+
3+
## 4.0.0
4+
5+
### Minor Changes
6+
7+
- [#757](https://github.com/lifinance/widget/pull/757) [`168e0df`](https://github.com/lifinance/widget/commit/168e0df2f7bfd732dafe8c42cb73ee9988887a4c) Thanks [@chybisov](https://github.com/chybisov)! - Bump dependencies and raise the `wagmi` / `@wagmi/core` / `viem` peer ranges.
8+
9+
`@lifi/widget-provider-ethereum` and `@lifi/widget-light` now require `wagmi@^3.6.16` and `@wagmi/core@^3.5.0` (plus `viem@^2.52.0` for `widget-light`). This pulls in `@wagmi/connectors@8.0.15`, whose `metaMask` connector answers pre-connect probe methods (`getProvider`/`isAuthorized`/`getAccounts`/`getChainId`) from the injected EIP-6963 provider when present — so registering the MetaMask SDK connector no longer downloads `@metamask/connect-evm` on page load for users with the extension installed.

0 commit comments

Comments
 (0)