Skip to content

Commit c8affd0

Browse files
release: 132.0.0 (#3736)
This is the release candidate for version `132.0.0`. This release contains a single fix for updating Snaps on mobile. <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Release 132.0.0 bumping `@metamask/snaps-controllers` to `16.1.1` with a fix that overrides `disableSnapInstallation` during automatic updates. > > - **Packages**: > - `packages/snaps-controllers` → `16.1.1`: > - Fix: Override `disableSnapInstallation` feature flag when using automatic updates. > - Update `CHANGELOG.md` links and entries. > - **Root**: > - Bump root `package.json` version to `132.0.0`. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 655867f. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent ccf10b2 commit c8affd0

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": "131.0.0",
3+
"version": "132.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+
## [16.1.1]
11+
12+
### Fixed
13+
14+
- Override `disableSnapInstallation` feature flag when using automatic updates ([#3735](https://github.com/MetaMask/snaps/pull/3735))
15+
1016
## [16.1.0]
1117

1218
### Added
@@ -954,7 +960,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
954960
- The version of the package no longer needs to match the version of all other
955961
MetaMask Snaps packages.
956962

957-
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
963+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
964+
[16.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
958965
[16.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
959966
[16.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
960967
[15.0.2]: 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": "16.1.0",
3+
"version": "16.1.1",
44
"description": "Controllers for MetaMask Snaps",
55
"keywords": [
66
"MetaMask",

0 commit comments

Comments
 (0)