Skip to content

Commit b041605

Browse files
Release 97.0.0 (#3260)
Release of `snaps-execution-environments` which I forgot to include in the previous release. This package should be released as well due to changes in the structs used for validating `onUserInput`.
1 parent b941366 commit b041605

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-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": "96.0.0",
3+
"version": "97.0.0",
44
"private": true,
55
"repository": {
66
"type": "git",

packages/snaps-execution-environments/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [7.1.0]
11+
12+
### Added
13+
14+
- Add support for the `AddressInput` component ([#3129](https://github.com/MetaMask/snaps/pull/3129))
15+
- Add support for the `AssetSelector` component ([#3166](https://github.com/MetaMask/snaps/pull/3166))
16+
17+
### Changed
18+
19+
- Bump `@metamask/snaps from `20.0.0` to `21.0.0` ([#3247](https://github.com/MetaMask/snaps/pull/3247))
20+
- Bump `nanoid` from `3.1.31` to `3.3.10` ([#3228](https://github.com/MetaMask/snaps/pull/3228), [#3255](https://github.com/MetaMask/snaps/pull/3255))
21+
1022
## [7.0.0]
1123

1224
### Changed
@@ -439,7 +451,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
439451
- The version of the package no longer needs to match the version of all other
440452
MetaMask Snaps packages.
441453

442-
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
454+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
455+
[7.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
443456
[7.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
444457
[6.14.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
445458
[6.13.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]

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

0 commit comments

Comments
 (0)