Skip to content

Commit 728e3f7

Browse files
release: 114.0.0 (#3463)
This is the release candidate for version `114.0.0`.
1 parent 8bf1e1b commit 728e3f7

File tree

59 files changed

+189
-97
lines changed

Some content is hidden

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

59 files changed

+189
-97
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": "113.0.0",
3+
"version": "114.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.22.0",
3+
"version": "3.23.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": "n8yeJ3X3yNzjvNyisBCoyGzI4ohxYGiA6RuQd9Y1Jx0=",
10+
"shasum": "wRIfHJ8IQh76ktT6bMPaQeL76aUSIfOfdusGJAvU8j0=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",
@@ -24,6 +24,6 @@
2424
"endowment:cronjob": {},
2525
"snap_dialog": {}
2626
},
27-
"platformVersion": "8.0.0",
27+
"platformVersion": "8.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": "0c/L5LqWjNMES36BcvT4Zccx3WtwRzVoeBP6LPYTW0s=",
10+
"shasum": "kQsI1Pe5Ds8AQM+3sbKnBpqCHbhkSlgPeuErzig1BSU=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",
@@ -43,6 +43,6 @@
4343
}
4444
]
4545
},
46-
"platformVersion": "8.0.0",
46+
"platformVersion": "8.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": "SZUK8fPhsiOpIC//B75pvQGlvMkKnc/rUONgTvVPcnE=",
10+
"shasum": "ZpWq5pSZ2qjXZHc2awkpSbUbO10vuT8uyRcVy6xyqkg=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",
@@ -31,6 +31,6 @@
3131
}
3232
]
3333
},
34-
"platformVersion": "8.0.0",
34+
"platformVersion": "8.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": "raB37xrJku8GavkRxg3uncq/6XZRq1kOLr47MrNuH6Y=",
10+
"shasum": "IGEfi7rQXI0Tu98aDyGbtUAeUIE0CMZonR0leSBUl8E=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",
@@ -22,6 +22,6 @@
2222
"snaps": false
2323
}
2424
},
25-
"platformVersion": "8.0.0",
25+
"platformVersion": "8.1.0",
2626
"manifestVersion": "0.1"
2727
}

packages/examples/packages/cronjob-duration/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
[Unreleased]: https://github.com/MetaMask/snaps/
10+
## [1.0.0]
11+
12+
### Added
13+
14+
- Initial release ([#3461](https://github.com/MetaMask/snaps/pull/3461))
15+
16+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/cronjob-duration-example-snap@1.0.0...HEAD
17+
[1.0.0]: https://github.com/MetaMask/snaps/releases/tag/@metamask/cronjob-duration-example-snap@1.0.0

packages/examples/packages/cronjob-duration/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/cronjob-duration-example-snap",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"description": "MetaMask example Snap demonstrating the use of cronjobs with ISO 8601 durations in Snaps",
55
"keywords": [
66
"MetaMask",

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"version": "0.0.0",
2+
"version": "1.0.0",
33
"description": "MetaMask example Snap demonstrating the use of cronjobs with ISO 8601 durations in Snaps.",
44
"proposedName": "Cronjob Duration Example Snap",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/MetaMask/snaps.git"
88
},
99
"source": {
10-
"shasum": "i/YSeO2E9gHo3ovjTjj4iYfEEkP8yEr5sU5O8TgzS7g=",
10+
"shasum": "vzzpBIX/vOKbSw6x8JXHzMMeBe8lpOhaZi0KSZk9uOY=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",
@@ -29,6 +29,6 @@
2929
},
3030
"snap_notify": {}
3131
},
32-
"platformVersion": "8.0.0",
32+
"platformVersion": "8.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": "LMYnunvynFmwzxgUBD/uWGuP2tuJTgSt181sd4VHJd8=",
10+
"shasum": "eTktdzvPzAr/fMl6sZALdcUL2LOW3YhiUwqi28na8js=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",
@@ -29,6 +29,6 @@
2929
},
3030
"snap_dialog": {}
3131
},
32-
"platformVersion": "8.0.0",
32+
"platformVersion": "8.1.0",
3333
"manifestVersion": "0.1"
3434
}

0 commit comments

Comments
 (0)