Skip to content

Commit 55e2ed2

Browse files
authored
release: 158.0.0 (#4014)
This is the release candidate for version `158.0.0`. <!-- CURSOR_SUMMARY --> --- > [!NOTE] > <sup>[Cursor Bugbot](https://cursor.com/bugbot) is generating a summary for commit b97eae1. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent c335e65 commit 55e2ed2

5 files changed

Lines changed: 24 additions & 10 deletions

File tree

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

packages/snaps-execution-environments/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.1.1]
11+
12+
### Fixed
13+
14+
- Simplify endowment handling ([#4012](https://github.com/MetaMask/snaps/pull/4012))
15+
1016
## [11.1.0]
1117

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

632-
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@11.1.0...HEAD
638+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@11.1.1...HEAD
639+
[11.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@11.1.0...@metamask/snaps-execution-environments@11.1.1
633640
[11.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@11.0.2...@metamask/snaps-execution-environments@11.1.0
634641
[11.0.2]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@11.0.1...@metamask/snaps-execution-environments@11.0.2
635642
[11.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@11.0.0...@metamask/snaps-execution-environments@11.0.1

packages/snaps-execution-environments/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-execution-environments",
3-
"version": "11.1.0",
3+
"version": "11.1.1",
44
"description": "Snap sandbox environments for executing SES javascript",
55
"keywords": [
66
"MetaMask",

packages/snaps-utils/CHANGELOG.md

Lines changed: 13 additions & 6 deletions
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.2.1]
11+
12+
### Fixed
13+
14+
- Improve email addresses validation in `validateLink` function ([#4005](https://github.com/MetaMask/snaps/pull/4005))
15+
1016
## [12.2.0]
1117

1218
### Added
@@ -442,14 +448,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
442448

443449
### Changed
444450

445-
- Bump `@metamask/base-controller` from `^6.0.1` to `^6.0.2` ([#2593](https://github.com/metamask/snaps/pull/2593))
446-
- Bump `@metamask/permission-controller` from `^10.0.1` to `^11.0.0` ([#2593](https://github.com/metamask/snaps/pull/2593))
451+
- Bump `@metamask/base-controller` from `^6.0.1` to `^6.0.2` ([#2593](https://github.com/MetaMask/snaps/pull/2593))
452+
- Bump `@metamask/permission-controller` from `^10.0.1` to `^11.0.0` ([#2593](https://github.com/MetaMask/snaps/pull/2593))
447453

448454
## [7.8.0]
449455

450456
### Added
451457

452-
- Move `serialiseJsx` function from `snaps-jest` to `snaps-utils` ([#2409](https://github.com/metamask/snaps/pull/2409))
458+
- Move `serialiseJsx` function from `snaps-jest` to `snaps-utils` ([#2409](https://github.com/MetaMask/snaps/pull/2409))
453459

454460
### Changed
455461

@@ -464,7 +470,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
464470

465471
- Replace `superstruct` with ESM-compatible `@metamask/superstruct` `^3.1.0` ([#2445](https://github.com/MetaMask/snaps/pull/2445))
466472
- This fixes the issue of this package being unusable by any TypeScript project that uses `Node16` or `NodeNext` as its `moduleResolution` option.
467-
- Fix `allowedOrigins` bypass caused by unterminated regex ([#2576](https://github.com/metamask/snaps/pull/2576))
473+
- Fix `allowedOrigins` bypass caused by unterminated regex ([#2576](https://github.com/MetaMask/snaps/pull/2576))
468474

469475
## [7.7.0]
470476

@@ -659,7 +665,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
659665

660666
### Changed
661667

662-
- Bump `snaps-registry` ([#2020](https://hub.com/MetaMask/snaps/pull/2020))
668+
- Bump `snaps-registry` ([#2020](https://github.com/MetaMask/snaps/pull/2020))
663669

664670
## [5.0.1]
665671

@@ -817,7 +823,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
817823
- The version of the package no longer needs to match the version of all other
818824
MetaMask Snaps packages.
819825

820-
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@12.2.0...HEAD
826+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@12.2.1...HEAD
827+
[12.2.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@12.2.0...@metamask/snaps-utils@12.2.1
821828
[12.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@12.1.3...@metamask/snaps-utils@12.2.0
822829
[12.1.3]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@12.1.2...@metamask/snaps-utils@12.1.3
823830
[12.1.2]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@12.1.1...@metamask/snaps-utils@12.1.2

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": "12.2.0",
3+
"version": "12.2.1",
44
"description": "A collection of utilities for MetaMask Snaps",
55
"keywords": [
66
"MetaMask",

0 commit comments

Comments
 (0)