Skip to content

150.0.0

Choose a tag to compare

@github-actions github-actions released this 14 Apr 12:03
c339e31

@metamask/name-lookup-example-snap 3.1.2

Fixed

  • Allow Snap to resolve names on multiple chains (#3953)

@metamask/snaps-controllers 20.0.0

Changed

  • BREAKING: Always consume latest registry in updateRegistry (#3948, #3949)
    • SnapController now listens for SnapRegistryController:registryUpdated.
  • Bump @metamask/messenger from ^1.1.0 to ^1.1.1 (#3944)
  • Bump @metamask/utils from ^11.10.0 to ^11.11.0 (#3935)

@metamask/snaps-rpc-methods 15.1.0

Added

  • Add capabilities caveat support to endowment:keyring (#3903)
    • Snap manifests can now declare a capabilities object under endowment:keyring describing the capabilities supported by the keyring.
    • New getKeyringCaveatCapabilities function to retrieve the capabilities caveat value from a permission.

Changed

  • Bump @metamask/messenger from ^1.1.0 to ^1.1.1 (#3944)
  • Bump @metamask/utils from ^11.10.0 to ^11.11.0 (#3935)

@metamask/snaps-sdk 11.1.0

Added

  • Add CollapsibleSection component (#3952)
  • Add types for KeyringCapabilities (#3903)

Changed

  • Bump @metamask/utils from ^11.10.0 to ^11.11.0 (#3935)

@metamask/snaps-utils 12.2.0

Added

  • Add KeyringCapabilities type and KeyringCapabilitiesStruct / assertIsKeyringCapabilities exports for the endowment:keyring capabilities caveat (#3903)

Changed

  • Bump @metamask/messenger from ^1.1.0 to ^1.1.1 (#3944)
  • Bump @metamask/utils from ^11.10.0 to ^11.11.0 (#3935)

@metamask/test-snaps 3.4.2

Changed

  • Use latest versions of example Snaps (#3954)