Skip to content

Commit 13215d4

Browse files
Release 60.0.0 (#2616)
This is the release candidate for version 60.0.0.
1 parent 9ffeff1 commit 13215d4

File tree

21 files changed

+91
-23
lines changed

21 files changed

+91
-23
lines changed

package.json

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

packages/snaps-browserify-plugin/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+
## [4.1.0]
10+
### Changed
11+
- Improve manifest validation output ([#2572](https://github.com/MetaMask/snaps/pull/2572))
12+
913
## [4.0.1]
1014
### Fixed
1115
- Fix minor build configuration problems ([#2220](https://github.com/MetaMask/snaps/pull/2220))
@@ -44,7 +48,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4448
- The version of the package no longer needs to match the version of all other
4549
MetaMask Snaps packages.
4650

47-
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
51+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
52+
[4.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
4853
[4.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
4954
[4.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
5055
[3.0.3]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]

packages/snaps-browserify-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/snaps-browserify-plugin",
3-
"version": "4.0.1",
3+
"version": "4.1.0",
44
"keywords": [
55
"browserify-plugin"
66
],

packages/snaps-cli/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.3.0]
10+
### Changed
11+
- Improve manifest validation output ([#2572](https://github.com/MetaMask/snaps/pull/2572))
12+
- Replace `superstruct` with ESM-compatible fork `@metamask/superstruct` ([#2445](https://github.com/MetaMask/snaps/pull/2445))
13+
914
## [6.2.1]
1015
### Fixed
1116
- Improve validation of `endowment:rpc` ([#2512](https://github.com/MetaMask/snaps/pull/2512))
@@ -161,7 +166,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
161166
- The version of the package no longer needs to match the version of all other
162167
MetaMask Snaps packages.
163168

164-
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
169+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
170+
[6.3.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
165171
[6.2.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
166172
[6.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
167173
[6.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]

packages/snaps-cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/snaps-cli",
3-
"version": "6.2.1",
3+
"version": "6.3.0",
44
"description": "A CLI for developing MetaMask Snaps.",
55
"repository": {
66
"type": "git",

packages/snaps-controllers/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [9.4.0]
10+
### Added
11+
- Add `RadioButton` component ([#2592](https://github.com/MetaMask/snaps/pull/2592))
12+
13+
### Changed
14+
- Persist `severity` property in `SnapInsightsController` ([#2612](https://github.com/MetaMask/snaps/pull/2612))
15+
916
## [9.3.1]
1017
### Changed
1118
- Bump `@metamask/approval-controller` from `^7.0.0` to `^7.0.2` ([#2593](https://github.com/metamask/snaps/pull/2593))
@@ -341,7 +348,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
341348
- The version of the package no longer needs to match the version of all other
342349
MetaMask Snaps packages.
343350

344-
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
351+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
352+
[9.4.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
345353
[9.3.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
346354
[9.3.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
347355
[9.2.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": "9.3.1",
3+
"version": "9.4.0",
44
"description": "Controllers for MetaMask Snaps.",
55
"repository": {
66
"type": "git",

packages/snaps-jest/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+
## [8.3.0]
10+
### Added
11+
- Add support for `snap_getPreferences` ([#2607](https://github.com/MetaMask/snaps/pull/2607))
12+
- Add `RadioButton` component ([#2592](https://github.com/MetaMask/snaps/pull/2592))
13+
- Add support for custom dialogs in `snaps-jest` ([#2526](https://github.com/MetaMask/snaps/pull/2526), [#2509](https://github.com/MetaMask/snaps/pull/2509))
14+
15+
### Changed
16+
- Replace `superstruct` with ESM-compatible fork `@metamask/superstruct` ([#2445](https://github.com/MetaMask/snaps/pull/2445))
17+
918
## [8.2.0]
1019
### Added
1120
- Add support for `Checkbox` to `snaps-jest` ([#2515](https://github.com/MetaMask/snaps/pull/2515))
@@ -172,7 +181,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
172181
- The version of the package no longer needs to match the version of all other
173182
MetaMask Snaps packages.
174183

175-
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
184+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
185+
[8.3.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
176186
[8.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
177187
[8.1.3]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
178188
[8.1.2]: 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.2.0",
3+
"version": "8.3.0",
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-rollup-plugin/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+
## [4.1.0]
10+
### Changed
11+
- Improve manifest validation output ([#2572](https://github.com/MetaMask/snaps/pull/2572))
12+
913
## [4.0.1]
1014
### Fixed
1115
- Fix minor build configuration problems ([#2220](https://github.com/MetaMask/snaps/pull/2220))
@@ -40,7 +44,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4044
- The version of the package no longer needs to match the version of all other
4145
MetaMask Snaps packages.
4246

43-
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
47+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
48+
[4.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
4449
[4.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
4550
[4.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
4651
[3.0.2]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]

packages/snaps-rollup-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/snaps-rollup-plugin",
3-
"version": "4.0.1",
3+
"version": "4.1.0",
44
"keywords": [
55
"rollup",
66
"rollup-plugin"

packages/snaps-rpc-methods/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+
## [11.0.0]
10+
### Added
11+
- **BREAKING:** Add `snap_getPreferences` ([#2607](https://github.com/MetaMask/snaps/pull/2607))
12+
- This is breaking because a `getPreferences` method hook is now required.
13+
914
## [10.0.1]
1015
### Changed
1116
- Bump `@metamask/json-rpc-engine` from `^9.0.0` to `^9.0.2` ([#2593](https://github.com/metamask/snaps/pull/2593))
@@ -184,7 +189,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
184189
- The version of the package no longer needs to match the version of all other
185190
MetaMask Snaps packages.
186191

187-
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
192+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
193+
[11.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
188194
[10.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
189195
[10.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
190196
[9.1.4]: 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": "10.0.1",
3+
"version": "11.0.0",
44
"description": "MetaMask Snaps JSON-RPC method implementations.",
55
"repository": {
66
"type": "git",

packages/snaps-sdk/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [6.2.0]
10+
### Added
11+
- Add `snap_getPreferences` ([#2607](https://github.com/MetaMask/snaps/pull/2607))
12+
- Add `RadioButton` component ([#2592](https://github.com/MetaMask/snaps/pull/2592))
13+
914
## [6.1.1]
1015
### Changed
1116
- Bump `@metamask/providers` from `17.0.0` to `^17.1.2` ([#2598](https://github.com/metamask/snaps/pull/2598))
1217

1318
## [6.1.0]
1419
### Added
1520
- Add non-restricted RPC method `snap_resolveInterface` ([#2509](https://github.com/metamask/snaps/pull/2509))
16-
- This method allows a Snap to resolve a given user interface bound to a `snap_dialog` with a custom value.
21+
- This method allows a Snap to resolve a given user interface bound to a `snap_dialog` with a custom value.
1722
- Add new types `ResolveInterfaceParams`, `ResolveInterfaceResult`.
1823
- Add `Card` component ([#2480](https://github.com/metamask/snaps/pull/2480))
1924
- Add `BoxChildStruct`, `FormChildStruct`, `FieldChildUnionStruct` ([#2409](https://github.com/metamask/snaps/pull/2409))
@@ -206,7 +211,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
206211
### Added
207212
- Initial release of this package.
208213

209-
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
214+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
215+
[6.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
210216
[6.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
211217
[6.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
212218
[6.0.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": "6.1.1",
3+
"version": "6.2.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/MetaMask/snaps.git"

packages/snaps-simulator/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [2.5.0]
10+
### Added
11+
- Support JSX and Interactive UI in simulator ([#2409](https://github.com/MetaMask/snaps/pull/2409), [#2363](https://github.com/MetaMask/snaps/pull/2363))
12+
- Add `snap_getPreferences` ([#2607](https://github.com/MetaMask/snaps/pull/2607))
13+
- Add support for BIP-32-Ed25519 / CIP-3 key derivation ([#2408](https://github.com/MetaMask/snaps/pull/2408))
14+
15+
### Changed
16+
- Refactor encryption to enable caching ([#2316](https://github.com/MetaMask/snaps/pull/2316))
17+
- Replace `superstruct` with ESM-compatible fork `@metamask/superstruct` ([#2445](https://github.com/MetaMask/snaps/pull/2445))
18+
919
## [2.4.3]
1020
### Changed
1121
- Bump several MetaMask dependencies ([#1999](https://github.com/MetaMask/snaps/pull/1999), [#2065](https://github.com/MetaMask/snaps/pull/2065), [#2064](https://github.com/MetaMask/snaps/pull/2064), [#2069](https://github.com/MetaMask/snaps/pull/2069), [#2054](https://github.com/MetaMask/snaps/pull/2054), [#2086](https://github.com/MetaMask/snaps/pull/2086), [#2100](https://github.com/MetaMask/snaps/pull/2100))
@@ -66,7 +76,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6676
- Bump `metamask/utils` and `metamask/snaps-registry` ([#1738](https://github.com/MetaMask/snaps/pull/1738), [#1694](https://github.com/MetaMask/snaps/pull/1694))
6777
- Bump @metamask/eth-json-rpc-middleware from 11.0.1 to 11.0.2 ([#1735](https://github.com/MetaMask/snaps/pull/1735))
6878

69-
7079
### Fixed
7180
- Fix error when using single quotes in UI builder ([#1709](https://github.com/MetaMask/snaps/pull/1709))
7281
- Fix fallback icon in snaps simulator ([#1726](https://github.com/MetaMask/snaps/pull/1726))
@@ -84,7 +93,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8493
- The version of the package no longer needs to match the version of all other
8594
MetaMask Snaps packages.
8695

87-
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
96+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
97+
[2.5.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
8898
[2.4.3]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
8999
[2.4.2]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
90100
[2.4.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]

packages/snaps-simulator/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/snaps-simulator",
3-
"version": "2.4.3",
3+
"version": "2.5.0",
44
"private": true,
55
"description": "A simulator for MetaMask Snaps, to be used for testing and development",
66
"homepage": "https://github.com/MetaMask/snaps#readme",

packages/snaps-utils/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [8.0.0]
10+
### Changed
11+
- **BREAKING:** Improve manifest validation output ([#2605](https://github.com/MetaMask/snaps/pull/2605), [#2572](https://github.com/MetaMask/snaps/pull/2572))
12+
- This is breaking as it removes exports such as `validateNpmSnap`.
13+
- Bump `fast-xml-parser` ([#2610](https://github.com/MetaMask/snaps/pull/2610))
14+
915
## [7.8.1]
1016
### Changed
1117
- Bump `@metamask/base-controller` from `^6.0.1` to `^6.0.2` ([#2593](https://github.com/metamask/snaps/pull/2593))
@@ -287,7 +293,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
287293
- The version of the package no longer needs to match the version of all other
288294
MetaMask Snaps packages.
289295

290-
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
296+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
297+
[8.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
291298
[7.8.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
292299
[7.8.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
293300
[7.7.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.8.1",
3+
"version": "8.0.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/MetaMask/snaps.git"

packages/snaps-webpack-plugin/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+
## [4.1.0]
10+
### Changed
11+
- Improve manifest validation output ([#2572](https://github.com/MetaMask/snaps/pull/2572), [#2605](https://github.com/MetaMask/snaps/pull/2605))
12+
913
## [4.0.1]
1014
### Fixed
1115
- Fix minor build configuration problems ([#2220](https://github.com/MetaMask/snaps/pull/2220))
@@ -62,7 +66,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6266
- The version of the package no longer needs to match the version of all other
6367
MetaMask Snaps packages.
6468

65-
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
69+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
70+
[4.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
6671
[4.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
6772
[4.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
6873
[3.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]

packages/snaps-webpack-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/snaps-webpack-plugin",
3-
"version": "4.0.1",
3+
"version": "4.1.0",
44
"keywords": [
55
"webpack",
66
"plugin"

0 commit comments

Comments
 (0)