Skip to content

Commit

Permalink
Release 82.0.0 (#3012)
Browse files Browse the repository at this point in the history
This is the release candidate for version 82.0.0.

---------

Co-authored-by: Maarten Zuidhoorn <[email protected]>
  • Loading branch information
FrederikBolding and Mrtenz authored Jan 14, 2025
1 parent 12ec6e7 commit 493eedc
Show file tree
Hide file tree
Showing 63 changed files with 274 additions and 100 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "root",
"version": "81.0.0",
"version": "82.0.0",
"private": true,
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/example-snaps",
"version": "3.13.0",
"version": "3.14.0",
"private": true,
"description": "A collection of examples demonstrating how to build MetaMask Snaps",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions packages/examples/packages/bip32/snap.manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "https://github.com/MetaMask/snaps.git"
},
"source": {
"shasum": "Iwip4OlU9S4hYajtfbs5U8wylR7u/iE3p07sY2AhVp4=",
"shasum": "ojW3Hm/UhUzUs35jVfoI9+xEsy0zoVLFzfZGZ3dgZeQ=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand Down Expand Up @@ -43,6 +43,6 @@
}
]
},
"platformVersion": "6.14.0",
"platformVersion": "6.15.0",
"manifestVersion": "0.1"
}
4 changes: 2 additions & 2 deletions packages/examples/packages/bip44/snap.manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "https://github.com/MetaMask/snaps.git"
},
"source": {
"shasum": "WdVu3c2ueuVvwqfkYHemheWb9KSK53EC5CYMM2Zp43s=",
"shasum": "kYRZmgdWbCe5U9mK1DBn4r1eh2VFI6TBolStHsYnwqQ=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand All @@ -31,6 +31,6 @@
}
]
},
"platformVersion": "6.14.0",
"platformVersion": "6.15.0",
"manifestVersion": "0.1"
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "https://github.com/MetaMask/snaps.git"
},
"source": {
"shasum": "LlwXNZxywmo/klkUVJwuj5tRmXOEeV3TDyVZ6CFmHgo=",
"shasum": "jyM2N8Y8sIxLacv1mwtPh41wGSt9lWsBNbFo9CSx7mM=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand All @@ -21,6 +21,6 @@
"dapps": true
}
},
"platformVersion": "6.14.0",
"platformVersion": "6.15.0",
"manifestVersion": "0.1"
}
4 changes: 2 additions & 2 deletions packages/examples/packages/browserify/snap.manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "https://github.com/MetaMask/snaps.git"
},
"source": {
"shasum": "tXrezMiE2cd1yYm0J12JTWpdiWy+zdYpCaqX4eqev1c=",
"shasum": "qHCkTRpYoHUFtt9Dd0nxQyw7Eblv0e5znQ39NszlJOo=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand All @@ -21,6 +21,6 @@
"dapps": true
}
},
"platformVersion": "6.14.0",
"platformVersion": "6.15.0",
"manifestVersion": "0.1"
}
4 changes: 2 additions & 2 deletions packages/examples/packages/client-status/snap.manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "https://github.com/MetaMask/snaps.git"
},
"source": {
"shasum": "CFonvZWuchKS3nBzHbjdn/Z6jzYK+X0INUW4d7AmlaY=",
"shasum": "arWIxnocunv/5esPgYG068vzZzyBxg/FcbiDILeyLCs=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand All @@ -22,6 +22,6 @@
"snaps": false
}
},
"platformVersion": "6.14.0",
"platformVersion": "6.15.0",
"manifestVersion": "0.1"
}
13 changes: 12 additions & 1 deletion packages/examples/packages/cronjobs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.2.0]

### Added

