@metamask/transaction-controller 54.1.0 → 54.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [54.2.0]
11
+
12
+ ### Added
13
+
14
+ - Add optional `afterAdd` hook to constructor ([#5692](https://github.com/MetaMask/core/pull/5692))
15
+ - Add optional `txParamsOriginal` property to `TransactionMeta`.
16
+ - Add `AfterAddHook` type.
17
+
18
+ ### Fixed
19
+
20
+ - Handle errors in `isAtomicBatchSupported` method ([#5704](https://github.com/MetaMask/core/pull/5704))
21
+
10
22
  ## [54.1.0]
11
23
 
12
24
  ### Changed
@@ -1520,7 +1532,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1520
1532
 
1521
1533
  All changes listed after this point were applied to this package following the monorepo conversion.
1522
1534
 
1523
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@54.1.0...HEAD
1535
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@54.2.0...HEAD
1536
+ [54.2.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@54.1.0...@metamask/transaction-controller@54.2.0
1524
1537
  [54.1.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@54.0.0...@metamask/transaction-controller@54.1.0
1525
1538
  [54.0.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@53.0.0...@metamask/transaction-controller@54.0.0
1526
1539
  [53.0.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@52.3.0...@metamask/transaction-controller@53.0.0