@metamask-previews/transaction-pay-controller 26.0.0-preview-3d3ef9d3a → 26.0.1-preview-3f58e8b65

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 -2
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -7,9 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [26.0.1]
11
+
10
12
  ### Changed
11
13
 
12
- - Bump `@metamask/ramps-controller` from `^17.0.0` to `^17.1.0` ([#9646](https://github.com/MetaMask/core/pull/9646))
14
+ - Bump `@metamask/ramps-controller` from `^17.0.0` to `^18.0.0` ([#9646](https://github.com/MetaMask/core/pull/9646), [#9648](https://github.com/MetaMask/core/pull/9648), [#9670](https://github.com/MetaMask/core/pull/9670))
13
15
  - Bump `@metamask/assets-controller` from `^11.2.0` to `^11.2.1` ([#9648](https://github.com/MetaMask/core/pull/9648))
14
16
 
15
17
  ## [26.0.0]
@@ -1343,7 +1345,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1343
1345
 
1344
1346
  - Initial release ([#6820](https://github.com/MetaMask/core/pull/6820))
1345
1347
 
1346
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@26.0.0...HEAD
1348
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@26.0.1...HEAD
1349
+ [26.0.1]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@26.0.0...@metamask/transaction-pay-controller@26.0.1
1347
1350
  [26.0.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@25.1.1...@metamask/transaction-pay-controller@26.0.0
1348
1351
  [25.1.1]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@25.1.0...@metamask/transaction-pay-controller@25.1.1
1349
1352
  [25.1.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@25.0.0...@metamask/transaction-pay-controller@25.1.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/transaction-pay-controller",
3
- "version": "26.0.0-preview-3d3ef9d3a",
3
+ "version": "26.0.1-preview-3f58e8b65",
4
4
  "description": "Manages alternate payment strategies to provide required funds for transactions in MetaMask",
5
5
  "keywords": [
6
6
  "Ethereum",
@@ -68,7 +68,7 @@
68
68
  "@metamask/messenger": "^2.0.0",
69
69
  "@metamask/metamask-eth-abis": "^3.1.1",
70
70
  "@metamask/network-controller": "^34.0.0",
71
- "@metamask/ramps-controller": "^17.2.0",
71
+ "@metamask/ramps-controller": "^18.0.0",
72
72
  "@metamask/remote-feature-flag-controller": "^4.2.2",
73
73
  "@metamask/sentinel-api-service": "^1.0.0",
74
74
  "@metamask/transaction-controller": "^69.2.1",