Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/snaps-monorepo",
"version": "157.0.0",
"version": "158.0.0",
"private": true,
"repository": {
"type": "git",
Expand Down
9 changes: 8 additions & 1 deletion packages/snaps-execution-environments/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [11.1.1]

### Fixed

- Simplify endowment handling ([#4012](https://github.com/MetaMask/snaps/pull/4012))

## [11.1.0]

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

[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@11.1.0...HEAD
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@11.1.1...HEAD
[11.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@11.1.0...@metamask/snaps-execution-environments@11.1.1
[11.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@11.0.2...@metamask/snaps-execution-environments@11.1.0
[11.0.2]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@11.0.1...@metamask/snaps-execution-environments@11.0.2
[11.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@11.0.0...@metamask/snaps-execution-environments@11.0.1
Expand Down
2 changes: 1 addition & 1 deletion packages/snaps-execution-environments/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/snaps-execution-environments",
"version": "11.1.0",
"version": "11.1.1",
"description": "Snap sandbox environments for executing SES javascript",
"keywords": [
"MetaMask",
Expand Down
19 changes: 13 additions & 6 deletions packages/snaps-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [12.2.1]

### Fixed

- Improve email addresses validation in `validateLink` function ([#4005](https://github.com/MetaMask/snaps/pull/4005))

## [12.2.0]

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

### Changed

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

## [7.8.0]

### Added

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

### Changed

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

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

## [7.7.0]

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

### Changed

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

## [5.0.1]

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

[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@12.2.0...HEAD
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@12.2.1...HEAD
[12.2.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@12.2.0...@metamask/snaps-utils@12.2.1
[12.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@12.1.3...@metamask/snaps-utils@12.2.0
[12.1.3]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@12.1.2...@metamask/snaps-utils@12.1.3
[12.1.2]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@12.1.1...@metamask/snaps-utils@12.1.2
Expand Down
2 changes: 1 addition & 1 deletion packages/snaps-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/snaps-utils",
"version": "12.2.0",
"version": "12.2.1",
"description": "A collection of utilities for MetaMask Snaps",
"keywords": [
"MetaMask",
Expand Down
Loading