@metamask-previews/transaction-pay-controller 22.6.1-preview-1275d0fda → 22.6.3-preview-a4b03df12

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 +16 -1
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [22.6.3]
11
+
12
+ ### Changed
13
+
14
+ - Bump `@metamask/assets-controller` from `^7.1.2` to `^8.0.0` ([#8866](https://github.com/MetaMask/core/pull/8866))
15
+ - Bump `@metamask/bridge-controller` from `^73.0.0` to `^73.0.1` ([#8866](https://github.com/MetaMask/core/pull/8866))
16
+
17
+ ## [22.6.2]
18
+
19
+ ### Changed
20
+
21
+ - Bump `@metamask/ramps-controller` from `^13.3.1` to `^14.0.0` ([#8859](https://github.com/MetaMask/core/pull/8859))
22
+
10
23
  ## [22.6.1]
11
24
 
12
25
  ### Changed
@@ -921,7 +934,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
921
934
 
922
935
  - Initial release ([#6820](https://github.com/MetaMask/core/pull/6820))
923
936
 
924
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@22.6.1...HEAD
937
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@22.6.3...HEAD
938
+ [22.6.3]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@22.6.2...@metamask/transaction-pay-controller@22.6.3
939
+ [22.6.2]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@22.6.1...@metamask/transaction-pay-controller@22.6.2
925
940
  [22.6.1]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@22.6.0...@metamask/transaction-pay-controller@22.6.1
926
941
  [22.6.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@22.5.0...@metamask/transaction-pay-controller@22.6.0
927
942
  [22.5.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@22.4.0...@metamask/transaction-pay-controller@22.5.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/transaction-pay-controller",
3
- "version": "22.6.1-preview-1275d0fda",
3
+ "version": "22.6.3-preview-a4b03df12",
4
4
  "description": "Manages alternate payment strategies to provide required funds for transactions in MetaMask",
5
5
  "keywords": [
6
6
  "Ethereum",
@@ -57,17 +57,17 @@
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.2",
60
+ "@metamask/assets-controller": "^8.0.0",
61
61
  "@metamask/assets-controllers": "^108.1.0",
62
62
  "@metamask/base-controller": "^9.1.0",
63
- "@metamask/bridge-controller": "^73.0.0",
63
+ "@metamask/bridge-controller": "^73.0.1",
64
64
  "@metamask/bridge-status-controller": "^71.2.0",
65
65
  "@metamask/controller-utils": "^12.1.0",
66
66
  "@metamask/gas-fee-controller": "^26.2.2",
67
67
  "@metamask/messenger": "^1.2.0",
68
68
  "@metamask/metamask-eth-abis": "^3.1.1",
69
69
  "@metamask/network-controller": "^32.0.0",
70
- "@metamask/ramps-controller": "^13.3.1",
70
+ "@metamask/ramps-controller": "^14.0.0",
71
71
  "@metamask/remote-feature-flag-controller": "^4.2.1",
72
72
  "@metamask/transaction-controller": "^66.0.0",
73
73
  "@metamask/utils": "^11.9.0",