Skip to content

Commit d9cae1e

Browse files
authored
Release 153.0.0 (#4300)
## Explanation <!-- Thanks for your contribution! Take a moment to answer these questions so that reviewers have the information they need to properly understand your changes: * What is the current state of things and why does it need to change? * What is the solution your changes offer and how does it work? * Are there any changes whose purpose might not obvious to those unfamiliar with the domain? * If your primary goal was to update one package but you found you had to update another one along the way, why did you do so? * If you had to upgrade a dependency, why did you do so? --> ## References <!-- Are there any issues that this pull request is tied to? Are there other links that reviewers should consult to understand these changes better? For example: * Fixes #12345 * Related to #67890 --> ## Changelog <!-- If you're making any consumer-facing changes, list those changes here as if you were updating a changelog, using the template below as a guide. (CATEGORY is one of BREAKING, ADDED, CHANGED, DEPRECATED, REMOVED, or FIXED. For security-related issues, follow the Security Advisory process.) Please take care to name the exact pieces of the API you've added or changed (e.g. types, interfaces, functions, or methods). If there are any breaking changes, make sure to offer a solution for consumers to follow once they upgrade to the changes. Finally, if you're only making changes to development scripts or tests, you may replace the template below with "None". --> ### `@metamask/package-a` - **<CATEGORY>**: Your change here - **<CATEGORY>**: Your change here ### `@metamask/package-b` - **<CATEGORY>**: Your change here - **<CATEGORY>**: Your change here ## Checklist - [ ] I've updated the test suite for new or updated code as appropriate - [ ] I've updated documentation (JSDoc, Markdown, etc.) for new or updated code as appropriate - [ ] I've highlighted breaking changes using the "BREAKING" category above as appropriate
1 parent 9ef4b26 commit d9cae1e

5 files changed

Lines changed: 13 additions & 6 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/core-monorepo",
3-
"version": "152.0.0",
3+
"version": "153.0.0",
44
"private": true,
55
"description": "Monorepo for packages shared between MetaMask clients",
66
"repository": {

packages/transaction-controller/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [29.1.0]
11+
12+
### Changed
13+
14+
- handle Swap+Send transactions as Swaps transactions sub-category; add typing ([#4298](https://github.com/MetaMask/core/pull/4298))
15+
1016
## [29.0.2]
1117

1218
### Fixed
@@ -833,7 +839,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
833839
834840
All changes listed after this point were applied to this package following the monorepo conversion.
835841
836-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@29.0.2...HEAD
842+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@29.1.0...HEAD
843+
[29.1.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@29.0.2...@metamask/transaction-controller@29.1.0
837844
[29.0.2]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@29.0.1...@metamask/transaction-controller@29.0.2
838845
[29.0.1]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@29.0.0...@metamask/transaction-controller@29.0.1
839846
[29.0.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@28.1.1...@metamask/transaction-controller@29.0.0

packages/transaction-controller/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/transaction-controller",
3-
"version": "29.0.2",
3+
"version": "29.1.0",
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/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@metamask/network-controller": "^18.1.1",
5252
"@metamask/polling-controller": "^6.0.2",
5353
"@metamask/rpc-errors": "^6.2.1",
54-
"@metamask/transaction-controller": "^29.0.2",
54+
"@metamask/transaction-controller": "^29.1.0",
5555
"@metamask/utils": "^8.3.0",
5656
"bn.js": "^5.2.1",
5757
"immer": "^9.0.6",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3011,7 +3011,7 @@ __metadata:
30113011
languageName: node
30123012
linkType: hard
30133013

3014-
"@metamask/transaction-controller@^29.0.2, @metamask/transaction-controller@workspace:packages/transaction-controller":
3014+
"@metamask/transaction-controller@^29.1.0, @metamask/transaction-controller@workspace:packages/transaction-controller":
30153015
version: 0.0.0-use.local
30163016
resolution: "@metamask/transaction-controller@workspace:packages/transaction-controller"
30173017
dependencies:
@@ -3074,7 +3074,7 @@ __metadata:
30743074
"@metamask/network-controller": ^18.1.1
30753075
"@metamask/polling-controller": ^6.0.2
30763076
"@metamask/rpc-errors": ^6.2.1
3077-
"@metamask/transaction-controller": ^29.0.2
3077+
"@metamask/transaction-controller": ^29.1.0
30783078
"@metamask/utils": ^8.3.0
30793079
"@types/jest": ^27.4.1
30803080
bn.js: ^5.2.1

0 commit comments

Comments
 (0)