File tree Expand file tree Collapse file tree 4 files changed +12
-6
lines changed
user-operation-controller Expand file tree Collapse file tree 4 files changed +12
-6
lines changed Original file line number Diff line number Diff 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/transaction-controller@35.0.0...HEAD
931+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@35.0.1...HEAD
932+ [35.0.1]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@35.0.0...@metamask/transaction-controller@35.0.1
930933[35.0.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@34.0.0...@metamask/transaction-controller@35.0.0
931934[34.0.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@33.0.1...@metamask/transaction-controller@34.0.0
932935[33.0.1]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@33.0.0...@metamask/transaction-controller@33.0.1
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff 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/user-operation-controller@14.0.0...HEAD
204+ [ Unreleased ] : https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@14.0.1...HEAD
205+ [ 14.0.1 ] : https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@14.0.0...@metamask/user-operation-controller@14.0.1
203206[ 14.0.0 ] : https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@13.0.0...@metamask/user-operation-controller@14.0.0
204207[ 13.0.0 ] : https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@12.0.1...@metamask/user-operation-controller@13.0.0
205208[ 12.0.1 ] : https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@12.0.0...@metamask/user-operation-controller@12.0.1
Original file line number Diff line number Diff line change 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" ,
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" ,
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"
You can’t perform that action at this time.
0 commit comments