File tree Expand file tree Collapse file tree 3 files changed +16
-3
lines changed
packages/snaps-execution-environments Expand file tree Collapse file tree 3 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " root" ,
3- "version" : " 96 .0.0" ,
3+ "version" : " 97 .0.0" ,
44 "private" : true ,
55 "repository" : {
66 "type" : " git" ,
Original file line number Diff line number Diff 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/snaps-execution-environments@7.0.0...HEAD
454+ [ Unreleased ] : https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@7.1.0...HEAD
455+ [ 7.1.0 ] : https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@7.0.0...@metamask/snaps-execution-environments@7.1.0
443456[ 7.0.0 ] : https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@6.14.0...@metamask/snaps-execution-environments@7.0.0
444457[ 6.14.0 ] : https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@6.13.0...@metamask/snaps-execution-environments@6.14.0
445458[ 6.13.0 ] : https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@6.12.0...@metamask/snaps-execution-environments@6.13.0
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments