Skip to content

Commit 0b97b71

Browse files
Release 52.0.0 (#2487)
This is the release candidate for version 52.0.0.
1 parent 1a3e557 commit 0b97b71

File tree

19 files changed

+86
-20
lines changed

19 files changed

+86
-20
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "root",
3-
"version": "51.0.0",
3+
"version": "52.0.0",
44
"private": true,
55
"repository": {
66
"type": "git",

packages/examples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/example-snaps",
3-
"version": "3.4.0",
3+
"version": "3.5.0",
44
"private": true,
55
"repository": {
66
"type": "git",

packages/examples/packages/name-lookup/CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [3.1.0]
10+
### Changed
11+
- Update `onNameLookup` response to include `domainName` ([#2484](https://github.com/MetaMask/snaps/pull/2484))
12+
913
## [3.0.2]
1014
### Changed
1115
- Re-release after multiple changes in the monorepo ([#2295](https://github.com/MetaMask/snaps/pull/2295))
@@ -37,7 +41,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3741
### Added
3842
- Add name lookup example snap ([#1768](https://github.com/MetaMask/snaps/pull/1768), [#1754](https://github.com/MetaMask/snaps/pull/1754))
3943

40-
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
44+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
45+
[3.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
4146
[3.0.2]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
4247
[3.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
4348
[3.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]

packages/examples/packages/name-lookup/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/name-lookup-example-snap",
3-
"version": "3.0.2",
3+
"version": "3.1.0",
44
"description": "MetaMask example snap demonstrating the use of the `endowment:name-lookup` permission.",
55
"repository": {
66
"type": "git",

packages/examples/packages/name-lookup/snap.manifest.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"version": "3.0.2",
2+
"version": "3.1.0",
33
"description": "MetaMask example snap demonstrating the use of the `endowment:name-lookup` permission.",
44
"proposedName": "Name Lookup Example Snap",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/MetaMask/snaps.git"
88
},
99
"source": {
10-
"shasum": "ZfMOIycB14/VYXiwzlQy1e06ukUQbdq0zUGw8cmHUws=",
10+
"shasum": "NiLwtU8hXtIh2Z53Zf8PiuRasUjJolMfEB+dMAUfxqk=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",

packages/snaps-controllers/CHANGELOG.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [9.0.0]
10+
### Changed
11+
- **BREAKING:** Defer creation of offscreen document in `OffscreenExecutionService` ([#2473](https://github.com/MetaMask/snaps/pull/2473))
12+
- Update `onNameLookup` response to include `domainName` ([#2484](https://github.com/MetaMask/snaps/pull/2484))
13+
- Bump MetaMask dependencies ([#2460](https://github.com/MetaMask/snaps/pull/2460))
14+
15+
### Fixed
16+
- Properly decrypt legacy state blobs ([#2472](https://github.com/MetaMask/snaps/pull/2472))
17+
918
## [8.4.0]
1019
### Added
1120
- Add `hidden` flag for preinstalled Snaps ([#2463](https://github.com/MetaMask/snaps/pull/2463))
@@ -288,7 +297,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
288297
- The version of the package no longer needs to match the version of all other
289298
MetaMask Snaps packages.
290299

291-
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
300+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
301+
[9.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
292302
[8.4.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
293303
[8.3.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
294304
[8.3.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]

packages/snaps-controllers/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/snaps-controllers",
3-
"version": "8.4.0",
3+
"version": "9.0.0",
44
"description": "Controllers for MetaMask Snaps.",
55
"repository": {
66
"type": "git",

packages/snaps-execution-environments/CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [6.4.0]
10+
### Changed
11+
- Update `onNameLookup` response to include `domainName` ([#2484](https://github.com/MetaMask/snaps/pull/2484))
12+
- Bump MetaMask dependencies ([#2460](https://github.com/MetaMask/snaps/pull/2460))
13+
914
## [6.3.0]
1015
### Added
1116
- Add origin to lifecycle hooks ([#2441](https://github.com/MetaMask/snaps/pull/2441))
@@ -207,7 +212,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
207212
- The version of the package no longer needs to match the version of all other
208213
MetaMask Snaps packages.
209214

210-
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
215+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
216+
[6.4.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
211217
[6.3.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
212218
[6.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
213219
[6.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]

packages/snaps-execution-environments/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/snaps-execution-environments",
3-
"version": "6.3.0",
3+
"version": "6.4.0",
44
"description": "Snap sandbox environments for executing SES javascript",
55
"repository": {
66
"type": "git",

packages/snaps-jest/CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [8.1.3]
10+
### Changed
11+
- Bump MetaMask dependencies ([#2460](https://github.com/MetaMask/snaps/pull/2460), [#2477](https://github.com/MetaMask/snaps/pull/2477))
12+
913
## [8.1.2]
1014
### Fixed
1115
- Fix invalid `@metamask/snaps-sdk` imports ([#2452](https://github.com/MetaMask/snaps/pull/2452))
@@ -161,7 +165,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
161165
- The version of the package no longer needs to match the version of all other
162166
MetaMask Snaps packages.
163167

164-
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
168+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
169+
[8.1.3]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
165170
[8.1.2]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
166171
[8.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
167172
[8.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]

packages/snaps-jest/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/snaps-jest",
3-
"version": "8.1.2",
3+
"version": "8.1.3",
44
"description": "A Jest preset for end-to-end testing MetaMask Snaps, including a Jest environment, and a set of Jest matchers.",
55
"sideEffects": false,
66
"exports": {

packages/snaps-rpc-methods/CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [9.1.3]
10+
### Changed
11+
- Bump MetaMask dependencies ([#2460](https://github.com/MetaMask/snaps/pull/2460))
12+
913
## [9.1.2]
1014
### Fixed
1115
- Fix invalid `@metamask/snaps-sdk` imports ([#2452](https://github.com/MetaMask/snaps/pull/2452))
@@ -154,7 +158,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
154158
- The version of the package no longer needs to match the version of all other
155159
MetaMask Snaps packages.
156160

157-
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
161+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
162+
[9.1.3]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
158163
[9.1.2]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
159164
[9.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
160165
[9.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]

packages/snaps-rpc-methods/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/snaps-rpc-methods",
3-
"version": "9.1.2",
3+
"version": "9.1.3",
44
"description": "MetaMask Snaps JSON-RPC method implementations.",
55
"repository": {
66
"type": "git",

packages/snaps-sdk/CHANGELOG.md

+18-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [5.0.0]
10+
### Added
11+
- Allow row tooltips ([#2483](https://github.com/MetaMask/snaps/pull/2483))
12+
- Support nested children in JSX ([#2482](https://github.com/MetaMask/snaps/pull/2482))
13+
14+
### Changed
15+
- Update `onNameLookup` response types ([#2484](https://github.com/MetaMask/snaps/pull/2484))
16+
17+
### Removed
18+
- **BREAKING:** Remove `parseSvg` and `isSvg` internals ([#2475](https://github.com/MetaMask/snaps/pull/2475))
19+
20+
### Fixed
21+
- Correct Row variant in JSX ([#2486](https://github.com/MetaMask/snaps/pull/2486))
22+
- Revert requiring at least one child in JSX components ([#2481](https://github.com/MetaMask/snaps/pull/2481), [#2470](https://github.com/MetaMask/snaps/pull/2470))
23+
- Correct docs for `Input` and `Dropdown` ([#2479](https://github.com/MetaMask/snaps/pull/2479))
24+
925
## [4.4.2]
1026
### Fixed
1127
- Require at least 1 child in JSX components ([#2466](https://github.com/MetaMask/snaps/pull/2466))
@@ -154,7 +170,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
154170
### Added
155171
- Initial release of this package.
156172

157-
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
173+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
174+
[5.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
158175
[4.4.2]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
159176
[4.4.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
160177
[4.4.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]

packages/snaps-sdk/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/snaps-sdk",
3-
"version": "4.4.2",
3+
"version": "5.0.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/MetaMask/snaps.git"

packages/snaps-utils/CHANGELOG.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [7.6.0]
10+
### Added
11+
- Support nested children in JSX ([#2482](https://github.com/MetaMask/snaps/pull/2482))
12+
13+
### Changed
14+
- Update `onNameLookup` response to include `domainName` ([#2484](https://github.com/MetaMask/snaps/pull/2484))
15+
- Bump MetaMask dependencies ([#2460](https://github.com/MetaMask/snaps/pull/2460))
16+
17+
### Fixed
18+
- Fix a problem with converting legacy UIs that used `row()` ([#2486](https://github.com/MetaMask/snaps/pull/2486))
19+
- Revert requiring at least one child in JSX components ([#2470](https://github.com/MetaMask/snaps/pull/2470))
20+
921
## [7.5.0]
1022
### Added
1123
- Allow wildcards in `allowedOrigins` ([#2458](https://github.com/MetaMask/snaps/pull/2458))
@@ -245,7 +257,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
245257
- The version of the package no longer needs to match the version of all other
246258
MetaMask Snaps packages.
247259

248-
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
260+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
261+
[7.6.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
249262
[7.5.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
250263
[7.4.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
251264
[7.4.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]

packages/snaps-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/snaps-utils",
3-
"version": "7.5.0",
3+
"version": "7.6.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/MetaMask/snaps.git"

packages/test-snaps/CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [2.9.0]
10+
### Changed
11+
- Use latest versions of example Snaps ([#2487](https://github.com/MetaMask/snaps/pull/2487))
12+
913
## [2.8.0]
1014
### Added
1115
- Add support for `ed25519Bip32` to the BIP-32 example snap ([#2428](https://github.com/MetaMask/snaps/pull/2428))
@@ -115,7 +119,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
115119
### Fixed
116120
- Fix NPM package name of the network access snap ([#1621](https://github.com/MetaMask/snaps/pull/1621))
117121

118-
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
122+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
123+
[2.9.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
119124
[2.8.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
120125
[2.7.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
121126
[2.6.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]

packages/test-snaps/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/test-snaps",
3-
"version": "2.8.0",
3+
"version": "2.9.0",
44
"private": true,
55
"description": "The test snaps website for MetaMask Snaps, used for end-to-end testing.",
66
"repository": {

0 commit comments

Comments
 (0)