@@ -6,6 +6,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 6.1.0]
10+ ### Added
11+ - Add non-restricted RPC method ` snap_resolveInterface ` ([ #2509 ] ( https://github.com/metamask/snaps/pull/2509 ) )
12+ - This method allows a Snap to resolve a given user interface bound to a ` snap_dialog ` with a custom value.
13+ - Add new types ` ResolveInterfaceParams ` , ` ResolveInterfaceResult ` .
14+ - Add ` Card ` component ([ #2480 ] ( https://github.com/metamask/snaps/pull/2480 ) )
15+ - Add ` BoxChildStruct ` , ` FormChildStruct ` , ` FieldChildUnionStruct ` ([ #2409 ] ( https://github.com/metamask/snaps/pull/2409 ) )
16+ - Add ` Container ` and ` Footer ` components ([ #2517 ] ( https://github.com/metamask/snaps/pull/2517 ) )
17+
18+ ### Changed
19+ - Update ` RootJSXElement ` to allow ` Container ` or ` Box ` at the root ([ #2526 ] ( https://github.com/metamask/snaps/pull/2526 ) )
20+ - Bump ` @metamask/key-tree ` from ` ^9.1.1 ` to ` ^9.1.2 ` ([ #2445 ] ( https://github.com/MetaMask/snaps/pull/2445 ) )
21+ - Bump ` @metamask/rpc-errors ` from ` ^6.2.1 ` to ` ^6.3.1 ` ([ #2445 ] ( https://github.com/MetaMask/snaps/pull/2445 ) )
22+ - Bump ` @metamask/utils ` from ` ^8.3.0 ` to ` ^9.1.0 ` ([ #2445 ] ( https://github.com/MetaMask/snaps/pull/2445 ) )
23+
24+ ### Fixed
25+ - Replace ` superstruct ` with ESM-compatible ` @metamask/superstruct ` ` ^3.1.0 ` ([ #2445 ] ( https://github.com/MetaMask/snaps/pull/2445 ) )
26+ - This fixes the issue of this package being unusable by any TypeScript project that uses ` Node16 ` or ` NodeNext ` as its ` moduleResolution ` option.
27+ - Set ` @metamask/providers ` from ` ^17.0.0 ` to ` 17.0.0 ` ([ #2445 ] ( https://github.com/MetaMask/snaps/pull/2445 ) )
28+ - ` 17.1.0 ` and ` 17.1.1 ` introduce regressions.
29+
930## [ 6.0.0]
1031### Added
1132- ** BREAKING:** Add ` FileInput ` component ([ #2469 ] ( https://github.com/MetaMask/snaps/pull/2469 ) , [ #2504 ] ( https://github.com/MetaMask/snaps/pull/2504 ) )
@@ -181,7 +202,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
181202### Added
182203- Initial release of this package .
183204
184- [Unreleased ]: https :// github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@6.0.0...HEAD
205+ [Unreleased ]: https :// github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@6.1.0...HEAD
206+ [6.1 .0 ]: https :// github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@6.0.0...@metamask/snaps-sdk@6.1.0
185207[6.0 .0 ]: https :// github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@5.0.0...@metamask/snaps-sdk@6.0.0
186208[5.0 .0 ]: https :// github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@4.4.2...@metamask/snaps-sdk@5.0.0
187209[4.4 .2 ]: https :// github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@4.4.1...@metamask/snaps-sdk@4.4.2
0 commit comments