Skip to content

Commit 7f1bdd6

Browse files
Release 33.0.0 (#2197)
See the changelogs for details.
1 parent f3889b6 commit 7f1bdd6

File tree

5 files changed

+15
-5
lines changed

5 files changed

+15
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "root",
3-
"version": "32.0.0",
3+
"version": "33.0.0",
44
"private": true,
55
"repository": {
66
"type": "git",

packages/snaps-cli/CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [5.1.1]
10+
### Fixed
11+
- Support new lines in CLI message formatting ([#2194](https://github.com/MetaMask/snaps/pull/2194))
12+
913
## [5.1.0]
1014
### Changed
1115
- Optimize CLI Webpack configuration ([#2175](https://github.com/MetaMask/snaps/pull/2175))
@@ -109,7 +113,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
109113
- The version of the package no longer needs to match the version of all other
110114
MetaMask Snaps packages.
111115

112-
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
116+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
117+
[5.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
113118
[5.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
114119
[5.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
115120
[4.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]

packages/snaps-cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/snaps-cli",
3-
"version": "5.1.0",
3+
"version": "5.1.1",
44
"description": "A CLI for developing MetaMask Snaps.",
55
"repository": {
66
"type": "git",

packages/snaps-controllers/CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [5.0.1]
10+
### Fixed
11+
- Fix issue installing non-allowlisted Snaps in allowlist mode ([#2196](https://github.com/MetaMask/snaps/pull/2196))
12+
913
## [5.0.0]
1014
### Added
1115
- Add support for dynamic user interfaces ([#1465](https://github.com/MetaMask/snaps/pull/1465), [#2126](https://github.com/MetaMask/snaps/pull/2126), [#2144](https://github.com/MetaMask/snaps/pull/2144), [#2152](https://github.com/MetaMask/snaps/pull/2152), [#2143](https://github.com/MetaMask/snaps/pull/2143))
@@ -188,7 +192,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
188192
- The version of the package no longer needs to match the version of all other
189193
MetaMask Snaps packages.
190194

191-
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
195+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
196+
[5.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
192197
[5.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
193198
[4.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
194199
[4.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]

packages/snaps-controllers/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/snaps-controllers",
3-
"version": "5.0.0",
3+
"version": "5.0.1",
44
"description": "Controllers for MetaMask Snaps.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)