Skip to content

Commit c339e31

Browse files
release: 150.0.0 (#3954)
Release candidate, including some controller fixes, a new component and a new keyring caveat. <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Medium Risk** > Mostly a release/version bump, but it includes a **breaking** `@metamask/snaps-controllers` change to how the Snap registry is consumed (`updateRegistry` now always uses the latest registry via `SnapRegistryController:registryUpdated`). Moderate risk due to potential behavioral changes in Snap update flows and downstream integrations relying on registry update semantics. > > **Overview** > Bumps the monorepo release to `150.0.0` and updates multiple packages’ versions/changelogs (`snaps-controllers` to `20.0.0`, `snaps-rpc-methods` to `15.1.0`, `snaps-sdk` to `11.1.0`, `snaps-utils` to `12.2.0`, `test-snaps` to `3.4.2`, and the `name-lookup` example snap to `3.1.2`). > > Updates all example Snap `snap.manifest.json` files’ `platformVersion` to `11.1.0` and refreshes bundle `shasum` values, with test fixtures adjusted accordingly. The `name-lookup` example Snap changelog notes a fix to allow resolving names across multiple chains, and the release notes include new keyring capabilities caveat support and a new `CollapsibleSection` UI component/type additions. > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit 2722c16. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent e7696aa commit c339e31

52 files changed

Lines changed: 143 additions & 91 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": "149.0.0",
3+
"version": "150.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": "XMliZP6QpOJMl/sIndoibwLJLhl3MFVqmcVW5HXNqSU=",
10+
"shasum": "dHrQSI3SH9R4nxbzJvCVgktCOv1+WzxXgCUGsqLL89k=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",
@@ -24,6 +24,6 @@
2424
"endowment:cronjob": {},
2525
"snap_dialog": {}
2626
},
27-
"platformVersion": "11.0.0",
27+
"platformVersion": "11.1.0",
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": "L7RsmnoLmuiXcQ+i3gntSlBUMM/k0UTEM9Extb4LawY=",
10+
"shasum": "DfDkyYZXC7MAr0vyBiMgK8PPZaoaUue4xSpLDYsRdzk=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",
@@ -43,6 +43,6 @@
4343
}
4444
]
4545
},
46-
"platformVersion": "11.0.0",
46+
"platformVersion": "11.1.0",
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": "f8eLmohDtj4GEid/cJKqDqbSlHUTw2blsPqmJ2kDUbQ=",
10+
"shasum": "tnYa4QhTpjoAB4Rh3USE0xEhiStsrZf1VdMQ4zm4FZc=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",
@@ -31,6 +31,6 @@
3131
}
3232
]
3333
},
34-
"platformVersion": "11.0.0",
34+
"platformVersion": "11.1.0",
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": "4ZZR7VNvQNt8rwLCa1RMvIeMnBBjbMoqRj/WZn0Qefc=",
10+
"shasum": "to0euA15bvzx56I/keeDegWfnXfjSWXuTvjSTpQnQ9s=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",
@@ -22,6 +22,6 @@
2222
"snaps": false
2323
}
2424
},
25-
"platformVersion": "11.0.0",
25+
"platformVersion": "11.1.0",
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": "C6P+/0rjWCbuVNxAA5NbtfbfgddIU0+CjbqRJPWTglE=",
10+
"shasum": "qNeyjlk4MFVNoB98fowvL3wK408WblXAl/dm+A0Hc9s=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",
@@ -29,6 +29,6 @@
2929
},
3030
"snap_notify": {}
3131
},
32-
"platformVersion": "11.0.0",
32+
"platformVersion": "11.1.0",
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": "P+ei/m5j3d6sAukNKeDG/DyjUjLlyXEYswCIJozn5W8=",
10+
"shasum": "H4iFTRVa+Xt3uJX3xlrH2oVUuNodwSGEo0c5BQLTNdo=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",
@@ -29,6 +29,6 @@
2929
},
3030
"snap_dialog": {}
3131
},
32-
"platformVersion": "11.0.0",
32+
"platformVersion": "11.1.0",
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": "UqPsR8Jj+H/4zx09MNz4ZVwynOoZMI5xvlQfRgIeCQY=",
10+
"shasum": "dPSj/JOP0UNgUDTGdXbFuaIXe5zcykrESxd3Za75q+8=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",
@@ -22,6 +22,6 @@
2222
},
2323
"snap_dialog": {}
2424
},
25-
"platformVersion": "11.0.0",
25+
"platformVersion": "11.1.0",
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": "GmBTMyB7cDl4yF0S64RSbL+/YV2I6zHP/DlYNLGbo5c=",
10+
"shasum": "Z5uJ7vQRs+ZlCXzivNAflTm/fVmEGlckc6oMZ2rsMBw=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",
@@ -21,6 +21,6 @@
2121
"dapps": true
2222
}
2323
},
24-
"platformVersion": "11.0.0",
24+
"platformVersion": "11.1.0",
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": "eYSU5EtUS8YXuHycZDg9Xg9Nm9H9L57eUz3PrHXid/4=",
10+
"shasum": "SrXK0NPk/xdq3tL3d3m1BI719pCbkaqPLq8eX/fBZu4=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",
@@ -22,6 +22,6 @@
2222
},
2323
"endowment:ethereum-provider": {}
2424
},
25-
"platformVersion": "11.0.0",
25+
"platformVersion": "11.1.0",
2626
"manifestVersion": "0.1"
2727
}

0 commit comments

Comments
 (0)