Skip to content

Commit e246ad7

Browse files
seaonaMrtenz
andauthored
release: 128.0.0 (#3685)
Release Candidate for 128.0.0 (I used [this PR ](https://github.com/MetaMask/snaps/pull/3665/files) as reference) <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Bumps root to 128.0.0 and @metamask/test-snaps to 3.0.0 with changelog updates highlighting publishability. > > - **Release versions**: > - Bump root `package.json` to `128.0.0`. > - Bump `@metamask/test-snaps` to `3.0.0` and update `CHANGELOG.md`: > - Note making `@metamask/test-snaps` publishable. > - Update comparison links to reference `3.0.0`. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit b393515. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY --> --------- Co-authored-by: Maarten Zuidhoorn <maarten@zuidhoorn.com>
1 parent aa6cc78 commit e246ad7

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
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": "127.0.0",
3+
"version": "128.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.0.0]
11+
12+
### Changed
13+
14+
- Make `@metamask/test-snaps` publishable ([#3679](https://github.com/MetaMask/snaps/pull/3679))
15+
1016
## [2.28.1]
1117

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

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

391-
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/test-snaps@2.28.1...HEAD
397+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/test-snaps@3.0.0...HEAD
398+
[3.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/test-snaps@2.28.1...@metamask/test-snaps@3.0.0
392399
[2.28.1]: https://github.com/MetaMask/snaps/compare/@metamask/test-snaps@2.28.0...@metamask/test-snaps@2.28.1
393400
[2.28.0]: https://github.com/MetaMask/snaps/compare/@metamask/test-snaps@2.27.0...@metamask/test-snaps@2.28.0
394401
[2.27.0]: https://github.com/MetaMask/snaps/compare/@metamask/test-snaps@2.26.0...@metamask/test-snaps@2.27.0

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

0 commit comments

Comments
 (0)