@metamask-previews/transaction-pay-controller 22.3.1-preview-ccdc8dcd5 → 22.4.0-preview-e5cef32c6

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -2
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [22.4.0]
11
+
10
12
  ### Added
11
13
 
12
14
  - Add Across quote support for post-quote Predict withdraw flows ([#8760](https://github.com/MetaMask/core/pull/8760))
@@ -15,10 +17,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
17
 
16
18
  - Derive fiat order source amount from on-chain transaction data (`order.txHash`) with fallback to `order.cryptoAmount` ([#8694](https://github.com/MetaMask/core/pull/8694))
17
19
  - Persist fiat order ID and provider code on `transaction.metamaskPay` before polling, so activity views can query order status after controller state cleanup ([#8694](https://github.com/MetaMask/core/pull/8694))
20
+ - Bump `@metamask/assets-controller` from `^7.1.1` to `^7.1.2` ([#8783](https://github.com/MetaMask/core/pull/8783))
21
+ - Bump `@metamask/assets-controllers` from `^108.0.0` to `^108.1.0` ([#8783](https://github.com/MetaMask/core/pull/8783))
22
+ - Bump `@metamask/transaction-controller` from `^65.3.0` to `^65.4.0` ([#8796](https://github.com/MetaMask/core/pull/8796))
18
23
 
19
24
  ### Fixed
20
25
 
21
- - For postquote payments payment token for MM Pay transaction should not be reset when accountOverride is changed ([#8787](https://github.com/MetaMask/core/pull/8787)).
26
+ - For postquote payments payment token for MM Pay transaction should not be reset when accountOverride is changed. ([#8787](https://github.com/MetaMask/core/pull/8787))
22
27
 
23
28
  ## [22.3.1]
24
29
 
@@ -880,7 +885,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
880
885
 
881
886
  - Initial release ([#6820](https://github.com/MetaMask/core/pull/6820))
882
887
 
883
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@22.3.1...HEAD
888
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@22.4.0...HEAD
889
+ [22.4.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@22.3.1...@metamask/transaction-pay-controller@22.4.0
884
890
  [22.3.1]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@22.3.0...@metamask/transaction-pay-controller@22.3.1
885
891
  [22.3.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@22.2.0...@metamask/transaction-pay-controller@22.3.0
886
892
  [22.2.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@22.1.0...@metamask/transaction-pay-controller@22.2.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/transaction-pay-controller",
3
- "version": "22.3.1-preview-ccdc8dcd5",
3
+ "version": "22.4.0-preview-e5cef32c6",
4
4
  "description": "Manages alternate payment strategies to provide required funds for transactions in MetaMask",
5
5
  "keywords": [
6
6
  "Ethereum",
@@ -57,8 +57,8 @@
57
57
  "@ethersproject/abi": "^5.7.0",
58
58
  "@ethersproject/contracts": "^5.7.0",
59
59
  "@ethersproject/providers": "^5.7.0",
60
- "@metamask/assets-controller": "^7.1.1",
61
- "@metamask/assets-controllers": "^108.0.0",
60
+ "@metamask/assets-controller": "^7.1.2",
61
+ "@metamask/assets-controllers": "^108.1.0",
62
62
  "@metamask/base-controller": "^9.1.0",
63
63
  "@metamask/bridge-controller": "^72.0.4",
64
64
  "@metamask/bridge-status-controller": "^71.1.4",
@@ -69,7 +69,7 @@
69
69
  "@metamask/network-controller": "^32.0.0",
70
70
  "@metamask/ramps-controller": "^13.3.1",
71
71
  "@metamask/remote-feature-flag-controller": "^4.2.1",
72
- "@metamask/transaction-controller": "^65.3.0",
72
+ "@metamask/transaction-controller": "^65.4.0",
73
73
  "@metamask/utils": "^11.9.0",
74
74
  "bignumber.js": "^9.1.2",
75
75
  "bn.js": "^5.2.1",