@metamask/transaction-pay-controller 24.0.1 → 24.0.3

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 (3) hide show
  1. package/CHANGELOG.md +18 -1
  2. package/LICENSE +1 -0
  3. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [24.0.3]
11
+
12
+ ### Changed
13
+
14
+ - Bump `@metamask/ramps-controller` from `^15.1.0` to `^16.0.0` ([#9481](https://github.com/MetaMask/core/pull/9481))
15
+ - Update `LICENSE` text ([#9472](https://github.com/MetaMask/core/pull/9472))
16
+
17
+ ## [24.0.2]
18
+
19
+ ### Changed
20
+
21
+ - Bump `@metamask/transaction-controller` from `^68.4.0` to `^69.0.0`
22
+ - Bump `@metamask/assets-controller` from `^10.2.0` to `^10.2.1` ([#9470](https://github.com/MetaMask/core/pull/9470))
23
+ - Bump `@metamask/assets-controllers` from `^109.4.0` to `^109.4.1` ([#9470](https://github.com/MetaMask/core/pull/9470))
24
+
10
25
  ## [24.0.1]
11
26
 
12
27
  ### Changed
@@ -1260,7 +1275,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1260
1275
 
1261
1276
  - Initial release ([#6820](https://github.com/MetaMask/core/pull/6820))
1262
1277
 
1263
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@24.0.1...HEAD
1278
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@24.0.3...HEAD
1279
+ [24.0.3]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@24.0.2...@metamask/transaction-pay-controller@24.0.3
1280
+ [24.0.2]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@24.0.1...@metamask/transaction-pay-controller@24.0.2
1264
1281
  [24.0.1]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@24.0.0...@metamask/transaction-pay-controller@24.0.1
1265
1282
  [24.0.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@23.17.4...@metamask/transaction-pay-controller@24.0.0
1266
1283
  [23.17.4]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@23.17.3...@metamask/transaction-pay-controller@23.17.4
package/LICENSE CHANGED
@@ -18,3 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
18
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
19
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
20
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask/transaction-pay-controller",
3
- "version": "24.0.1",
3
+ "version": "24.0.3",
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.2.0",
61
- "@metamask/assets-controllers": "^109.4.0",
60
+ "@metamask/assets-controller": "^10.2.1",
61
+ "@metamask/assets-controllers": "^109.4.1",
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",
@@ -66,9 +66,9 @@
66
66
  "@metamask/messenger": "^2.0.0",
67
67
  "@metamask/metamask-eth-abis": "^3.1.1",
68
68
  "@metamask/network-controller": "^34.0.0",
69
- "@metamask/ramps-controller": "^15.1.0",
69
+ "@metamask/ramps-controller": "^16.0.0",
70
70
  "@metamask/remote-feature-flag-controller": "^4.2.2",
71
- "@metamask/transaction-controller": "^68.4.0",
71
+ "@metamask/transaction-controller": "^69.0.0",
72
72
  "@metamask/utils": "^11.11.0",
73
73
  "bignumber.js": "^9.1.2",
74
74
  "bn.js": "^5.2.1",