@metamask-previews/transaction-pay-controller 23.3.1-preview-ede443edd → 23.4.0-preview-7bc7196a6

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 +11 -2
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -7,11 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
- ## [23.3.1]
10
+ ## [23.4.0]
11
11
 
12
12
  ### Changed
13
13
 
14
14
  - Fall back to `FeatureId.PERPS` when calling `BridgeController:fetchQuotes` and the quote does not have a `featureId` ([#8964](https://github.com/MetaMask/core/pull/8964))
15
+ - Bump `@metamask/bridge-controller` from `^74.0.0` to `^75.0.0` ([#9066](https://github.com/MetaMask/core/pull/9066))
16
+ - Bump `@metamask/bridge-status-controller` from `^72.0.3` to `^72.1.0` ([#9066](https://github.com/MetaMask/core/pull/9066))
17
+ - Bump `@metamask/transaction-controller` from `^67.0.0` to `^67.1.0` ([#9066](https://github.com/MetaMask/core/pull/9066))
18
+
19
+ ## [23.3.1]
20
+
21
+ ### Changed
22
+
15
23
  - Bump `@metamask/bridge-controller` from `^73.2.1` to `^74.0.0` ([#9045](https://github.com/MetaMask/core/pull/9045))
16
24
  - Bump `@metamask/assets-controller` from `^8.3.2` to `^8.3.3` ([#9058](https://github.com/MetaMask/core/pull/9058))
17
25
  - Bump `@metamask/assets-controllers` from `^108.5.0` to `^108.6.0` ([#9058](https://github.com/MetaMask/core/pull/9058))
@@ -1013,7 +1021,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1013
1021
 
1014
1022
  - Initial release ([#6820](https://github.com/MetaMask/core/pull/6820))
1015
1023
 
1016
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@23.3.1...HEAD
1024
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@23.4.0...HEAD
1025
+ [23.4.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@23.3.1...@metamask/transaction-pay-controller@23.4.0
1017
1026
  [23.3.1]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@23.3.0...@metamask/transaction-pay-controller@23.3.1
1018
1027
  [23.3.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@23.2.0...@metamask/transaction-pay-controller@23.3.0
1019
1028
  [23.2.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@23.1.0...@metamask/transaction-pay-controller@23.2.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/transaction-pay-controller",
3
- "version": "23.3.1-preview-ede443edd",
3
+ "version": "23.4.0-preview-7bc7196a6",
4
4
  "description": "Manages alternate payment strategies to provide required funds for transactions in MetaMask",
5
5
  "keywords": [
6
6
  "Ethereum",
@@ -60,8 +60,8 @@
60
60
  "@metamask/assets-controller": "^8.3.3",
61
61
  "@metamask/assets-controllers": "^108.6.0",
62
62
  "@metamask/base-controller": "^9.1.0",
63
- "@metamask/bridge-controller": "^74.0.0",
64
- "@metamask/bridge-status-controller": "^72.0.3",
63
+ "@metamask/bridge-controller": "^75.0.0",
64
+ "@metamask/bridge-status-controller": "^72.1.0",
65
65
  "@metamask/controller-utils": "^12.1.1",
66
66
  "@metamask/gas-fee-controller": "^26.2.2",
67
67
  "@metamask/keyring-controller": "^27.0.0",
@@ -70,7 +70,7 @@
70
70
  "@metamask/network-controller": "^32.0.0",
71
71
  "@metamask/ramps-controller": "^14.1.1",
72
72
  "@metamask/remote-feature-flag-controller": "^4.2.2",
73
- "@metamask/transaction-controller": "^67.0.0",
73
+ "@metamask/transaction-controller": "^67.1.0",
74
74
  "@metamask/utils": "^11.9.0",
75
75
  "bignumber.js": "^9.1.2",
76
76
  "bn.js": "^5.2.1",