Skip to content

Commit de6f899

Browse files
Release 111.0.0 (#3428)
Addition to the previous release to get a patch out for a `snaps-controllers` issue.
1 parent be5804c commit de6f899

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": "110.0.0",
3+
"version": "111.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+
## [12.3.1]
11+
12+
### Fixed
13+
14+
- Support lifecycle hooks for preinstalled Snaps ([#3426](https://github.com/MetaMask/snaps/pull/3426))
15+
1016
## [12.3.0]
1117

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

783-
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@12.3.0...HEAD
789+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@12.3.1...HEAD
790+
[12.3.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@12.3.0...@metamask/snaps-controllers@12.3.1
784791
[12.3.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@12.2.0...@metamask/snaps-controllers@12.3.0
785792
[12.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@12.1.0...@metamask/snaps-controllers@12.2.0
786793
[12.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@12.0.1...@metamask/snaps-controllers@12.1.0

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": "12.3.0",
3+
"version": "12.3.1",
44
"description": "Controllers for MetaMask Snaps",
55
"keywords": [
66
"MetaMask",

0 commit comments

Comments
 (0)