Skip to content

Commit

Permalink
Release/132.0.0 (#4103)
Browse files Browse the repository at this point in the history
Release minor version of transaction-controller.

Confirmed no dependencies on unreleased packages and no breaking
changes.
  • Loading branch information
pedronfigueiredo committed Mar 25, 2024
1 parent 016bb7a commit 1aaaab0
Show file tree
Hide file tree
Showing 5 changed files with 22 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": "131.0.0",
"version": "132.0.0",
"private": true,
"description": "Monorepo for packages shared between MetaMask clients",
"repository": {
Expand Down
18 changes: 17 additions & 1 deletion packages/transaction-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [25.3.0]

### Added

- Add support for transactions with type `increaseAllowance` ([#4069](https://github.com/MetaMask/core/pull/4069))
- Also add "increaseAllowance" to `TransactionType` under `tokenMethodIncreaseAllowance`

### Changed

- Bump `@metamask/metamask-eth-abis` to `^3.1.1` ([#4069](https://github.com/MetaMask/core/pull/4069))

### Fixed

- Provide updated transaction metadata to publish hook ([#4101](https://github.com/MetaMask/core/pull/4101))

## [25.2.1]

### Changed
Expand Down Expand Up @@ -712,7 +727,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@25.2.1...HEAD
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@25.3.0...HEAD
[25.3.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@25.2.1...@metamask/transaction-controller@25.3.0
[25.2.1]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@25.2.0...@metamask/transaction-controller@25.2.1
[25.2.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@25.1.0...@metamask/transaction-controller@25.2.0
[25.1.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@25.0.0...@metamask/transaction-controller@25.1.0
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": "25.2.1",
"version": "25.3.0",
"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.0.1",
"@metamask/polling-controller": "^6.0.1",
"@metamask/rpc-errors": "^6.2.1",
"@metamask/transaction-controller": "^25.2.1",
"@metamask/transaction-controller": "^25.3.0",
"@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 @@ -3127,7 +3127,7 @@ __metadata:
languageName: node
linkType: hard

"@metamask/transaction-controller@^25.2.1, @metamask/transaction-controller@workspace:packages/transaction-controller":
"@metamask/transaction-controller@^25.3.0, @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 @@ -3188,7 +3188,7 @@ __metadata:
"@metamask/network-controller": ^18.0.1
"@metamask/polling-controller": ^6.0.1
"@metamask/rpc-errors": ^6.2.1
"@metamask/transaction-controller": ^25.2.1
"@metamask/transaction-controller": ^25.3.0
"@metamask/utils": ^8.3.0
"@types/jest": ^27.4.1
bn.js: ^5.2.1
Expand Down

0 comments on commit 1aaaab0

Please sign in to comment.