Skip to content

Commit e21d3a3

Browse files
release: 134.0.0 (#3761)
This is the release candidate for version `134.0.0`. This release contains: - the new `DateTimePicker` component - Forces the registry fetch without cache - Uses EIP-6963 in `test-snaps` <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Release 134.0.0 adds `DateTimePicker` support across SDK/runtime/testing, forces no-cache registry fetch, adopts EIP-6963 in `test-snaps`, and updates examples/manifests/versions. > > - **UI/SDK & Runtime**: > - Add `DateTimePicker` component in `@metamask/snaps-sdk` and support in `@metamask/snaps-controllers` and `@metamask/snaps-execution-environments`. > - Move `ISO8601DateStruct` to `@metamask/snaps-sdk` and re-export from `@metamask/snaps-utils`. > - **Testing**: > - `@metamask/snaps-jest` and `@metamask/snaps-simulation`: add `DateTimePicker` test helpers; include client versions in `snap_getClientStatus`. > - **Registry/Networking**: > - Use `no-cache` for registry fetches in `@metamask/snaps-controllers`. > - **Test App**: > - `@metamask/test-snaps`: adopt EIP-6963 and move deps to devDependencies. > - **Examples**: > - `interactive-ui` example: add `DateTimePicker` demo (`2.5.0`). > - **Manifests & Versions**: > - Bump `platformVersion` to `10.2.0` across example `snap.manifest.json` files and refresh `shasum`s. > - Bump package versions across `snaps-*` packages and root to `134.0.0`. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 09f667b. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY --> --------- Co-authored-by: Frederik Bolding <[email protected]>
1 parent fc9ab36 commit e21d3a3

File tree

54 files changed

+180
-91
lines changed

Some content is hidden

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

54 files changed

+180
-91
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": "133.0.0",
3+
"version": "134.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.26.1",
3+
"version": "3.27.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": "pBrYH3fPZoZ6c1lzYRRO/ZFhLG4n9JCkNYxkVg994ls=",
10+
"shasum": "j4fHWGPR+WignsOREWYzf+moGoMzZvmYKq4OFZPQ9n4=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",
@@ -24,6 +24,6 @@
2424
"endowment:cronjob": {},
2525
"snap_dialog": {}
2626
},
27-
"platformVersion": "10.1.0",
27+
"platformVersion": "10.2.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": "9lT5CiUjHNW8iU7KWhixHrqqlKCg5NKZYIhswxFp/w4=",
10+
"shasum": "x7pAprSig9Qgs2dAB+v/ZAHtTRxI9KPL+CEXcZVGBno=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",
@@ -43,6 +43,6 @@
4343
}
4444
]
4545
},
46-
"platformVersion": "10.1.0",
46+
"platformVersion": "10.2.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": "ahugZNqxKuTcbEh5KKvzCT6XOV+8VBSesy9QtF+hM0o=",
10+
"shasum": "QYnXRF66dfY1OD70mCxsLr44rXEZgtAj4zj4YC7gCcI=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",
@@ -31,6 +31,6 @@
3131
}
3232
]
3333
},
34-
"platformVersion": "10.1.0",
34+
"platformVersion": "10.2.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": "+4J0x3FfKOwwA1zjxLAJa2Ox4F1fBksL2wZlL5VkzBg=",
10+
"shasum": "E1e1NH44AQrogv7YBU++7NeIQ1FJHO/rCmfgECl1nDg=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",
@@ -22,6 +22,6 @@
2222
"snaps": false
2323
}
2424
},
25-
"platformVersion": "10.1.0",
25+
"platformVersion": "10.2.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": "YrLxLhdGqBxyJ80aubo9Z/x6drOlNM9ZvUuAsUss46s=",
10+
"shasum": "2shHWjSSpZED5d1e2NxpQfvVc3B00OtE2FKQozq8FU8=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",
@@ -29,6 +29,6 @@
2929
},
3030
"snap_notify": {}
3131
},
32-
"platformVersion": "10.1.0",
32+
"platformVersion": "10.2.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": "jbabXlfgPj1e4T5yzJTn7Km5NA4f0w/ncwxQsF3vWkw=",
10+
"shasum": "LWnnLnEGJVLcvVrbCQRxbSEgjHUEHvyuz6yoz04x4bU=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",
@@ -29,6 +29,6 @@
2929
},
3030
"snap_dialog": {}
3131
},
32-
"platformVersion": "10.1.0",
32+
"platformVersion": "10.2.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": "C7wEALP7TErBA8/adYJJTMRUGdM+h+BJMo4/Lv886CM=",
10+
"shasum": "y0+aXBd6K4/jjEEk5yvUka09S6iWaED5nv8UeeI+nLs=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",
@@ -22,6 +22,6 @@
2222
},
2323
"snap_dialog": {}
2424
},
25-
"platformVersion": "10.1.0",
25+
"platformVersion": "10.2.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": "uexMQNOjsfskFD1prVjmeNKgX/PKchI3deOQ0+0DRC4=",
10+
"shasum": "3n/z3Akq+fx7uvG1Zm0wG3V4DoZSuT3a96/q/NEKTY8=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",
@@ -21,6 +21,6 @@
2121
"dapps": true
2222
}
2323
},
24-
"platformVersion": "10.1.0",
24+
"platformVersion": "10.2.0",
2525
"manifestVersion": "0.1"
2626
}

0 commit comments

Comments
 (0)