Skip to content

Commit 493eedc

Browse files
Release 82.0.0 (#3012)
This is the release candidate for version 82.0.0. --------- Co-authored-by: Maarten Zuidhoorn <maarten@zuidhoorn.com>
1 parent 12ec6e7 commit 493eedc

File tree

63 files changed

+274
-100
lines changed

Some content is hidden

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

63 files changed

+274
-100
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": "81.0.0",
3+
"version": "82.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.13.0",
3+
"version": "3.14.0",
44
"private": true,
55
"description": "A collection of examples demonstrating how to build MetaMask Snaps",
66
"keywords": [

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": "Iwip4OlU9S4hYajtfbs5U8wylR7u/iE3p07sY2AhVp4=",
10+
"shasum": "ojW3Hm/UhUzUs35jVfoI9+xEsy0zoVLFzfZGZ3dgZeQ=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",
@@ -43,6 +43,6 @@
4343
}
4444
]
4545
},
46-
"platformVersion": "6.14.0",
46+
"platformVersion": "6.15.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": "WdVu3c2ueuVvwqfkYHemheWb9KSK53EC5CYMM2Zp43s=",
10+
"shasum": "kYRZmgdWbCe5U9mK1DBn4r1eh2VFI6TBolStHsYnwqQ=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",
@@ -31,6 +31,6 @@
3131
}
3232
]
3333
},
34-
"platformVersion": "6.14.0",
34+
"platformVersion": "6.15.0",
3535
"manifestVersion": "0.1"
3636
}

packages/examples/packages/browserify-plugin/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": "LlwXNZxywmo/klkUVJwuj5tRmXOEeV3TDyVZ6CFmHgo=",
10+
"shasum": "jyM2N8Y8sIxLacv1mwtPh41wGSt9lWsBNbFo9CSx7mM=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",
@@ -21,6 +21,6 @@
2121
"dapps": true
2222
}
2323
},
24-
"platformVersion": "6.14.0",
24+
"platformVersion": "6.15.0",
2525
"manifestVersion": "0.1"
2626
}

packages/examples/packages/browserify/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": "tXrezMiE2cd1yYm0J12JTWpdiWy+zdYpCaqX4eqev1c=",
10+
"shasum": "qHCkTRpYoHUFtt9Dd0nxQyw7Eblv0e5znQ39NszlJOo=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",
@@ -21,6 +21,6 @@
2121
"dapps": true
2222
}
2323
},
24-
"platformVersion": "6.14.0",
24+
"platformVersion": "6.15.0",
2525
"manifestVersion": "0.1"
2626
}

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": "CFonvZWuchKS3nBzHbjdn/Z6jzYK+X0INUW4d7AmlaY=",
10+
"shasum": "arWIxnocunv/5esPgYG068vzZzyBxg/FcbiDILeyLCs=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",
@@ -22,6 +22,6 @@
2222
"snaps": false
2323
}
2424
},
25-
"platformVersion": "6.14.0",
25+
"platformVersion": "6.15.0",
2626
"manifestVersion": "0.1"
2727
}

packages/examples/packages/cronjobs/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [2.2.0]
11+
12+
### Added
13+
14+
- Add support for `snap_scheduleBackgroundEvent` ([#2941](https://github.com/MetaMask/snaps/pull/2941))
15+
16+
### Changed
17+
18+
- Bump MetaMask dependencies ([#2946](https://github.com/MetaMask/snaps/pull/2946), [#2989](https://github.com/MetaMask/snaps/pull/2989))
19+
1020
## [2.1.4]
1121

1222
### Fixed
@@ -78,7 +88,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7888
- The version of the package no longer needs to match the version of all other
7989
MetaMask Snaps packages.
8090

81-
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/cronjob-example-snap@2.1.4...HEAD
91+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/cronjob-example-snap@2.2.0...HEAD
92+
[2.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/cronjob-example-snap@2.1.4...@metamask/cronjob-example-snap@2.2.0
8293
[2.1.4]: https://github.com/MetaMask/snaps/compare/@metamask/cronjob-example-snap@2.1.3...@metamask/cronjob-example-snap@2.1.4
8394
[2.1.3]: https://github.com/MetaMask/snaps/compare/@metamask/cronjob-example-snap@2.1.2...@metamask/cronjob-example-snap@2.1.3
8495
[2.1.2]: https://github.com/MetaMask/snaps/compare/@metamask/cronjob-example-snap@2.1.1...@metamask/cronjob-example-snap@2.1.2

packages/examples/packages/cronjobs/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-example-snap",
3-
"version": "2.1.4",
3+
"version": "2.2.0",
44
"description": "MetaMask example snap demonstrating the use of cronjobs in snaps",
55
"keywords": [
66
"MetaMask",

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"version": "2.1.4",
2+
"version": "2.2.0",
33
"description": "MetaMask example snap demonstrating the use of cronjobs in snaps.",
44
"proposedName": "Cronjob Example Snap",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/MetaMask/snaps.git"
88
},
99
"source": {
10-
"shasum": "tj81K+k40rCg5L/kcA8/bvKbL5wf7l4OLdBXTJgWoMw=",
10+
"shasum": "B0eoXOpzU2Cts5d42w11AdvgClmS/une3zXQ9vHnJgU=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",
@@ -34,6 +34,6 @@
3434
"snap_dialog": {},
3535
"snap_notify": {}
3636
},
37-
"platformVersion": "6.14.0",
37+
"platformVersion": "6.15.0",
3838
"manifestVersion": "0.1"
3939
}

0 commit comments

Comments
 (0)