@metamask-previews/transaction-pay-controller 11.0.2-preview-3ec2a74 → 11.1.0-preview-6ae8a59c

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 +7 -2
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -7,13 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [11.1.0]
11
+
10
12
  ### Added
11
13
 
12
14
  - Add `slippageTokens` feature flag support for token-specific slippage configuration ([#7673](https://github.com/MetaMask/core/pull/7673))
13
15
 
14
16
  ### Changed
15
17
 
16
- - Bump `@metamask/bridge-controller` from `^64.5.1` to `^64.7.0` ([#7667](https://github.com/MetaMask/core/pull/7667), [#7672](https://github.com/MetaMask/core/pull/7672), [#7694](https://github.com/MetaMask/core/pull/7694), [#7700](https://github.com/MetaMask/core/pull/7700))
18
+ - Bump `@metamask/bridge-controller` from `^64.5.1` to `^64.8.1` ([#7667](https://github.com/MetaMask/core/pull/7667), [#7672](https://github.com/MetaMask/core/pull/7672), [#7694](https://github.com/MetaMask/core/pull/7694), [#7700](https://github.com/MetaMask/core/pull/7700), [#7704](https://github.com/MetaMask/core/pull/7704))
19
+ - Bump `@metamask/assets-controllers` from `^95.3.0` to `^96.0.0` ([#7704](https://github.com/MetaMask/core/pull/7704))
20
+ - Bump `@metamask/bridge-status-controller` from `^64.4.3` to `^64.4.4` ([#7704](https://github.com/MetaMask/core/pull/7704))
17
21
 
18
22
  ## [11.0.2]
19
23
 
@@ -280,7 +284,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
280
284
 
281
285
  - Initial release ([#6820](https://github.com/MetaMask/core/pull/6820))
282
286
 
283
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@11.0.2...HEAD
287
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@11.1.0...HEAD
288
+ [11.1.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@11.0.2...@metamask/transaction-pay-controller@11.1.0
284
289
  [11.0.2]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@11.0.1...@metamask/transaction-pay-controller@11.0.2
285
290
  [11.0.1]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@11.0.0...@metamask/transaction-pay-controller@11.0.1
286
291
  [11.0.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@10.6.0...@metamask/transaction-pay-controller@11.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/transaction-pay-controller",
3
- "version": "11.0.2-preview-3ec2a74",
3
+ "version": "11.1.0-preview-6ae8a59c",
4
4
  "description": "Manages alternate payment strategies to provide required funds for transactions in MetaMask",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -51,10 +51,10 @@
51
51
  "dependencies": {
52
52
  "@ethersproject/abi": "^5.7.0",
53
53
  "@ethersproject/contracts": "^5.7.0",
54
- "@metamask/assets-controllers": "^95.3.0",
54
+ "@metamask/assets-controllers": "^96.0.0",
55
55
  "@metamask/base-controller": "^9.0.0",
56
- "@metamask/bridge-controller": "^64.8.0",
57
- "@metamask/bridge-status-controller": "^64.4.3",
56
+ "@metamask/bridge-controller": "^64.8.1",
57
+ "@metamask/bridge-status-controller": "^64.4.4",
58
58
  "@metamask/controller-utils": "^11.18.0",
59
59
  "@metamask/gas-fee-controller": "^26.0.2",
60
60
  "@metamask/messenger": "^0.3.0",