Skip to content

Commit 08cf90f

Browse files
release: 135.0.0 (#3772)
This is the release candidate for version `135.0.0`. <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Cut 135.0.0, bumping `@metamask/snaps-controllers` to 17.1.1 (faster registry verification, higher default ping timeout) and `@metamask/snaps-utils` to 11.6.3 (updates `@metamask/snaps-registry` to 4.0.0). > > - **Release** > - Bump root `version` to `135.0.0`. > - **@metamask/snaps-controllers (17.1.1)** > - Fixed: Improve registry verification speed. > - Fixed: Increase default ping timeout. > - **@metamask/snaps-utils (11.6.3)** > - Changed: Bump `@metamask/snaps-registry` to `4.0.0`. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit c71cab0. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 28fd137 commit 08cf90f

File tree

5 files changed

+20
-5
lines changed

5 files changed

+20
-5
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": "134.0.0",
3+
"version": "135.0.0",
44
"private": true,
55
"repository": {
66
"type": "git",

packages/snaps-controllers/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [17.1.1]
11+
12+
### Fixed
13+
14+
- Improve registry verification speed ([#3770](https://github.com/MetaMask/snaps/pull/3770))
15+
- Increase default ping timeout ([#3773](https://github.com/MetaMask/snaps/pull/3773))
16+
1017
## [17.1.0]
1118

1219
### Added
@@ -983,7 +990,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
983990
- The version of the package no longer needs to match the version of all other
984991
MetaMask Snaps packages.
985992

986-
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
993+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
994+
[17.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
987995
[17.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
988996
[17.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
989997
[16.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]

packages/snaps-controllers/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-controllers",
3-
"version": "17.1.0",
3+
"version": "17.1.1",
44
"description": "Controllers for MetaMask Snaps",
55
"keywords": [
66
"MetaMask",

packages/snaps-utils/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+
## [11.6.3]
11+
12+
### Changed
13+
14+
- Bump `@metamask/snaps-registry` from `3.3.0` to `4.0.0` ([#3770](https://github.com/MetaMask/snaps/pull/3770))
15+
1016
## [11.6.2]
1117

1218
### Changed
@@ -730,7 +736,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
730736
- The version of the package no longer needs to match the version of all other
731737
MetaMask Snaps packages.
732738

733-
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
739+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
740+
[11.6.3]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
734741
[11.6.2]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
735742
[11.6.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
736743
[11.6.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]

packages/snaps-utils/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-utils",
3-
"version": "11.6.2",
3+
"version": "11.6.3",
44
"description": "A collection of utilities for MetaMask Snaps",
55
"keywords": [
66
"MetaMask",

0 commit comments

Comments
 (0)