Skip to content

Commit 7657d68

Browse files
release: 157.0.0 (#3999)
Release candidate for `157.0.0`. Mainly includes the RPC method refactor to use the messenger. <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Medium Risk** > Medium risk because this release bumps `@metamask/snaps-rpc-methods` to `16.0.0` with breaking API changes (messenger now required and hook validation now throws), which can break consumers and runtime wiring if not updated correctly. > > **Overview** > **Release bump to `157.0.0`.** Updates workspace/package versions and changelogs across `snaps-rpc-methods` (`16.0.0`), `snaps-controllers` (`20.0.5`), `snaps-jest` (`10.1.3`), `snaps-sdk` (`11.1.1`), and `snaps-simulation` (`4.1.4`). > > Refreshes example Snap `snap.manifest.json` files and CLI/tests by updating `platformVersion` from `11.1.0` to `11.1.1` and regenerating `source.shasum` values (including build/watch fixtures and manifest validation tests). > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit db885e7. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY --> --------- Co-authored-by: Maarten Zuidhoorn <maarten@zuidhoorn.com>
1 parent 84c2d21 commit 7657d68

50 files changed

Lines changed: 154 additions & 98 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

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

packages/examples/packages/background-events/snap.manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url": "https://github.com/MetaMask/snaps.git"
88
},
99
"source": {
10-
"shasum": "dHrQSI3SH9R4nxbzJvCVgktCOv1+WzxXgCUGsqLL89k=",
10+
"shasum": "pGQoi9fAJJ70akt2YXnoid5KaA5vBtEWwqNrb7wyM+o=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",
@@ -24,6 +24,6 @@
2424
"endowment:cronjob": {},
2525
"snap_dialog": {}
2626
},
27-
"platformVersion": "11.1.0",
27+
"platformVersion": "11.1.1",
2828
"manifestVersion": "0.1"
2929
}

packages/examples/packages/bip32/snap.manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url": "https://github.com/MetaMask/snaps.git"
88
},
99
"source": {
10-
"shasum": "MHEtNZ3RcoEjcdlGh2m+tv7DwHwEa0anXQXd5r+JrR8=",
10+
"shasum": "prC/0vZUtzwiOHSievoseESTMAg/0D+L7iaU5vjPR/A=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",
@@ -43,6 +43,6 @@
4343
}
4444
]
4545
},
46-
"platformVersion": "11.1.0",
46+
"platformVersion": "11.1.1",
4747
"manifestVersion": "0.1"
4848
}

packages/examples/packages/bip44/snap.manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url": "https://github.com/MetaMask/snaps.git"
88
},
99
"source": {
10-
"shasum": "3wkRM7ICJt38B6FfFcOC5MIydF0EWi0yHETrg03I5tM=",
10+
"shasum": "2KB8BmN8Ef47GHfFJDvFJOOBL3qXRwhcc/qfuk7ruIQ=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",
@@ -31,6 +31,6 @@
3131
}
3232
]
3333
},
34-
"platformVersion": "11.1.0",
34+
"platformVersion": "11.1.1",
3535
"manifestVersion": "0.1"
3636
}

packages/examples/packages/client-status/snap.manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url": "https://github.com/MetaMask/snaps.git"
88
},
99
"source": {
10-
"shasum": "to0euA15bvzx56I/keeDegWfnXfjSWXuTvjSTpQnQ9s=",
10+
"shasum": "B3Cf7jXxbKQs64/OZUSEqpOwUzR/zzCqOhUy55v5GiM=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",
@@ -22,6 +22,6 @@
2222
"snaps": false
2323
}
2424
},
25-
"platformVersion": "11.1.0",
25+
"platformVersion": "11.1.1",
2626
"manifestVersion": "0.1"
2727
}

packages/examples/packages/cronjob-duration/snap.manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url": "https://github.com/MetaMask/snaps.git"
88
},
99
"source": {
10-
"shasum": "qNeyjlk4MFVNoB98fowvL3wK408WblXAl/dm+A0Hc9s=",
10+
"shasum": "2uLRdxaG+Dweyx5ypYxUCG6bN9UanLZsa9QZXnNIjxQ=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",
@@ -29,6 +29,6 @@
2929
},
3030
"snap_notify": {}
3131
},
32-
"platformVersion": "11.1.0",
32+
"platformVersion": "11.1.1",
3333
"manifestVersion": "0.1"
3434
}

packages/examples/packages/cronjobs/snap.manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url": "https://github.com/MetaMask/snaps.git"
88
},
99
"source": {
10-
"shasum": "H4iFTRVa+Xt3uJX3xlrH2oVUuNodwSGEo0c5BQLTNdo=",
10+
"shasum": "4bmJG2CK8rwU+woYLXt+FXxmJFzXMT8gf7KaXFmL14U=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",
@@ -29,6 +29,6 @@
2929
},
3030
"snap_dialog": {}
3131
},
32-
"platformVersion": "11.1.0",
32+
"platformVersion": "11.1.1",
3333
"manifestVersion": "0.1"
3434
}

packages/examples/packages/dialogs/snap.manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url": "https://github.com/MetaMask/snaps.git"
88
},
99
"source": {
10-
"shasum": "dPSj/JOP0UNgUDTGdXbFuaIXe5zcykrESxd3Za75q+8=",
10+
"shasum": "UA87PItXHHc3t347JdnrqM++FiZ/BreYU4wjnoOSdnM=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",
@@ -22,6 +22,6 @@
2222
},
2323
"snap_dialog": {}
2424
},
25-
"platformVersion": "11.1.0",
25+
"platformVersion": "11.1.1",
2626
"manifestVersion": "0.1"
2727
}

packages/examples/packages/errors/snap.manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url": "https://github.com/MetaMask/snaps.git"
88
},
99
"source": {
10-
"shasum": "Z5uJ7vQRs+ZlCXzivNAflTm/fVmEGlckc6oMZ2rsMBw=",
10+
"shasum": "3JXrC70BoMl7xMCIjy9yGtoHA84/EfAgtpLW+596/6w=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",
@@ -21,6 +21,6 @@
2121
"dapps": true
2222
}
2323
},
24-
"platformVersion": "11.1.0",
24+
"platformVersion": "11.1.1",
2525
"manifestVersion": "0.1"
2626
}

packages/examples/packages/ethereum-provider/snap.manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url": "https://github.com/MetaMask/snaps.git"
88
},
99
"source": {
10-
"shasum": "NVPhr3ACjg36gF3ZAZ0to/p0bnTeqLngt0IddjgJBN4=",
10+
"shasum": "YOOkqLB3Xo+hBWJV2qBo9ovWSgnGwHnURWiwjdOtiPg=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",
@@ -22,6 +22,6 @@
2222
},
2323
"endowment:ethereum-provider": {}
2424
},
25-
"platformVersion": "11.1.0",
25+
"platformVersion": "11.1.1",
2626
"manifestVersion": "0.1"
2727
}

0 commit comments

Comments
 (0)