@metamask-previews/transaction-pay-controller 19.0.0-preview-a560ee403 → 19.0.1-preview-4d8fce273

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 +10 -1
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -9,6 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
 
10
10
  ### Changed
11
11
 
12
+ - Bump `@metamask/controller-utils` from `^11.19.0` to `^11.20.0` ([#8344](https://github.com/MetaMask/core/pull/8344))
13
+
14
+ ## [19.0.1]
15
+
16
+ ### Changed
17
+
18
+ - Bump `@metamask/bridge-controller` from `^69.2.3` to `^70.0.0` ([#8340](https://github.com/MetaMask/core/pull/8340))
19
+ - Bump `@metamask/bridge-status-controller` from `^70.0.3` to `^70.0.4` ([#8340](https://github.com/MetaMask/core/pull/8340))
12
20
  - Add route-based `confirmations_pay` strategy resolution ([#8282](https://github.com/MetaMask/core/pull/8282))
13
21
 
14
22
  ## [19.0.0]
@@ -597,7 +605,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
597
605
 
598
606
  - Initial release ([#6820](https://github.com/MetaMask/core/pull/6820))
599
607
 
600
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@19.0.0...HEAD
608
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@19.0.1...HEAD
609
+ [19.0.1]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@19.0.0...@metamask/transaction-pay-controller@19.0.1
601
610
  [19.0.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@18.2.0...@metamask/transaction-pay-controller@19.0.0
602
611
  [18.2.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@18.1.0...@metamask/transaction-pay-controller@18.2.0
603
612
  [18.1.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@18.0.0...@metamask/transaction-pay-controller@18.1.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/transaction-pay-controller",
3
- "version": "19.0.0-preview-a560ee403",
3
+ "version": "19.0.1-preview-4d8fce273",
4
4
  "description": "Manages alternate payment strategies to provide required funds for transactions in MetaMask",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -55,9 +55,9 @@
55
55
  "@metamask/assets-controller": "^3.2.1",
56
56
  "@metamask/assets-controllers": "^103.0.0",
57
57
  "@metamask/base-controller": "^9.0.1",
58
- "@metamask/bridge-controller": "^69.2.3",
59
- "@metamask/bridge-status-controller": "^70.0.3",
60
- "@metamask/controller-utils": "^11.19.0",
58
+ "@metamask/bridge-controller": "^70.0.0",
59
+ "@metamask/bridge-status-controller": "^70.0.4",
60
+ "@metamask/controller-utils": "^11.20.0",
61
61
  "@metamask/gas-fee-controller": "^26.1.1",
62
62
  "@metamask/messenger": "^1.0.0",
63
63
  "@metamask/metamask-eth-abis": "^3.1.1",