Skip to content

Commit a2ea600

Browse files
release: 164.0.0 (#4072)
Release candidate for `164.0.0`. Including support for `Blob` in Snaps. <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Version and changelog-only release; sandbox surface grows slightly via the Blob endowment already merged in prior PRs. > > **Overview** > Release cut for **164.0.0** that bumps the monorepo version and publishes **`@metamask/snaps-utils@12.4.0`** and **`@metamask/snaps-execution-environments@11.2.0`**. > > The highlighted user-facing change in these package notes is **`Blob` as a default Snap endowment** ([#4063](#4063)), so Snaps can use `Blob` without an extra permission. The execution-environments release also records a **`@metamask/superstruct`** bump to `^3.3.0` ([#4062](#4062)). > > No application logic appears in this diff—only version fields and changelog/compare-link updates. > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit 1a21ee3. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent b6cd45a commit a2ea600

5 files changed

Lines changed: 23 additions & 5 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": "163.0.0",
3+
"version": "164.0.0",
44
"private": true,
55
"repository": {
66
"type": "git",

packages/snaps-execution-environments/CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [11.2.0]
11+
12+
### Added
13+
14+
- Add `Blob` as a default endowment ([#4063](https://github.com/MetaMask/snaps/pull/4063))
15+
16+
### Changed
17+
18+
- Bump `@metamask/superstruct` from `^3.2.1` to `^3.3.0` ([#4062](https://github.com/MetaMask/snaps/pull/4062))
19+
1020
## [11.1.1]
1121

1222
### Fixed
@@ -635,7 +645,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
635645
- The version of the package no longer needs to match the version of all other
636646
MetaMask Snaps packages.
637647

638-
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@11.1.1...HEAD
648+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@11.2.0...HEAD
649+
[11.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@11.1.1...@metamask/snaps-execution-environments@11.2.0
639650
[11.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@11.1.0...@metamask/snaps-execution-environments@11.1.1
640651
[11.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@11.0.2...@metamask/snaps-execution-environments@11.1.0
641652
[11.0.2]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@11.0.1...@metamask/snaps-execution-environments@11.0.2

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.1",
3+
"version": "11.2.0",
44
"description": "Snap sandbox environments for executing SES javascript",
55
"keywords": [
66
"MetaMask",

packages/snaps-utils/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.4.0]
11+
12+
### Added
13+
14+
- Add `Blob` as a default endowment ([#4063](https://github.com/MetaMask/snaps/pull/4063))
15+
1016
## [12.3.0]
1117

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

844-
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@12.3.0...HEAD
850+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@12.4.0...HEAD
851+
[12.4.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@12.3.0...@metamask/snaps-utils@12.4.0
845852
[12.3.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@12.2.1...@metamask/snaps-utils@12.3.0
846853
[12.2.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@12.2.0...@metamask/snaps-utils@12.2.1
847854
[12.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@12.1.3...@metamask/snaps-utils@12.2.0

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

0 commit comments

Comments
 (0)