@metamask-previews/transaction-pay-controller 19.0.2-preview-4a2a8e8f6 → 19.0.3-preview-e19d3725e

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 +5 -1
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -7,8 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [19.0.3]
11
+
10
12
  ### Changed
11
13
 
14
+ - Bump `@metamask/ramps-controller` from `^12.1.0` to `^13.0.0` ([#8380](https://github.com/MetaMask/core/pull/8380))
12
15
  - Bump `@metamask/messenger` from `^1.0.0` to `^1.1.1` ([#8364](https://github.com/MetaMask/core/pull/8364), [#8373](https://github.com/MetaMask/core/pull/8373))
13
16
 
14
17
  ## [19.0.2]
@@ -616,7 +619,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
616
619
 
617
620
  - Initial release ([#6820](https://github.com/MetaMask/core/pull/6820))
618
621
 
619
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@19.0.2...HEAD
622
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@19.0.3...HEAD
623
+ [19.0.3]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@19.0.2...@metamask/transaction-pay-controller@19.0.3
620
624
  [19.0.2]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@19.0.1...@metamask/transaction-pay-controller@19.0.2
621
625
  [19.0.1]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@19.0.0...@metamask/transaction-pay-controller@19.0.1
622
626
  [19.0.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@18.2.0...@metamask/transaction-pay-controller@19.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/transaction-pay-controller",
3
- "version": "19.0.2-preview-4a2a8e8f6",
3
+ "version": "19.0.3-preview-e19d3725e",
4
4
  "description": "Manages alternate payment strategies to provide required funds for transactions in MetaMask",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -63,7 +63,7 @@
63
63
  "@metamask/messenger": "^1.1.1",
64
64
  "@metamask/metamask-eth-abis": "^3.1.1",
65
65
  "@metamask/network-controller": "^30.0.1",
66
- "@metamask/ramps-controller": "^12.1.0",
66
+ "@metamask/ramps-controller": "^13.0.0",
67
67
  "@metamask/remote-feature-flag-controller": "^4.2.0",
68
68
  "@metamask/transaction-controller": "^64.0.0",
69
69
  "@metamask/utils": "^11.9.0",