From 490e54768e4c6180f4a34350bebdd73213fca406 Mon Sep 17 00:00:00 2001 From: Maarten Zuidhoorn Date: Fri, 20 Sep 2024 15:00:23 +0200 Subject: [PATCH] Release 69.0.0 (#2749) This is the release candidate for version `69.0.0`. See the changelogs for more details. --- package.json | 2 +- packages/snaps-controllers/CHANGELOG.md | 13 ++++++++++++- packages/snaps-controllers/package.json | 2 +- packages/snaps-simulation/CHANGELOG.md | 9 ++++++++- packages/snaps-simulation/package.json | 2 +- 5 files changed, 23 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index b433f9a95c..10aa81d912 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "root", - "version": "68.0.0", + "version": "69.0.0", "private": true, "repository": { "type": "git", diff --git a/packages/snaps-controllers/CHANGELOG.md b/packages/snaps-controllers/CHANGELOG.md index b3190dc841..c30642d049 100644 --- a/packages/snaps-controllers/CHANGELOG.md +++ b/packages/snaps-controllers/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [9.8.0] + +### Added + +- Export `WebViewMessageStream` and related types ([#2746](https://github.com/MetaMask/snaps/pull/2746)) + +### Fixed + +- Fix invalid `exports` field ([#2740](https://github.com/MetaMask/snaps/pull/2740)) + ## [9.7.0] ### Added @@ -497,7 +507,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - The version of the package no longer needs to match the version of all other MetaMask Snaps packages. -[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@9.7.0...HEAD +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@9.8.0...HEAD +[9.8.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@9.7.0...@metamask/snaps-controllers@9.8.0 [9.7.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@9.6.0...@metamask/snaps-controllers@9.7.0 [9.6.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@9.5.0...@metamask/snaps-controllers@9.6.0 [9.5.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@9.4.0...@metamask/snaps-controllers@9.5.0 diff --git a/packages/snaps-controllers/package.json b/packages/snaps-controllers/package.json index 23fc30690b..d6feb8fb5b 100644 --- a/packages/snaps-controllers/package.json +++ b/packages/snaps-controllers/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/snaps-controllers", - "version": "9.7.0", + "version": "9.8.0", "description": "Controllers for MetaMask Snaps", "keywords": [ "MetaMask", diff --git a/packages/snaps-simulation/CHANGELOG.md b/packages/snaps-simulation/CHANGELOG.md index 94e335403a..617ef24cfb 100644 --- a/packages/snaps-simulation/CHANGELOG.md +++ b/packages/snaps-simulation/CHANGELOG.md @@ -7,11 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.1] + +### Fixed + +- Fix invalid `exports` field ([#2740](https://github.com/MetaMask/snaps/pull/2740)) + ## [1.0.0] ### Added - Initial release of `@metamask/snaps-simulation` package ([#2727](https://github.com/MetaMask/snaps/pull/2727)) -[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-simulation@1.0.0...HEAD +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-simulation@1.0.1...HEAD +[1.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-simulation@1.0.0...@metamask/snaps-simulation@1.0.1 [1.0.0]: https://github.com/MetaMask/snaps/releases/tag/@metamask/snaps-simulation@1.0.0 diff --git a/packages/snaps-simulation/package.json b/packages/snaps-simulation/package.json index bb19ad8b7a..780f11ca19 100644 --- a/packages/snaps-simulation/package.json +++ b/packages/snaps-simulation/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/snaps-simulation", - "version": "1.0.0", + "version": "1.0.1", "description": "A simulation framework for MetaMask Snaps, enabling headless testing of Snaps in a controlled environment", "keywords": [ "MetaMask",