@metamask/snaps-execution-environments 3.1.0 → 3.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -6,6 +6,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [3.3.0]
10
+ ### Changed
11
+ - Use `@metamask/snaps-sdk` package ([#1930](https://github.com/MetaMask/snaps/pull/1930),
12
+ [#1946](https://github.com/MetaMask/snaps/pull/1946), [#1949](https://github.com/MetaMask/snaps/pull/1949),
13
+ [#1954](https://github.com/MetaMask/snaps/pull/1954))
14
+ - This package replaces the `@metamask/snaps-types` and
15
+ - `@metamask/snaps-ui` packages.
16
+
17
+ ## [3.2.0]
18
+ ### Added
19
+ - Add `OnHomePage` export ([#1896](https://github.com/MetaMask/snaps/pull/1896))
20
+
21
+ ### Fixed
22
+ - Await stream message delivery ([#1928](https://github.com/MetaMask/snaps/pull/1928))
23
+
9
24
  ## [3.1.0]
10
25
  ### Changed
11
26
  - Improve error handling ([#1841](https://github.com/MetaMask/snaps/pull/1841))
@@ -84,7 +99,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
84
99
  - The version of the package no longer needs to match the version of all other
85
100
  MetaMask Snaps packages.
86
101
 
87
- [Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@3.1.0...HEAD
102
+ [Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@3.3.0...HEAD
103
+ [3.3.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@3.2.0...@metamask/snaps-execution-environments@3.3.0
104
+ [3.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@3.1.0...@metamask/snaps-execution-environments@3.2.0
88
105
  [3.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@3.0.0...@metamask/snaps-execution-environments@3.1.0
89
106
  [3.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@2.0.1...@metamask/snaps-execution-environments@3.0.0
90
107
  [2.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@2.0.0...@metamask/snaps-execution-environments@2.0.1