Skip to content

Commit 1e95bcd

Browse files
release: 136.0.0 (#3776)
Hotfix release for a production issue on mobile. <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Bumps root to 136.0.0 and @metamask/snaps-controllers to 17.1.2, adding a fix for recovering missing permissions on preinstalled Snaps. > > - **Release**: > - Bump root `package.json` version to `136.0.0`. > - **@metamask/snaps-controllers (17.1.2)**: > - Add changelog entry for fix: detect and recover missing permissions for preinstalled Snaps. > - Update changelog comparison links. > - Bump package version to `17.1.2` in `packages/snaps-controllers/package.json`. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit db2a0cd. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 7d0e247 commit 1e95bcd

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

packages/snaps-controllers/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+
## [17.1.2]
11+
12+
### Fixed
13+
14+
- Detect and recover missing permissions for preinstalled Snaps ([#3775](https://github.com/MetaMask/snaps/pull/3775))
15+
1016
## [17.1.1]
1117

1218
### Fixed
@@ -990,7 +996,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
990996
- The version of the package no longer needs to match the version of all other
991997
MetaMask Snaps packages.
992998

993-
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
999+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
1000+
[17.1.2]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
9941001
[17.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
9951002
[17.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
9961003
[17.0.0]: 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.1",
3+
"version": "17.1.2",
44
"description": "Controllers for MetaMask Snaps",
55
"keywords": [
66
"MetaMask",

0 commit comments

Comments
 (0)