Skip to content

Commit a20241d

Browse files
authored
release: 130.0.0 (#3713)
<!-- CURSOR_SUMMARY --> > [!NOTE] > Bumps the root to 130.0.0 and updates @metamask/test-snaps to 3.0.0 with changelog entries noting it’s publishable. > > - **Release** > - Bump root `package.json` version to `130.0.0`. > - **@metamask/test-snaps** > - Version bump to `3.0.0` in `packages/test-snaps/package.json`. > - Update `CHANGELOG.md`: add `3.0.0` entry (make package publishable) and refresh comparison links. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit f5a3cd1. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 5452ac5 commit a20241d

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": "129.0.0",
3+
"version": "130.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)