Skip to content

Commit 3fda705

Browse files
authored
release: 128.0.0 (#3690)
<!-- CURSOR_SUMMARY --> > [!NOTE] > Bumps packages for a release with JSON-RPC mocking support in testing/simulation and fixes around Snap installation and manageAccounts handling. > > - **Packages**: > - `@metamask/[email protected]` and `@metamask/[email protected]` > - Added: Allow mocking JSON-RPC implementations. > - `@metamask/[email protected]` > - Fixed: Wait for unlock before handling `manageAccounts` requests. > - Fixed: Throw if Snap not installed. > - `@metamask/[email protected]` > - Fixed: Throw if Snap not installed. > - **Root**: Bump workspace version to `128.0.0`. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 2f29c72. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent fff1ef6 commit 3fda705

File tree

9 files changed

+38
-9
lines changed

9 files changed

+38
-9
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": "127.0.0",
3+
"version": "128.0.0",
44
"private": true,
55
"repository": {
66
"type": "git",

packages/snaps-controllers/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [15.0.2]
11+
12+
### Fixed
13+
14+
- Throw if Snap not installed ([#3666](https://github.com/MetaMask/snaps/pull/3666))
15+
1016
## [15.0.1]
1117

1218
### Fixed
@@ -917,7 +923,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
917923
- The version of the package no longer needs to match the version of all other
918924
MetaMask Snaps packages.
919925

920-
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
926+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
927+
[15.0.2]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
921928
[15.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
922929
[15.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
923930
[14.2.2]: 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.1",
3+
"version": "15.0.2",
44
"description": "Controllers for MetaMask Snaps",
55
"keywords": [
66
"MetaMask",

packages/snaps-jest/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [9.5.0]
11+
12+
### Added
13+
14+
- Allow mocking JSON-RPC implementations ([#3667](https://github.com/MetaMask/snaps/pull/3667))
15+
1016
## [9.4.1]
1117

1218
### Changed
@@ -417,7 +423,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
417423
- The version of the package no longer needs to match the version of all other
418424
MetaMask Snaps packages.
419425

420-
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
426+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
427+
[9.5.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
421428
[9.4.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
422429
[9.4.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
423430
[9.3.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.4.1",
3+
"version": "9.5.0",
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: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [13.5.3]
11+
12+
### Fixed
13+
14+
- Wait for unlock before handling `manageAccounts` requests ([#3686](https://github.com/MetaMask/snaps/pull/3686))
15+
- Throw if Snap not installed ([#3666](https://github.com/MetaMask/snaps/pull/3666))
16+
1017
## [13.5.2]
1118

1219
### Changed
@@ -509,7 +516,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
509516
- The version of the package no longer needs to match the version of all other
510517
MetaMask Snaps packages.
511518

512-
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
519+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
520+
[13.5.3]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
513521
[13.5.2]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
514522
[13.5.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
515523
[13.5.0]: 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.2",
3+
"version": "13.5.3",
44
"description": "MetaMask Snaps JSON-RPC method implementations",
55
"keywords": [
66
"MetaMask",

packages/snaps-simulation/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [3.5.0]
11+
12+
### Added
13+
14+
- Allow mocking JSON-RPC implementations ([#3667](https://github.com/MetaMask/snaps/pull/3667))
15+
1016
## [3.4.2]
1117

1218
### Changed
@@ -217,7 +223,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
217223

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

220-
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
226+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
227+
[3.5.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
221228
[3.4.2]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
222229
[3.4.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
223230
[3.4.0]: 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.4.2",
3+
"version": "3.5.0",
44
"description": "A simulation framework for MetaMask Snaps, enabling headless testing of Snaps in a controlled environment",
55
"keywords": [
66
"MetaMask",

0 commit comments

Comments
 (0)