@metamask/snaps-execution-environments 3.2.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,14 @@ 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
+
9
17
  ## [3.2.0]
10
18
  ### Added
11
19
  - Add `OnHomePage` export ([#1896](https://github.com/MetaMask/snaps/pull/1896))
@@ -91,7 +99,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
91
99
  - The version of the package no longer needs to match the version of all other
92
100
  MetaMask Snaps packages.
93
101
 
94
- [Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@3.2.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
95
104
  [3.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@3.1.0...@metamask/snaps-execution-environments@3.2.0
96
105
  [3.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@3.0.0...@metamask/snaps-execution-environments@3.1.0
97
106
  [3.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@2.0.1...@metamask/snaps-execution-environments@3.0.0