Skip to content

Commit 2dc0bbd

Browse files
MajorLiftMrtenz
andauthored
Release 57.0.0 (#2589)
This is the release candidate for v57.0.0: - `@metamask/[email protected]` (minor) - `@metamask/[email protected]` (patch) --------- Co-authored-by: Maarten Zuidhoorn <[email protected]>
1 parent b73c6ab commit 2dc0bbd

File tree

5 files changed

+42
-5
lines changed

5 files changed

+42
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "root",
3-
"version": "56.0.0",
3+
"version": "57.0.0",
44
"private": true,
55
"repository": {
66
"type": "git",

packages/snaps-controllers/CHANGELOG.md

+26-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [9.3.0]
10+
### Added
11+
- Add `snap_resolveInterface` RPC method to the `SnapInterfaceController` ([#2509](https://github.com/metamask/snaps/pull/2509))
12+
- Add `SnapInsightsController` ([#2555](https://github.com/metamask/snaps/pull/2555))
13+
14+
### Changed
15+
- Bump `@metamask/base-controller` from `^6.0.0` to `^6.0.1` ([#2445](https://github.com/MetaMask/snaps/pull/2445))
16+
- Bump `@metamask/permission-controller` from `^10.0.0` to `^10.0.1` ([#2445](https://github.com/MetaMask/snaps/pull/2445))
17+
- Bump `@metamask/rpc-errors` from `^6.2.1` to `^6.3.1` ([#2445](https://github.com/MetaMask/snaps/pull/2445))
18+
- Bump `@metamask/snaps-registry` from `^3.1.0` to `^3.2.1` ([#2445](https://github.com/MetaMask/snaps/pull/2445))
19+
- Bump `@metamask/snaps-rpc-methods` to `^10.0.0` ([#2589](https://github.com/MetaMask/snaps/pull/2589))
20+
- Bump `@metamask/snaps-sdk` to `^6.1.0` ([#2589](https://github.com/MetaMask/snaps/pull/2589))
21+
- Bump `@metamask/snaps-utils` to `^7.8.0` ([#2589](https://github.com/MetaMask/snaps/pull/2589))
22+
- Bump `@metamask/utils` from `^8.3.0` to `^9.1.0` ([#2445](https://github.com/MetaMask/snaps/pull/2445))
23+
- Bump peer dependency `@metamask/snaps-execution-environments` to `^6.6.1` ([#2589](https://github.com/MetaMask/snaps/pull/2589))
24+
25+
### Fixed
26+
- Handle initial connections for preinstalled Snaps ([#2591](https://github.com/MetaMask/snaps/pull/2591))
27+
- Account for revoked origins when calculating the difference in `initialConnections` ([#2535](https://github.com/metamask/snaps/pull/2535))
28+
- Fixes issue of revoking permissions that are already revoked.
29+
- Enables revoked connections to be highlighted as being re-added in the UI.
30+
- Enforce stricter size limits for source code, static auxiliary files, and `snap_getFile` return values ([#2527](https://github.com/metamask/snaps/pull/2527))
31+
- Prevent communication failures by enabling compliance with JSON-RPC extension message requirements.
32+
933
## [9.2.0]
1034
### Added
1135
- Add feature flag to disable Snap installation ([#2521](https://github.com/MetaMask/snaps/pull/2521))
@@ -307,7 +331,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
307331
- The version of the package no longer needs to match the version of all other
308332
MetaMask Snaps packages.
309333

310-
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
334+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
335+
[9.3.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
311336
[9.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
312337
[9.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
313338
[9.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]

packages/snaps-controllers/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/snaps-controllers",
3-
"version": "9.2.0",
3+
"version": "9.3.0",
44
"description": "Controllers for MetaMask Snaps.",
55
"repository": {
66
"type": "git",

packages/snaps-execution-environments/CHANGELOG.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [6.6.1]
10+
### Changed
11+
- Bump `@metamask/rpc-errors` from `^6.2.1` to `^6.3.1` ([#2445](https://github.com/MetaMask/snaps/pull/2445))
12+
- Bump `@metamask/utils` from `^8.3.0` to `^9.1.0` ([#2445](https://github.com/MetaMask/snaps/pull/2445))
13+
14+
### Fixed
15+
- Replace `superstruct` with ESM-compatible `@metamask/superstruct` `^3.1.0` ([#2445](https://github.com/MetaMask/snaps/pull/2445))
16+
- This fixes the issue of this package being unusable by any TypeScript project that uses `Node16` or `NodeNext` as its `moduleResolution` option.
17+
- Set `@metamask/providers` from `^17.0.0` to `17.0.0` ([#2445](https://github.com/MetaMask/snaps/pull/2445))
18+
- `17.1.0` and `17.1.1` introduce regressions.
19+
920
## [6.6.0]
1021
### Changed
1122
- Inline LavaMoat in WebView bundle ([#2528](https://github.com/MetaMask/snaps/pull/2528), [#2564](https://github.com/MetaMask/snaps/pull/2564))
@@ -224,7 +235,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
224235
- The version of the package no longer needs to match the version of all other
225236
MetaMask Snaps packages.
226237

227-
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
238+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
239+
[6.6.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
228240
[6.6.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
229241
[6.5.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
230242
[6.4.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]

packages/snaps-execution-environments/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/snaps-execution-environments",
3-
"version": "6.6.0",
3+
"version": "6.6.1",
44
"description": "Snap sandbox environments for executing SES javascript",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)