- Add support for `snap_scheduleBackgroundEvent` ([#2941](https://github.com/MetaMask/snaps/pull/2941))

### Changed

- Bump MetaMask dependencies ([#2946](https://github.com/MetaMask/snaps/pull/2946), [#2989](https://github.com/MetaMask/snaps/pull/2989))

## [2.1.4]

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

[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
[2.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
[2.1.4]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
[2.1.3]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
[2.1.2]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion packages/examples/packages/cronjobs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/cronjob-example-snap",
"version": "2.1.4",
"version": "2.2.0",
"description": "MetaMask example snap demonstrating the use of cronjobs in snaps",
"keywords": [
"MetaMask",
Expand Down
6 changes: 3 additions & 3 deletions packages/examples/packages/cronjobs/snap.manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"version": "2.1.4",
"version": "2.2.0",
"description": "MetaMask example snap demonstrating the use of cronjobs in snaps.",
"proposedName": "Cronjob Example Snap",
"repository": {
"type": "git",
"url": "https://github.com/MetaMask/snaps.git"
},
"source": {
"shasum": "tj81K+k40rCg5L/kcA8/bvKbL5wf7l4OLdBXTJgWoMw=",
"shasum": "B0eoXOpzU2Cts5d42w11AdvgClmS/une3zXQ9vHnJgU=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand All @@ -34,6 +34,6 @@
"snap_dialog": {},
"snap_notify": {}
},
"platformVersion": "6.14.0",
"platformVersion": "6.15.0",
"manifestVersion": "0.1"
}
4 changes: 2 additions & 2 deletions packages/examples/packages/dialogs/snap.manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "https://github.com/MetaMask/snaps.git"
},
"source": {
"shasum": "O6C8b3Xo/PqeBQ25CGlSbGaoo9MRjR+G0pGs0WtjoxU=",
"shasum": "6IGgmJV+Gc1jdmr4M+Gc0SHBfu2Ieuq3QFCIa5t7vYY=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand All @@ -22,6 +22,6 @@
},
"snap_dialog": {}
},
"platformVersion": "6.14.0",
"platformVersion": "6.15.0",
"manifestVersion": "0.1"
}
4 changes: 2 additions & 2 deletions packages/examples/packages/errors/snap.manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "https://github.com/MetaMask/snaps.git"
},
"source": {
"shasum": "lyj5zGWzg8mL6sHvpnfWWsy/pFj3B1IHWsFkymFrPwY=",
"shasum": "UOVWInK9Rcy0j2EcPkwtgutBE7GqPAtIOhMWXaIFBJs=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand All @@ -21,6 +21,6 @@
"dapps": true
}
},
"platformVersion": "6.14.0",
"platformVersion": "6.15.0",
"manifestVersion": "0.1"
}
13 changes: 12 additions & 1 deletion packages/examples/packages/ethereum-provider/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.2.0]

### Added

