Skip to content

25.0.0

Choose a tag to compare

@github-actions github-actions released this 02 Apr 15:15
0036f77

@metamask/connect-evm 0.9.1

Changed

  • chore: align sub-package licenses with root ConsenSys 2022 license (#241)
  • chore: turborepo (#239)

Fixed

  • wallet_requestPermissions now correctly re-prompts account selection on MWP (mobile) without requiring a full disconnect/reconnect cycle. The request forwards forceRequest: true through to MWPTransport, which previously ignored it and silently returned the existing session. (#243)

@metamask/connect-multichain 0.11.1

Changed

  • chore: align sub-package licenses with root ConsenSys 2022 license (#241)
  • chore: turborepo (#239)

Fixed

  • MWPTransport.connect() now accepts and forwards a forceRequest option. When true, onResumeSuccess skips the isSameScopesAndAccounts check and unconditionally sends wallet_createSession, allowing consumers to re-prompt account selection on an existing MWP session. Previously forceRequest was silently ignored, causing wallet_requestPermissions to no-op on mobile. (#243)
  • Fix platform detection for Hermes-based React Native apps: isReactNative() now checks global.navigator.product before window.navigator.product, so modern RN environments where window is undefined correctly resolve to PlatformType.ReactNative instead of PlatformType.NonBrowser. This restores analytics for all React Native consumers — analytics were silently disabled because #setupAnalytics() only calls analytics.enable() for browser and ReactNative platforms (#238)

@metamask/connect-solana 0.7.1

Changed

  • chore: align sub-package licenses with root ConsenSys 2022 license (#241)

@metamask/browser-playground 0.6.1

Added

  • Add global localhost scopes (#250)

Changed

  • Bump workspace dependencies: @metamask/connect-evm@0.9.1, @metamask/connect-multichain@0.11.1