Skip to content

Commit d4cf201

Browse files
release: 162.0.0 (#4067)
Re-release of `test-snaps` due to a CI configuration problem. <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Changelog and version field updates only; no runtime or security-sensitive code changes. > > **Overview** > Bumps the monorepo release marker from **161.0.0** to **162.0.0** and publishes **`@metamask/test-snaps` 3.5.1** as a **re-release of 3.5.0** after a CI configuration issue blocked the earlier publish. > > The only substantive package change is version metadata: `packages/test-snaps/package.json` moves **3.5.0 → 3.5.1**, and `packages/test-snaps/CHANGELOG.md` documents the fix and updates compare links. **No application or library source changes** are included in this diff. > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit 20bea6c. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent dc93361 commit d4cf201

3 files changed

Lines changed: 10 additions & 3 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": "161.0.0",
3+
"version": "162.0.0",
44
"private": true,
55
"repository": {
66
"type": "git",

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.1]
11+
12+
### Fixed
13+
14+
- Re-release of `3.5.0` ([#4067](https://github.com/MetaMask/snaps/pull/4067))
15+
1016
## [3.5.0]
1117

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

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

451-
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/test-snaps@3.5.0...HEAD
457+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/test-snaps@3.5.1...HEAD
458+
[3.5.1]: https://github.com/MetaMask/snaps/compare/@metamask/test-snaps@3.5.0...@metamask/test-snaps@3.5.1
452459
[3.5.0]: https://github.com/MetaMask/snaps/compare/@metamask/test-snaps@3.4.2...@metamask/test-snaps@3.5.0
453460
[3.4.2]: https://github.com/MetaMask/snaps/compare/@metamask/test-snaps@3.4.1...@metamask/test-snaps@3.4.2
454461
[3.4.1]: https://github.com/MetaMask/snaps/compare/@metamask/test-snaps@3.4.0...@metamask/test-snaps@3.4.1

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

0 commit comments

Comments
 (0)