- Added support for `eth_signTypedData` ([#2969](https://github.com/MetaMask/snaps/pull/2969))

### Changed

- Bump MetaMask dependencies ([#2946](https://github.com/MetaMask/snaps/pull/2946), [#2853](https://github.com/MetaMask/snaps/pull/2853), [#2989](https://github.com/MetaMask/snaps/pull/2989))

## [2.1.3]

### Fixed
Expand Down Expand Up @@ -76,7 +86,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- The version of the package no longer needs to match the version of all other
MetaMask Snaps packages.

[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
[2.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
[2.1.3]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
[2.1.2]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
[2.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion packages/examples/packages/ethereum-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/ethereum-provider-example-snap",
"version": "2.1.3",
"version": "2.2.0",
"description": "MetaMask example snap demonstrating the use of the Ethereum Provider API and `endowment:ethereum-provider` permission",
"keywords": [
"MetaMask",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"version": "2.1.3",
"version": "2.2.0",
"description": "MetaMask example snap demonstrating the use of the Ethereum Provider API and `endowment:ethereum-provider` permission.",
"proposedName": "Ethereum Provider Example Snap",
"repository": {
"type": "git",
"url": "https://github.com/MetaMask/snaps.git"
},
"source": {
"shasum": "ZZWtBqr2mSvhKux/7c+rV828BVmhLEhDaFe2U9Zm3MM=",
"shasum": "T/7hin+Vhg0SdK8RxXvonPhkTRe/luTzGwqfWrH/8MQ=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand All @@ -22,6 +22,6 @@
},
"endowment:ethereum-provider": {}
},
"platformVersion": "6.14.0",
"platformVersion": "6.15.0",
"manifestVersion": "0.1"
}
4 changes: 2 additions & 2 deletions packages/examples/packages/ethers-js/snap.manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "https://github.com/MetaMask/snaps.git"
},
"source": {
"shasum": "U56uGAxiYBVBC0SylzlK5Xb0kzYX05iWWDr21Lwcfnw=",
"shasum": "U4iQEpD4FcKBClMoFgESj8aVZy/io4bR3T3xC8D1J/c=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand All @@ -23,6 +23,6 @@
"snap_dialog": {},
"snap_getEntropy": {}
},
"platformVersion": "6.14.0",
"platformVersion": "6.15.0",
"manifestVersion": "0.1"
}
4 changes: 2 additions & 2 deletions packages/examples/packages/file-upload/snap.manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "https://github.com/MetaMask/snaps.git"
},
"source": {
"shasum": "DTOQa4K5R1rChvMjCmcvHr22qRM7omenGapBYdhglkw=",
"shasum": "U5/rIXgTqaoXVudqfJyK1cglKFXyLKKal+hj4mk+i0g=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand All @@ -24,6 +24,6 @@
"snap_dialog": {},
"snap_manageState": {}
},
"platformVersion": "6.14.0",
"platformVersion": "6.15.0",
"manifestVersion": "0.1"
}
4 changes: 2 additions & 2 deletions packages/examples/packages/get-entropy/snap.manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "https://github.com/MetaMask/snaps.git"
},
"source": {
"shasum": "D0I+N8Val5rkfCr34DwdHdho9I+AFHV+fyhen/UaaFc=",
"shasum": "vFbFG/f0wOk+xcAypUssW9LJST38Ul9Oq4fZRaHq50E=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand All @@ -23,6 +23,6 @@
"snap_dialog": {},
"snap_getEntropy": {}
},
"platformVersion": "6.14.0",
"platformVersion": "6.15.0",
"manifestVersion": "0.1"
}
4 changes: 2 additions & 2 deletions packages/examples/packages/get-file/snap.manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "https://github.com/MetaMask/snaps.git"
},
"source": {
"shasum": "QijMM8Wd+zyUvBvAxAuaVQ+vZ2sh1HO5ezlRLn0H8Eg=",
"shasum": "IkhZaFe3JhsDGcjO+/2CettMLck0yQUby8I13U2BUpU=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand All @@ -22,6 +22,6 @@
"dapps": true
}
},
"platformVersion": "6.14.0",
"platformVersion": "6.15.0",
"manifestVersion": "0.1"
}
4 changes: 2 additions & 2 deletions packages/examples/packages/home-page/snap.manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "https://github.com/MetaMask/snaps.git"
},
"source": {
"shasum": "CFGW+27A/rdqLpqq4wGQ1nPhbRgle8Ojvu5rhVcYwq4=",
"shasum": "Z0ZFlsmVKHo2lrZKpCfrdLUjUe7kuXHUxqd4vm277nI=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand All @@ -19,6 +19,6 @@
"initialPermissions": {
"endowment:page-home": {}
},
"platformVersion": "6.14.0",
"platformVersion": "6.15.0",
"manifestVersion": "0.1"
}
4 changes: 2 additions & 2 deletions packages/examples/packages/images/snap.manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "https://github.com/MetaMask/snaps.git"
},
"source": {
"shasum": "kDwuRigiGEQ9CtTZfacfG+2ztKoyX481zhJf1LGIvAA=",
"shasum": "qDnkVe1UEihxCX8jKtc5kU6Xsz2mszjC9abLo9gxyqQ=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand All @@ -23,6 +23,6 @@
},
"snap_dialog": {}
},
"platformVersion": "6.14.0",
"platformVersion": "6.15.0",
"manifestVersion": "0.1"
}
4 changes: 2 additions & 2 deletions packages/examples/packages/interactive-ui/snap.manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "https://github.com/MetaMask/snaps.git"
},
"source": {
"shasum": "aHhktMEaVJE90VAzIFgHphnCK4MtJbe9cqijQQi9kgA=",
"shasum": "7hLctw66Qa64WB7Y1kdJnqQFIkPt5hYvdNj9l/00E78=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand All @@ -25,6 +25,6 @@
"endowment:transaction-insight": {},
"endowment:page-home": {}
},
"platformVersion": "6.14.0",
"platformVersion": "6.15.0",
"manifestVersion": "0.1"
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "https://github.com/MetaMask/snaps.git"
},
"source": {
"shasum": "HwAXrnCQ7NioxkzCTe5Kd27EeowEvSQe0EclZDTFpfc=",
"shasum": "G6qDbbY6gfcNXbwavYeLOcX5dZRXGrzR4OVtIMWizwg=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand All @@ -21,6 +21,6 @@
"dapps": true
}
},
"platformVersion": "6.14.0",
"platformVersion": "6.15.0",
"manifestVersion": "0.1"
}
Loading

0 comments on commit 493eedc

Please sign in to comment.