Skip to content

Commit 083493c

Browse files
Release 61.0.0 (#2619)
This is the release candidate for version 61.0.0. Small release that strictly includes a new version of test-snaps and some example Snap updates.
1 parent b4e3a60 commit 083493c

File tree

10 files changed

+27
-12
lines changed

10 files changed

+27
-12
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": "60.0.0",
3+
"version": "61.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.6.0",
3+
"version": "3.7.0",
44
"private": true,
55
"repository": {
66
"type": "git",

packages/examples/packages/dialogs/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
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.3.0]
10+
### Added
11+
- Add support for fully custom dialogs ([#2526](https://github.com/MetaMask/snaps-skunkworks.git/pull/2526))
12+
913
## [2.2.1]
1014
### Changed
1115
- Use error wrappers ([#2178](https://github.com/MetaMask/snaps/pull/2178))
@@ -55,7 +59,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5559
- The version of the package no longer needs to match the version of all other
5660
MetaMask Snaps packages.
5761

58-
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
62+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
63+
[2.3.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
5964
[2.2.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
6065
[2.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
6166
[2.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]

packages/examples/packages/dialogs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/dialog-example-snap",
3-
"version": "2.2.1",
3+
"version": "2.3.0",
44
"description": "MetaMask example snap demonstrating the use of `snap_dialog`.",
55
"repository": {
66
"type": "git",

packages/examples/packages/dialogs/snap.manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"version": "2.2.1",
2+
"version": "2.3.0",
33
"description": "MetaMask example snap demonstrating the use of `snap_dialog`.",
44
"proposedName": "Dialog Example Snap",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/MetaMask/snaps.git"
88
},
99
"source": {
10-
"shasum": "gjrSOqbZdNIS0vpab+AEPE5YCQqYK4tGauYSKv5icbY=",
10+
"shasum": "Os7gpMBdr9ZYsLGc5xNCSgjVZ4lAkm0qXy7Nsfytvxs=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",

packages/examples/packages/interactive-ui/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
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.2.0]
10+
### Added
11+
- Add `RadioButton` to interactive UI example ([#2592](https://github.com/MetaMask/snaps-skunkworks.git/pull/2592))
12+
913
## [2.1.0]
1014
### Added
1115
- Add `Checkbox` to interactive UI example ([#2515](https://github.com/MetaMask/snaps/pull/2515))
@@ -27,7 +31,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2731
### Added
2832
- Add interactive UI example Snap ([#2171](https://github.com/MetaMask/snaps/pull/2171))
2933

30-
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
34+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
35+
[2.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
3136
[2.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
3237
[2.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
3338
[1.0.2]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]

packages/examples/packages/interactive-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/interactive-ui-example-snap",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"description": "MetaMask example snap demonstrating the use of interactive UI.",
55
"repository": {
66
"type": "git",

packages/examples/packages/interactive-ui/snap.manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"version": "2.1.0",
2+
"version": "2.2.0",
33
"description": "MetaMask example snap demonstrating the use of interactive UI",
44
"proposedName": "Interactive UI Example Snap",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/MetaMask/snaps.git"
88
},
99
"source": {
10-
"shasum": "ZW499tpnY1lunCe5WP5mg0d5mRDb3nQCHASvLDLU4h4=",
10+
"shasum": "gAlUmrpqDhqJ7Suu3Fpr7Do1y7MFEi7qR22uyjhRDb8=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",

packages/test-snaps/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
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.12.0]
10+
### Added
11+
- Add `Custom` button to the dialog example snap in `test-snaps` ([#2618](https://github.com/MetaMask/snaps-skunkworks.git/pull/2618))
12+
913
## [2.11.0]
1014
### Changed
1115
- Use latest versions of example Snaps ([#2522](https://github.com/MetaMask/snaps/pull/2522))
@@ -130,7 +134,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
130134
### Fixed
131135
- Fix NPM package name of the network access snap ([#1621](https://github.com/MetaMask/snaps/pull/1621))
132136

133-
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
137+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
138+
[2.12.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
134139
[2.11.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
135140
[2.10.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
136141
[2.9.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]

packages/test-snaps/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/test-snaps",
3-
"version": "2.11.0",
3+
"version": "2.12.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)