Skip to content

Commit 773baa3

Browse files
committed
Add patch releases for @metamask/{transaction,user-operation}-controller
1 parent 61670f3 commit 773baa3

File tree

4 files changed

+12
-6
lines changed

4 files changed

+12
-6
lines changed

packages/transaction-controller/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [35.0.1]
11+
1012
### Changed
1113

1214
- **BREAKING:** Bump peerDependency `@metamask/accounts-controller` from `^17.0.0` to `^18.0.0` ([#4548](https://github.com/MetaMask/core/pull/4548))
@@ -926,7 +928,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
926928
927929
All changes listed after this point were applied to this package following the monorepo conversion.
928930
929-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
931+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
932+
[35.0.1]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
930933
[35.0.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
931934
[34.0.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
932935
[33.0.1]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]

packages/transaction-controller/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/transaction-controller",
3-
"version": "35.0.0",
3+
"version": "35.0.1",
44
"description": "Stores transactions alongside their periodically updated statuses and manages interactions such as approval and cancellation",
55
"keywords": [
66
"MetaMask",

packages/user-operation-controller/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [14.0.1]
11+
1012
### Changed
1113

1214
- Upgrade TypeScript version to `~5.0.4` and set `moduleResolution` option to `Node16` ([#3645](https://github.com/MetaMask/core/pull/3645))
@@ -199,7 +201,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
199201

200202
- Initial Release ([#3749](https://github.com/MetaMask/core/pull/3749))
201203

202-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
204+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
205+
[14.0.1]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
203206
[14.0.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
204207
[13.0.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
205208
[12.0.1]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]

packages/user-operation-controller/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/user-operation-controller",
3-
"version": "14.0.0",
3+
"version": "14.0.1",
44
"description": "Creates user operations and manages their life cycle",
55
"keywords": [
66
"MetaMask",
@@ -52,7 +52,7 @@
5252
"@metamask/polling-controller": "^9.0.1",
5353
"@metamask/rpc-errors": "^6.3.1",
5454
"@metamask/superstruct": "^3.1.0",
55-
"@metamask/transaction-controller": "^35.0.0",
55+
"@metamask/transaction-controller": "^35.0.1",
5656
"@metamask/utils": "^9.1.0",
5757
"bn.js": "^5.2.1",
5858
"immer": "^9.0.6",
@@ -74,7 +74,7 @@
7474
"@metamask/gas-fee-controller": "^19.0.0",
7575
"@metamask/keyring-controller": "^17.0.0",
7676
"@metamask/network-controller": "^20.0.0",
77-
"@metamask/transaction-controller": "^35.0.0"
77+
"@metamask/transaction-controller": "^35.0.1"
7878
},
7979
"engines": {
8080
"node": "^18.18 || >=20"

0 commit comments

Comments
 (0)