Skip to content

Commit e8eb084

Browse files
release: 144.0.0 (#3889)
Release candidate for release 144. This release contains a mitigation for a state corruption issue on mobile. <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Low risk: this PR only updates package versions and the `snaps-controllers` changelog, with no code logic changes. > > **Overview** > Updates the monorepo version to `144.0.0` and bumps `@metamask/snaps-controllers` to `18.0.2`. > > Adds the `18.0.2` changelog entry, noting a `@metamask/json-rpc-engine` patch bump and a fix to recover when preinstalled Snap source code is missing. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit a7cb6f3. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent fb5a75c commit e8eb084

3 files changed

Lines changed: 14 additions & 3 deletions

File tree

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-monorepo",
3-
"version": "143.0.0",
3+
"version": "144.0.0",
44
"private": true,
55
"repository": {
66
"type": "git",

packages/snaps-controllers/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+
## [18.0.2]
11+
12+
### Changed
13+
14+
- Bump `@metamask/json-rpc-engine` from `10.2.2` to `10.2.3` ([#3884](https://github.com/MetaMask/snaps/pull/3884))
15+
16+
### Fixed
17+
18+
- Recover if preinstalled Snaps source code is missing ([#3886](https://github.com/MetaMask/snaps/pull/3886))
19+
1020
## [18.0.1]
1121

1222
### Changed
@@ -1053,7 +1063,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10531063
- The version of the package no longer needs to match the version of all other
10541064
MetaMask Snaps packages.
10551065

1056-
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@18.0.1...HEAD
1066+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@18.0.2...HEAD
1067+
[18.0.2]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@18.0.1...@metamask/snaps-controllers@18.0.2
10571068
[18.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@18.0.0...@metamask/snaps-controllers@18.0.1
10581069
[18.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@17.2.1...@metamask/snaps-controllers@18.0.0
10591070
[17.2.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@17.2.0...@metamask/snaps-controllers@17.2.1

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": "18.0.1",
3+
"version": "18.0.2",
44
"description": "Controllers for MetaMask Snaps",
55
"keywords": [
66
"MetaMask",

0 commit comments

Comments
 (0)