From e3c6af382231a51d29300a9250806bb16c6d6d80 Mon Sep 17 00:00:00 2001 From: Matthew Walsh Date: Thu, 9 May 2024 14:47:52 +0100 Subject: [PATCH] Release user operation controller --- packages/user-operation-controller/CHANGELOG.md | 9 ++++++++- packages/user-operation-controller/package.json | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/packages/user-operation-controller/CHANGELOG.md b/packages/user-operation-controller/CHANGELOG.md index e41a2fbcb5..a5a0482488 100644 --- a/packages/user-operation-controller/CHANGELOG.md +++ b/packages/user-operation-controller/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [10.0.0] + +### Changed + +- **BREAKING:** Bump `@metamask/transaction-controller` to `^29.0.0` ([#4272](https://github.com/MetaMask/core/pull/4272)) + ## [9.0.0] ### Changed @@ -124,7 +130,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial Release ([#3749](https://github.com/MetaMask/core/pull/3749)) -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@9.0.0...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@10.0.0...HEAD +[10.0.0]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@9.0.0...@metamask/user-operation-controller@10.0.0 [9.0.0]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@8.0.1...@metamask/user-operation-controller@9.0.0 [8.0.1]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@8.0.0...@metamask/user-operation-controller@8.0.1 [8.0.0]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@7.0.0...@metamask/user-operation-controller@8.0.0 diff --git a/packages/user-operation-controller/package.json b/packages/user-operation-controller/package.json index 02945ca505..09664c24bb 100644 --- a/packages/user-operation-controller/package.json +++ b/packages/user-operation-controller/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/user-operation-controller", - "version": "9.0.0", + "version": "10.0.0", "description": "Creates user operations and manages their life cycle", "keywords": [ "MetaMask",