Skip to content

Commit 490e547

Browse files
authored
Release 69.0.0 (#2749)
This is the release candidate for version `69.0.0`. See the changelogs for more details.
1 parent cbb7dac commit 490e547

File tree

5 files changed

+23
-5
lines changed

5 files changed

+23
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "root",
3-
"version": "68.0.0",
3+
"version": "69.0.0",
44
"private": true,
55
"repository": {
66
"type": "git",

packages/snaps-controllers/CHANGELOG.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [9.8.0]
11+
12+
### Added
13+
14+
- Export `WebViewMessageStream` and related types ([#2746](https://github.com/MetaMask/snaps/pull/2746))
15+
16+
### Fixed
17+
18+
- Fix invalid `exports` field ([#2740](https://github.com/MetaMask/snaps/pull/2740))
19+
1020
## [9.7.0]
1121

1222
### Added
@@ -497,7 +507,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
497507
- The version of the package no longer needs to match the version of all other
498508
MetaMask Snaps packages.
499509

500-
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
510+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
511+
[9.8.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
501512
[9.7.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
502513
[9.6.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
503514
[9.5.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]

packages/snaps-controllers/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/snaps-controllers",
3-
"version": "9.7.0",
3+
"version": "9.8.0",
44
"description": "Controllers for MetaMask Snaps",
55
"keywords": [
66
"MetaMask",

packages/snaps-simulation/CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.0.1]
11+
12+
### Fixed
13+
14+
- Fix invalid `exports` field ([#2740](https://github.com/MetaMask/snaps/pull/2740))
15+
1016
## [1.0.0]
1117

1218
### Added
1319

1420
- Initial release of `@metamask/snaps-simulation` package ([#2727](https://github.com/MetaMask/snaps/pull/2727))
1521

16-
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
22+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
23+
[1.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
1724
[1.0.0]: https://github.com/MetaMask/snaps/releases/tag/@metamask/[email protected]

packages/snaps-simulation/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/snaps-simulation",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A simulation framework for MetaMask Snaps, enabling headless testing of Snaps in a controlled environment",
55
"keywords": [
66
"MetaMask",

0 commit comments

Comments
 (0)