Skip to content

Commit

Permalink
Release/145.0.0 (#4229)
Browse files Browse the repository at this point in the history
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

---------

Co-authored-by: Elliot Winkler <elliot.winkler@gmail.com>
  • Loading branch information
dbrans and mcmire committed Apr 30, 2024
1 parent ffd16d4 commit a04eeb6
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/core-monorepo",
"version": "144.0.0",
"version": "145.0.0",
"private": true,
"description": "Monorepo for packages shared between MetaMask clients",
"repository": {
Expand Down
13 changes: 12 additions & 1 deletion packages/transaction-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [28.1.1]

### Changed

- Bump `@metamask/gas-fee-controller` to ^15.1.0 ([#4220](https://github.com/MetaMask/core/pull/4220))

### Fixed

- Fixed simulating minting NFTs where the nft owner was checked before minting, causing a revert. ([#4217](https://github.com/MetaMask/core/pull/4217))

## [28.1.0]

### Added
Expand Down Expand Up @@ -780,7 +790,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

All changes listed after this point were applied to this package following the monorepo conversion.

[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@28.1.0...HEAD
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@28.1.1...HEAD
[28.1.1]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@28.1.0...@metamask/transaction-controller@28.1.1
[28.1.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@28.0.0...@metamask/transaction-controller@28.1.0
[28.0.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@27.0.1...@metamask/transaction-controller@28.0.0
[27.0.1]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@27.0.0...@metamask/transaction-controller@27.0.1
Expand Down
2 changes: 1 addition & 1 deletion packages/transaction-controller/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/transaction-controller",
"version": "28.1.0",
"version": "28.1.1",
"description": "Stores transactions alongside their periodically updated statuses and manages interactions such as approval and cancellation",
"keywords": [
"MetaMask",
Expand Down
2 changes: 1 addition & 1 deletion packages/user-operation-controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@metamask/network-controller": "^18.1.0",
"@metamask/polling-controller": "^6.0.1",
"@metamask/rpc-errors": "^6.2.1",
"@metamask/transaction-controller": "^28.1.0",
"@metamask/transaction-controller": "^28.1.1",
"@metamask/utils": "^8.3.0",
"bn.js": "^5.2.1",
"immer": "^9.0.6",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3003,7 +3003,7 @@ __metadata:
languageName: node
linkType: hard

"@metamask/transaction-controller@^28.1.0, @metamask/transaction-controller@workspace:packages/transaction-controller":
"@metamask/transaction-controller@^28.1.1, @metamask/transaction-controller@workspace:packages/transaction-controller":
version: 0.0.0-use.local
resolution: "@metamask/transaction-controller@workspace:packages/transaction-controller"
dependencies:
Expand Down Expand Up @@ -3066,7 +3066,7 @@ __metadata:
"@metamask/network-controller": ^18.1.0
"@metamask/polling-controller": ^6.0.1
"@metamask/rpc-errors": ^6.2.1
"@metamask/transaction-controller": ^28.1.0
"@metamask/transaction-controller": ^28.1.1
"@metamask/utils": ^8.3.0
"@types/jest": ^27.4.1
bn.js: ^5.2.1
Expand Down

0 comments on commit a04eeb6

Please sign in to comment.