Skip to content

Commit 8898f31

Browse files
release: 163.0.0 (#4071)
Release candidate for `163.0.0`. Includes two fixes for E2E issues with the preinstalled example Snap. <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Version and changelog-only release for example/test packages; no core Snaps SDK or controller changes in the diff. > > **Overview** > **Release `163.0.0`** bumps the monorepo from `162.0.0` and publishes patch releases for two E2E-related packages. > > `@metamask/preinstalled-example-snap` goes to **0.8.1** (changelog: re-add the `hidden` preinstall flag; manifest version and bundle **shasum** updated). `@metamask/test-snaps` goes to **3.5.2** (changelog: rename duplicate identifiers that were breaking tests). No runtime library changes appear in this diff—only versions, changelogs, and the preinstalled manifest checksum. > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit ba25cd9. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent b67d8dd commit 8898f31

6 files changed

Lines changed: 21 additions & 7 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/snaps-monorepo",
3-
"version": "162.0.0",
3+
"version": "163.0.0",
44
"private": true,
55
"repository": {
66
"type": "git",

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.8.1]
11+
12+
### Fixed
13+
14+
- Re-add `hidden` flag ([#4068](https://github.com/MetaMask/snaps/pull/4068))
15+
1016
## [0.8.0]
1117

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

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

70-
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/preinstalled-example-snap@0.8.0...HEAD
76+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/preinstalled-example-snap@0.8.1...HEAD
77+
[0.8.1]: https://github.com/MetaMask/snaps/compare/@metamask/preinstalled-example-snap@0.8.0...@metamask/preinstalled-example-snap@0.8.1
7178
[0.8.0]: https://github.com/MetaMask/snaps/compare/@metamask/preinstalled-example-snap@0.7.2...@metamask/preinstalled-example-snap@0.8.0
7279
[0.7.2]: https://github.com/MetaMask/snaps/compare/@metamask/preinstalled-example-snap@0.7.1...@metamask/preinstalled-example-snap@0.7.2
7380
[0.7.1]: https://github.com/MetaMask/snaps/compare/@metamask/preinstalled-example-snap@0.7.0...@metamask/preinstalled-example-snap@0.7.1

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.8.0",
3+
"version": "0.8.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.8.0",
2+
"version": "0.8.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": "+jUzz6C8lCErEW83eTA9K/+whRdVo5Nr5rs1JRlEohE=",
10+
"shasum": "NFAEoPMpWTYUKmBjRZ/wrHAfGsb512DI0BTyNhgVzkA=",
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+
## [3.5.2]
11+
12+
### Fixed
13+
14+
- Rename duplicate identifiers ([#4069](https://github.com/MetaMask/snaps/pull/4069))
15+
1016
## [3.5.1]
1117

1218
### Fixed
@@ -454,7 +460,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
454460

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

457-
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/test-snaps@3.5.1...HEAD
463+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/test-snaps@3.5.2...HEAD
464+
[3.5.2]: https://github.com/MetaMask/snaps/compare/@metamask/test-snaps@3.5.1...@metamask/test-snaps@3.5.2
458465
[3.5.1]: https://github.com/MetaMask/snaps/compare/@metamask/test-snaps@3.5.0...@metamask/test-snaps@3.5.1
459466
[3.5.0]: https://github.com/MetaMask/snaps/compare/@metamask/test-snaps@3.4.2...@metamask/test-snaps@3.5.0
460467
[3.4.2]: https://github.com/MetaMask/snaps/compare/@metamask/test-snaps@3.4.1...@metamask/test-snaps@3.4.2

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": "3.5.1",
3+
"version": "3.5.2",
44
"description": "The test snaps website for MetaMask Snaps, used for end-to-end testing",
55
"keywords": [
66
"MetaMask",

0 commit comments

Comments
 (0)