diff --git a/package.json b/package.json index 454508fba8..694a81f570 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "root", - "version": "91.0.0", + "version": "92.0.0", "private": true, "repository": { "type": "git", diff --git a/packages/examples/packages/webpack-plugin/CHANGELOG.md b/packages/examples/packages/webpack-plugin/CHANGELOG.md index 60678dc6da..ab6b7f7eee 100644 --- a/packages/examples/packages/webpack-plugin/CHANGELOG.md +++ b/packages/examples/packages/webpack-plugin/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.1.4] + +### Fixed + +- Bump `test-snaps` version ([#3192](https://github.com/MetaMask/snaps/pull/3192)) + ## [2.1.3] ### Fixed @@ -65,7 +71,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - The version of the package no longer needs to match the version of all other MetaMask Snaps packages. -[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/webpack-plugin-example-snap@2.1.3...HEAD +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/webpack-plugin-example-snap@2.1.4...HEAD +[2.1.4]: https://github.com/MetaMask/snaps/compare/@metamask/webpack-plugin-example-snap@2.1.3...@metamask/webpack-plugin-example-snap@2.1.4 [2.1.3]: https://github.com/MetaMask/snaps/compare/@metamask/webpack-plugin-example-snap@2.1.2...@metamask/webpack-plugin-example-snap@2.1.3 [2.1.2]: https://github.com/MetaMask/snaps/compare/@metamask/webpack-plugin-example-snap@2.1.1...@metamask/webpack-plugin-example-snap@2.1.2 [2.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/webpack-plugin-example-snap@2.1.0...@metamask/webpack-plugin-example-snap@2.1.1 diff --git a/packages/examples/packages/webpack-plugin/package.json b/packages/examples/packages/webpack-plugin/package.json index a98a8dc0dc..0db19195cc 100644 --- a/packages/examples/packages/webpack-plugin/package.json +++ b/packages/examples/packages/webpack-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/webpack-plugin-example-snap", - "version": "2.1.3", + "version": "2.1.4", "description": "MetaMask example snap demonstrating how to use the Webpack plugin to bundle a snap", "keywords": [ "MetaMask", diff --git a/packages/examples/packages/webpack-plugin/snap.manifest.json b/packages/examples/packages/webpack-plugin/snap.manifest.json index a9303e09cf..8c9ac7fe49 100644 --- a/packages/examples/packages/webpack-plugin/snap.manifest.json +++ b/packages/examples/packages/webpack-plugin/snap.manifest.json @@ -1,5 +1,5 @@ { - "version": "2.1.3", + "version": "2.1.4", "description": "MetaMask example snap demonstrating how to use the Webpack plugin to bundle a snap.", "proposedName": "Webpack Plugin Example Snap", "repository": { @@ -7,7 +7,7 @@ "url": "https://github.com/MetaMask/snaps.git" }, "source": { - "shasum": "zA4XH4USgnw29Wj24eF9+7U/gXUz5wHYGz436qd5bJs=", + "shasum": "zTpkwPyivJa2ebRFhy8LiO0WXYascYtXsZNbNGbUidU=", "location": { "npm": { "filePath": "dist/bundle.js", diff --git a/packages/test-snaps/CHANGELOG.md b/packages/test-snaps/CHANGELOG.md index 806929990d..b02bf59ed3 100644 --- a/packages/test-snaps/CHANGELOG.md +++ b/packages/test-snaps/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.20.1] + +### Fixed + +- Use Webpack plugin example Snap for testing updates ([#3186](https://github.com/MetaMask/snaps/pull/3186)) + ## [2.20.0] ### Added @@ -289,7 +295,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fix NPM package name of the network access snap ([#1621](https://github.com/MetaMask/snaps/pull/1621)) -[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/test-snaps@2.20.0...HEAD +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/test-snaps@2.20.1...HEAD +[2.20.1]: https://github.com/MetaMask/snaps/compare/@metamask/test-snaps@2.20.0...@metamask/test-snaps@2.20.1 [2.20.0]: https://github.com/MetaMask/snaps/compare/@metamask/test-snaps@2.19.0...@metamask/test-snaps@2.20.0 [2.19.0]: https://github.com/MetaMask/snaps/compare/@metamask/test-snaps@2.18.1...@metamask/test-snaps@2.19.0 [2.18.1]: https://github.com/MetaMask/snaps/compare/@metamask/test-snaps@2.18.0...@metamask/test-snaps@2.18.1 diff --git a/packages/test-snaps/package.json b/packages/test-snaps/package.json index 18ed9149d5..a4d89ebd01 100644 --- a/packages/test-snaps/package.json +++ b/packages/test-snaps/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/test-snaps", - "version": "2.20.0", + "version": "2.20.1", "private": true, "description": "The test snaps website for MetaMask Snaps, used for end-to-end testing", "keywords": [