@metamask-previews/transaction-pay-controller 23.5.0-preview-ddb114f71 → 23.5.1-preview-51b287c55

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 +12 -1
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -9,6 +9,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
 
10
10
  ### Changed
11
11
 
12
+ - Bump `@metamask/assets-controller` from `^9.0.0` to `^9.0.1` ([#9083](https://github.com/MetaMask/core/pull/9083))
13
+ - Bump `@metamask/controller-utils` from `^12.1.1` to `^12.2.0` ([#9083](https://github.com/MetaMask/core/pull/9083))
14
+
15
+ ## [23.5.1]
16
+
17
+ ### Changed
18
+
19
+ - Bump `@metamask/assets-controller` from `^8.3.3` to `^9.0.0` ([#9078](https://github.com/MetaMask/core/pull/9078))
20
+ - Bump `@metamask/assets-controllers` from `^108.6.0` to `^109.0.0` ([#9078](https://github.com/MetaMask/core/pull/9078))
21
+ - Bump `@metamask/bridge-controller` from `^75.1.0` to `^75.1.1` ([#9078](https://github.com/MetaMask/core/pull/9078))
12
22
  - Make fiat-eligible transaction types remotely configurable via `confirmations_pay_fiat.enabledTransactionTypes` feature flag ([#9050](https://github.com/MetaMask/core/pull/9050))
13
23
 
14
24
  ## [23.5.0]
@@ -1035,7 +1045,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1035
1045
 
1036
1046
  - Initial release ([#6820](https://github.com/MetaMask/core/pull/6820))
1037
1047
 
1038
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@23.5.0...HEAD
1048
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@23.5.1...HEAD
1049
+ [23.5.1]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@23.5.0...@metamask/transaction-pay-controller@23.5.1
1039
1050
  [23.5.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@23.4.0...@metamask/transaction-pay-controller@23.5.0
1040
1051
  [23.4.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@23.3.1...@metamask/transaction-pay-controller@23.4.0
1041
1052
  [23.3.1]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@23.3.0...@metamask/transaction-pay-controller@23.3.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/transaction-pay-controller",
3
- "version": "23.5.0-preview-ddb114f71",
3
+ "version": "23.5.1-preview-51b287c55",
4
4
  "description": "Manages alternate payment strategies to provide required funds for transactions in MetaMask",
5
5
  "keywords": [
6
6
  "Ethereum",
@@ -57,12 +57,12 @@
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": "^8.3.3",
61
- "@metamask/assets-controllers": "^108.6.0",
60
+ "@metamask/assets-controller": "^9.0.1",
61
+ "@metamask/assets-controllers": "^109.0.0",
62
62
  "@metamask/base-controller": "^9.1.0",
63
- "@metamask/bridge-controller": "^75.1.0",
63
+ "@metamask/bridge-controller": "^75.1.1",
64
64
  "@metamask/bridge-status-controller": "^72.1.0",
65
- "@metamask/controller-utils": "^12.1.1",
65
+ "@metamask/controller-utils": "^12.2.0",
66
66
  "@metamask/gas-fee-controller": "^26.2.2",
67
67
  "@metamask/keyring-controller": "^27.0.0",
68
68
  "@metamask/messenger": "^1.2.0",