Skip to content

Commit 554d5d0

Browse files
authored
release: 122.0.0 (#3551)
This is the release candidate for version 122.0.0.
1 parent c8ae7dc commit 554d5d0

File tree

7 files changed

+22
-8
lines changed

7 files changed

+22
-8
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": "121.0.0",
3+
"version": "122.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.26.0",
3+
"version": "3.26.1",
44
"private": true,
55
"description": "A collection of examples demonstrating how to build MetaMask Snaps",
66
"keywords": [

packages/examples/packages/preinstalled/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.7.1]
11+
12+
### Fixed
13+
14+
- Add missing testing functionality ([#3550](https://github.com/MetaMask/snaps/pull/3550))
15+
1016
## [0.7.0]
1117

1218
### Added
@@ -49,7 +55,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4955

5056
- Add preinstalled example Snap ([#2721](https://github.com/MetaMask/snaps/pull/2721))
5157

52-
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
58+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
59+
[0.7.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
5360
[0.7.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
5461
[0.6.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
5562
[0.5.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]

packages/examples/packages/preinstalled/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/preinstalled-example-snap",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"description": "MetaMask example snap demonstrating preinstalled Snaps",
55
"keywords": [
66
"MetaMask",

packages/examples/packages/preinstalled/snap.manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"version": "0.7.0",
2+
"version": "0.7.1",
33
"description": "MetaMask example snap demonstrating preinstalled Snaps.",
44
"proposedName": "Preinstalled Example Snap",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/MetaMask/snaps.git"
88
},
99
"source": {
10-
"shasum": "xmfFqEJcCOjmDhyDwZHnT8SQ97XMfub4Glk8FhXB41A=",
10+
"shasum": "54F7nInnuXGmBXGPg7bM5yByABumTFjusy3qr4k0VwM=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",

packages/test-snaps/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [2.28.1]
11+
12+
### Fixed
13+
14+
- Add missing track event button for preinstalled example Snap ([#3550](https://github.com/MetaMask/snaps/pull/3550))
15+
1016
## [2.28.0]
1117

1218
### Changed
@@ -382,7 +388,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
382388

383389
- Fix NPM package name of the network access snap ([#1621](https://github.com/MetaMask/snaps/pull/1621))
384390

385-
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
391+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
392+
[2.28.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
386393
[2.28.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
387394
[2.27.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
388395
[2.26.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.28.0",
3+
"version": "2.28.1",
44
"private": true,
55
"description": "The test snaps website for MetaMask Snaps, used for end-to-end testing",
66
"keywords": [

0 commit comments

Comments
 (0)