Skip to content

Commit afc2c54

Browse files
release: 139.0.0 (#3813)
This is the release candidate for version `139.0.0`. <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Release highlights** > > - Add Multichain API support in `snaps-execution-environments@10.4.0`, `snaps-rpc-methods@14.2.0`, `snaps-sdk@10.4.0`, `snaps-jest@10.0.0`, and `snaps-simulation@4.0.0` > - Introduce manifest extensibility and `--manifest` flag in `snaps-cli@8.4.0`; update `snaps-utils@12.0.0` with `loadManifest` and breaking manifest checks; bump `snaps-rollup-plugin@5.0.1` and `snaps-webpack-plugin@5.1.2` to use it > - Add new example `@metamask/multichain-provider-example-snap@1.0.0` and update Test Snaps to include it > - Bump example Snap manifests to `platformVersion` `10.4.0` and refresh bundle `shasum`s > > **Notable breaking changes** > > - `snaps-jest@10.0.0` and `snaps-simulation@4.0.0`: default account used by selectors changed > - `snaps-utils@12.0.0`: `checkManifest` now requires a manifest path and supports extendable manifests > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 6e43a46. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY --> --------- Co-authored-by: Frederik Bolding <frederik.bolding@gmail.com>
1 parent 261ebc4 commit afc2c54

63 files changed

Lines changed: 252 additions & 102 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": "138.0.0",
3+
"version": "139.0.0",
44
"private": true,
55
"repository": {
66
"type": "git",

packages/examples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/example-snaps",
3-
"version": "3.28.0",
3+
"version": "3.29.0",
44
"private": true,
55
"description": "A collection of examples demonstrating how to build MetaMask Snaps",
66
"keywords": [

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": "HTF/g7VSNFOHVSFMVCr/oiCtBQUhnlh7RgoKRrmcfAw=",
10+
"shasum": "iwcAFpTZI2R0+2Y08yHLHQrnLYIH0BnLZnyUf5yxvr0=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",
@@ -24,6 +24,6 @@
2424
"endowment:cronjob": {},
2525
"snap_dialog": {}
2626
},
27-
"platformVersion": "10.3.0",
27+
"platformVersion": "10.4.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": "bLh42RUBGIcHxVrXiOOyYxFE4tMsZq3choYigIuOHX0=",
10+
"shasum": "4+7ZgHt849j2sZQAwxlkGQ4il80SRXMmDYvb7h0+PrI=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",
@@ -43,6 +43,6 @@
4343
}
4444
]
4545
},
46-
"platformVersion": "10.3.0",
46+
"platformVersion": "10.4.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": "x+Z5a2jZziTBbjBocf6x6yYqxWQJy9zpsuXQu/l72tk=",
10+
"shasum": "jwzE6RvGGF8xQwFvt3QnYiMJQpcISu5KL8lCrt/RN+0=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",
@@ -31,6 +31,6 @@
3131
}
3232
]
3333
},
34-
"platformVersion": "10.3.0",
34+
"platformVersion": "10.4.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": "KNoSMw1x2q8JJuiMHLR2WUfnXgS8+Qigcn6axjNXbnU=",
10+
"shasum": "V1vCoM4Q0SGS6m05n5zqEVC9qD7odG9pHrw9iKGSCQg=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",
@@ -22,6 +22,6 @@
2222
"snaps": false
2323
}
2424
},
25-
"platformVersion": "10.3.0",
25+
"platformVersion": "10.4.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": "xEWQkOBI5oBBSFTRNiU/1LOEAO5gzlPP0DXLkOAQHDU=",
10+
"shasum": "TtD0ZWvt9SPAjutiYyVnxo6ofE7cT4/v4wJZr45lW8o=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",
@@ -29,6 +29,6 @@
2929
},
3030
"snap_notify": {}
3131
},
32-
"platformVersion": "10.3.0",
32+
"platformVersion": "10.4.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": "RD9BmLyccxHIO9Ugvm01WwldnJYCO62Y/gyWsqX/h60=",
10+
"shasum": "ke/J1WO4ad7/uNujtzWdpIm2ZFV43G1JJuNOA2UmjxI=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",
@@ -29,6 +29,6 @@
2929
},
3030
"snap_dialog": {}
3131
},
32-
"platformVersion": "10.3.0",
32+
"platformVersion": "10.4.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": "6H/xigfH9u0GxJK8FkuVVJMvMMeWzhH8U44v5Co+l68=",
10+
"shasum": "/DXKtMCqhL7MrcbgBftgZ1p+pgrH9LTI7zDmThP7C9c=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",
@@ -22,6 +22,6 @@
2222
},
2323
"snap_dialog": {}
2424
},
25-
"platformVersion": "10.3.0",
25+
"platformVersion": "10.4.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": "ee7rnUVZUIh01iXWM9Eo5E4z7yWceVu+4DIfOXjWa1c=",
10+
"shasum": "UBekcOiuZrD3v1JJGX9Xf9krGOcH7mTzN+jxBHUeCUI=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",
@@ -21,6 +21,6 @@
2121
"dapps": true
2222
}
2323
},
24-
"platformVersion": "10.3.0",
24+
"platformVersion": "10.4.0",
2525
"manifestVersion": "0.1"
2626
}

0 commit comments

Comments
 (0)