-
-
Notifications
You must be signed in to change notification settings - Fork 256
Release/145.0.0 #4229
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release/145.0.0 #4229
Conversation
mcmire
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've looked at @metamask/approval-controller, @metamask/base-controller, @metamask/gas-fee-controller, and @metamask/network-controller (which were the packages connected to this package) and confirmed that we can safely release this package alone.
That said, I made some suggestions to satisfy lint and make this changelog more useful for consumers.
|
|
||
| ### Uncategorized | ||
|
|
||
| - fix: simulation should handle NFT mints ([#4217](https://github.com/MetaMask/core/pull/4217)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We like to be clear about the changes that are made to the API or to the behavior of the package rather than repeating the name of the commit message. If you were to explain this to a consumer of the package, how would you do it? (Tip: you could try summarizing your PR description, keeping in mind that consumers don't know about getTokenBalanceTransactions or getTokenBalanceChanges, since they're private to the simulation file, so we might not want to figure out a way to describe it more generally)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done. Thank you for the clear explanation.
|
|
||
| ## [28.1.1] | ||
|
|
||
| ### Uncategorized |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR 4420 (referenced below) bumped gas-fee-controller in transaction-controller (since it was one of the packages that got released). So, we can file that under Changed:
| ### Uncategorized | |
| ### Changed | |
| - Bump `@metamask/gas-fee-controller` to ^15.1.0 ([#4220](https://github.com/MetaMask/core/pull/4220)) | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Applied.
Co-authored-by: Elliot Winkler <[email protected]>
mikesposito
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
Creates release 145, to release v28.1.1 of the TransactionController.
The intention is to hotfix transaction-controller 28.1.1 into the Extension along with #4217