Skip to content

Commit 98669a2

Browse files
authored
release: 129.0.0 (#3704)
<!-- CURSOR_SUMMARY --> > [!NOTE] > Releases v129.0.0 with breaking messenger migration in controllers/RPC methods and dependency updates, plus patch bumps for testing/simulation/utils. > > - **Release** > - Bump root `version` to `129.0.0` and update package versions. > - **snaps-controllers (`16.0.0`) — BREAKING** > - Switch to new `Messenger` from `@metamask/messenger`; rename metadata `anonymous` -> `includeInDebugSnapshot`. > - Update deps: `@metamask/approval-controller@^8`, `@metamask/base-controller@^9`, `@metamask/permission-controller@^12`. > - **snaps-rpc-methods (`14.0.0`) — BREAKING** > - `handleSnapInstall` now takes `messenger: Messenger`; `MockControllerMessenger` now extends `Messenger`. > - Remove `@metamask/base-controller` dep; bump `@metamask/permission-controller@^12`. > - **snaps-jest (`9.5.1`)** > - Remove `@metamask/base-controller` dep; bump `@metamask/permission-controller@^12`. > - **snaps-simulation (`3.5.1`)** > - Remove `@metamask/base-controller` dep; bump `@metamask/permission-controller@^12`. > - **snaps-utils (`11.6.1`)** > - Bump `@metamask/permission-controller@^12`. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 0684595. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 7baa5d9 commit 98669a2

File tree

11 files changed

+34
-11
lines changed

11 files changed

+34
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "root",
3-
"version": "128.0.0",
3+
"version": "129.0.0",
44
"private": true,
55
"repository": {
66
"type": "git",

packages/snaps-controllers/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [16.0.0]
11+
1012
### Changed
1113

1214
- **BREAKING:** Use new `Messenger` from `@metamask/messenger` ([#3611](https://github.com/MetaMask/snaps/pull/3611))
@@ -932,7 +934,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
932934
- The version of the package no longer needs to match the version of all other
933935
MetaMask Snaps packages.
934936

935-
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
937+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
938+
[16.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
936939
[15.0.2]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
937940
[15.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
938941
[15.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]

packages/snaps-controllers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/snaps-controllers",
3-
"version": "15.0.2",
3+
"version": "16.0.0",
44
"description": "Controllers for MetaMask Snaps",
55
"keywords": [
66
"MetaMask",

packages/snaps-jest/CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [9.5.1]
11+
12+
### Changed
13+
14+
- Bump `@metamask/permission-controller` from `^11.0.6` to `^12.0.0`(([#3611](https://github.com/MetaMask/snaps/pull/3611))
15+
16+
### Removed
17+
18+
- Remove `@metamask/base-controller` dependency ([#3611](https://github.com/MetaMask/snaps/pull/3611))
19+
1020
## [9.5.0]
1121

1222
### Added
@@ -423,7 +433,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
423433
- The version of the package no longer needs to match the version of all other
424434
MetaMask Snaps packages.
425435

426-
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
436+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
437+
[9.5.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
427438
[9.5.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
428439
[9.4.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
429440
[9.4.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]

packages/snaps-jest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/snaps-jest",
3-
"version": "9.5.0",
3+
"version": "9.5.1",
44
"description": "A Jest preset for end-to-end testing MetaMask Snaps, including a Jest environment, and a set of Jest matchers",
55
"keywords": [
66
"MetaMask",

packages/snaps-rpc-methods/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [14.0.0]
11+
1012
### Changed
1113

1214
- **BREAKING**: `handleSnapInstall` now accepts a `messenger` parameter of type `Messenger` instead of a `messagingSystem` parameter of type `RestrictedMessenger` ([#3611](https://github.com/MetaMask/snaps/pull/3611))
@@ -526,7 +528,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
526528
- The version of the package no longer needs to match the version of all other
527529
MetaMask Snaps packages.
528530

529-
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
531+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
532+
[14.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
530533
[13.5.3]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
531534
[13.5.2]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
532535
[13.5.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]

packages/snaps-rpc-methods/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/snaps-rpc-methods",
3-
"version": "13.5.3",
3+
"version": "14.0.0",
44
"description": "MetaMask Snaps JSON-RPC method implementations",
55
"keywords": [
66
"MetaMask",

packages/snaps-simulation/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [3.5.1]
11+
1012
### Changed
1113

1214
- Bump `@metamask/permission-controller` from `^11.0.6` to `^12.0.0`(([#3611](https://github.com/MetaMask/snaps/pull/3611))
@@ -231,7 +233,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
231233

232234
- Initial release of `@metamask/snaps-simulation` package ([#2727](https://github.com/MetaMask/snaps/pull/2727))
233235

234-
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
236+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
237+
[3.5.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
235238
[3.5.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
236239
[3.4.2]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
237240
[3.4.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]

packages/snaps-simulation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/snaps-simulation",
3-
"version": "3.5.0",
3+
"version": "3.5.1",
44
"description": "A simulation framework for MetaMask Snaps, enabling headless testing of Snaps in a controlled environment",
55
"keywords": [
66
"MetaMask",

packages/snaps-utils/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [11.6.1]
11+
1012
### Changed
1113

1214
- Bump `@metamask/permission-controller` from `^11.0.6` to `^12.0.0`(([#3611](https://github.com/MetaMask/snaps/pull/3611))
@@ -719,7 +721,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
719721
- The version of the package no longer needs to match the version of all other
720722
MetaMask Snaps packages.
721723

722-
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
724+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
725+
[11.6.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
723726
[11.6.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
724727
[11.5.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
725728
[11.4.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]

0 commit comments

Comments
 (0)