Skip to content

Commit 4832fd7

Browse files
authored
Release 92.0.0 (#3192)
This is the release candidate for version `92.0.0`.
1 parent 8e60870 commit 4832fd7

File tree

6 files changed

+21
-7
lines changed

6 files changed

+21
-7
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": "91.0.0",
3+
"version": "92.0.0",
44
"private": true,
55
"repository": {
66
"type": "git",

packages/examples/packages/webpack-plugin/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.1.4]
11+
12+
### Fixed
13+
14+
- Bump `test-snaps` version ([#3192](https://github.com/MetaMask/snaps/pull/3192))
15+
1016
## [2.1.3]
1117

1218
### Fixed
@@ -65,7 +71,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6571
- The version of the package no longer needs to match the version of all other
6672
MetaMask Snaps packages.
6773

68-
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
74+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
75+
[2.1.4]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
6976
[2.1.3]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
7077
[2.1.2]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
7178
[2.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]

packages/examples/packages/webpack-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/webpack-plugin-example-snap",
3-
"version": "2.1.3",
3+
"version": "2.1.4",
44
"description": "MetaMask example snap demonstrating how to use the Webpack plugin to bundle a snap",
55
"keywords": [
66
"MetaMask",

packages/examples/packages/webpack-plugin/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.3",
2+
"version": "2.1.4",
33
"description": "MetaMask example snap demonstrating how to use the Webpack plugin to bundle a snap.",
44
"proposedName": "Webpack Plugin Example Snap",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/MetaMask/snaps.git"
88
},
99
"source": {
10-
"shasum": "zA4XH4USgnw29Wj24eF9+7U/gXUz5wHYGz436qd5bJs=",
10+
"shasum": "zTpkwPyivJa2ebRFhy8LiO0WXYascYtXsZNbNGbUidU=",
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.20.1]
11+
12+
### Fixed
13+
14+
- Use Webpack plugin example Snap for testing updates ([#3186](https://github.com/MetaMask/snaps/pull/3186))
15+
1016
## [2.20.0]
1117

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

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

292-
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
298+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
299+
[2.20.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
293300
[2.20.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
294301
[2.19.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
295302
[2.18.1]: 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.20.0",
3+
"version": "2.20.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)