Skip to content

133.0.0

Choose a tag to compare

@github-actions github-actions released this 19 Nov 09:41
163e512

@metamask/snaps-controllers 17.0.0

Added

  • BREAKING: Ensure user has onboarded before allowing usage of SnapController (#3731)
    • This is breaking as it adds a new required constructor argument to SnapController called ensureOnboardingComplete.
  • BREAKING: Support specified clientVersions in the registry (#3737)
    • This is breaking as it adds a new required constructor argument to JsonSnapsRegistry called clientConfig.

@metamask/snaps-rpc-methods 14.1.1

Fixed

  • Use mutex when modifying state using snap_setState (#3742)