@metamask/transaction-pay-controller 24.0.0 → 24.0.1

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 +10 -1
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [24.0.1]
11
+
12
+ ### Changed
13
+
14
+ - Bump `@metamask/assets-controller` from `^10.1.0` to `^10.2.0` ([#9450](https://github.com/MetaMask/core/pull/9450))
15
+ - Bump `@metamask/assets-controllers` from `^109.3.1` to `^109.4.0` ([#9450](https://github.com/MetaMask/core/pull/9450))
16
+ - Bump `@metamask/transaction-controller` from `^68.3.0` to `^68.4.0` ([#9456](https://github.com/MetaMask/core/pull/9456))
17
+
10
18
  ## [24.0.0]
11
19
 
12
20
  ### Added
@@ -1252,7 +1260,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1252
1260
 
1253
1261
  - Initial release ([#6820](https://github.com/MetaMask/core/pull/6820))
1254
1262
 
1255
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@24.0.0...HEAD
1263
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@24.0.1...HEAD
1264
+ [24.0.1]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@24.0.0...@metamask/transaction-pay-controller@24.0.1
1256
1265
  [24.0.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@23.17.4...@metamask/transaction-pay-controller@24.0.0
1257
1266
  [23.17.4]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@23.17.3...@metamask/transaction-pay-controller@23.17.4
1258
1267
  [23.17.3]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@23.17.2...@metamask/transaction-pay-controller@23.17.3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask/transaction-pay-controller",
3
- "version": "24.0.0",
3
+ "version": "24.0.1",
4
4
  "description": "Manages alternate payment strategies to provide required funds for transactions in MetaMask",
5
5
  "keywords": [
6
6
  "Ethereum",
@@ -57,8 +57,8 @@
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": "^10.1.0",
61
- "@metamask/assets-controllers": "^109.3.1",
60
+ "@metamask/assets-controller": "^10.2.0",
61
+ "@metamask/assets-controllers": "^109.4.0",
62
62
  "@metamask/base-controller": "^9.1.0",
63
63
  "@metamask/controller-utils": "^12.3.0",
64
64
  "@metamask/gas-fee-controller": "^26.2.4",
@@ -68,7 +68,7 @@
68
68
  "@metamask/network-controller": "^34.0.0",
69
69
  "@metamask/ramps-controller": "^15.1.0",
70
70
  "@metamask/remote-feature-flag-controller": "^4.2.2",
71
- "@metamask/transaction-controller": "^68.3.0",
71
+ "@metamask/transaction-controller": "^68.4.0",
72
72
  "@metamask/utils": "^11.11.0",
73
73
  "bignumber.js": "^9.1.2",
74
74
  "bn.js": "^5.2.1",