Skip to content

Latest commit

 

History

History
86 lines (59 loc) · 7.11 KB

File metadata and controls

86 lines (59 loc) · 7.11 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Changed

  • Bump @metamask/utils from ^11.9.0 to ^11.11.0 (#9074)
  • Bump @metamask/controller-utils from ^12.0.0 to ^12.3.0 (#8774, #9058, #9083, #9218)
  • Bump @metamask/chain-agnostic-permission from ^1.6.1 to ^1.6.2 (#9103)

Changed

  • Bump @metamask/chain-agnostic-permission from ^1.5.0 to ^1.6.1 (#8749, #8755)
  • Bump @metamask/permission-controller from ^13.0.0 to ^13.1.1 (#8722, #8755)
  • Bump @metamask/json-rpc-engine from ^10.3.0 to ^10.5.0 (#8746, #8753)
  • Bump @metamask/controller-utils from ^11.20.0 to ^12.0.0 (#8755)

Changed

  • BREAKING: Consolidate method handlers into a single methodHandlers export (#8583)
    • The individual handler exports have been removed. They can still be accessed as properties on the methodHandlers export.
    • The new handlers follow the format expected by createMethodMiddleware from @metamask/json-rpc-engine@10.3.0.
    • The hook types have been updated to cohere with the corresponding @metamask/permission-controller methods.
  • Bump @metamask/json-rpc-engine from ^10.2.0 to ^10.3.0 (#7642, #7856, #8078, #8317, #8661)
  • Upgrade @metamask/utils from ^11.8.1 to ^11.9.0 (#7511)
  • Bump @metamask/controller-utils from ^11.16.0 to ^11.20.0 (#7534, #7583, #7995, #8344)
  • Bump @metamask/permission-controller from ^12.1.1 to ^13.0.0 (#7559, #8225, #8317, #8661)
  • Bump @metamask/chain-agnostic-permission from ^1.3.0 to ^1.5.0 (#7567, #8290)

Changed

  • Bump @metamask/json-rpc-engine from ^10.1.1 to ^10.2.0 (#7202)
  • Bump @metamask/controller-utils from ^11.15.0 to ^11.16.0 (#7202)
  • Bump @metamask/chain-agnostic-permission from ^1.2.1 to ^1.3.0 (#6986, #7322)
  • Bump @metamask/permission-controller from ^12.1.0 to ^12.1.1 (#6988, #7202)

Changed

  • Bump @metamask/chain-agnostic-permission from ^1.2.0 to ^1.2.1 (#6940)
  • Bump @metamask/permission-controller from ^11.1.0 to ^12.0.0 (#6940, #6962)

Changed

  • Bump @metamask/chain-agnostic-permission from 1.0.0 to 1.2.0 (#6241, #6345, #6807)
  • Bump @metamask/controller-utils from ^11.10.0 to ^11.14.1 (#6069, #6303, #6620, #6629, #6807)
  • Bump @metamask/utils from ^11.2.0 to ^11.8.1 (#6054, #6588, #6708)
  • Bump @metamask/json-rpc-engine from ^10.0.3 to ^10.1.1 (#6678, #6807)
  • Bump @metamask/permission-controller from ^11.0.0 to ^11.1.0 (#6807)

Changed

Added

  • Initial release