@metamask-previews/transaction-controller 63.3.1-preview-ac7a6cc51 → 64.0.0-preview-aedd6e96a

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 +11 -3
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -9,13 +9,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
 
10
10
  ### Changed
11
11
 
12
- - Bump `@metamask/accounts-controller` from `^37.1.0` to `^37.1.1` ([#8325](https://github.com/MetaMask/core/pull/8325))
13
- - Bump `@metamask/controller-utils` from `^11.19.0` to `^11.20.0` ([#8344](https://github.com/MetaMask/core/pull/8344))
12
+ - Bump `@metamask/accounts-controller` from `^37.1.1` to `^37.2.0` ([#8363](https://github.com/MetaMask/core/pull/8363))
13
+ - Bump `@metamask/messenger` from `^1.0.0` to `^1.1.0` ([#8364](https://github.com/MetaMask/core/pull/8364))
14
+
15
+ ## [64.0.0]
16
+
17
+ ### Changed
18
+
14
19
  - Add extra parameters in types and change `addTransaction` behavior ([#8052](https://github.com/MetaMask/core/pull/8052))
15
20
  - Add optional `excludeNativeTokenForFee` in `TransactionMeta` type.
16
21
  - Add optional `excludeNativeTokenForFee` in `TransactionBatchRequest` type.
17
22
  - Add optional `excludeNativeTokenForFee` to `AddTransactionOptions` type.
18
23
  - Changed `isGasFeeTokenIgnoredIfBalance` to be false if `excludeNativeTokenForFee` is passed in `addTransaction`.
24
+ - Bump `@metamask/accounts-controller` from `^37.1.0` to `^37.1.1` ([#8325](https://github.com/MetaMask/core/pull/8325))
25
+ - Bump `@metamask/controller-utils` from `^11.19.0` to `^11.20.0` ([#8344](https://github.com/MetaMask/core/pull/8344))
19
26
 
20
27
  ### Removed
21
28
 
@@ -2305,7 +2312,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2305
2312
 
2306
2313
  All changes listed after this point were applied to this package following the monorepo conversion.
2307
2314
 
2308
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@63.3.1...HEAD
2315
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@64.0.0...HEAD
2316
+ [64.0.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@63.3.1...@metamask/transaction-controller@64.0.0
2309
2317
  [63.3.1]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@63.3.0...@metamask/transaction-controller@63.3.1
2310
2318
  [63.3.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@63.2.0...@metamask/transaction-controller@63.3.0
2311
2319
  [63.2.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@63.1.0...@metamask/transaction-controller@63.2.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/transaction-controller",
3
- "version": "63.3.1-preview-ac7a6cc51",
3
+ "version": "64.0.0-preview-aedd6e96a",
4
4
  "description": "Stores transactions alongside their periodically updated statuses and manages interactions such as approval and cancellation",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -55,13 +55,13 @@
55
55
  "@ethersproject/contracts": "^5.7.0",
56
56
  "@ethersproject/providers": "^5.7.0",
57
57
  "@ethersproject/wallet": "^5.7.0",
58
- "@metamask/accounts-controller": "^37.1.1",
58
+ "@metamask/accounts-controller": "^37.2.0",
59
59
  "@metamask/approval-controller": "^9.0.1",
60
60
  "@metamask/base-controller": "^9.0.1",
61
61
  "@metamask/controller-utils": "^11.20.0",
62
62
  "@metamask/core-backend": "^6.2.1",
63
63
  "@metamask/gas-fee-controller": "^26.1.1",
64
- "@metamask/messenger": "^1.0.0",
64
+ "@metamask/messenger": "^1.1.0",
65
65
  "@metamask/metamask-eth-abis": "^3.1.1",
66
66
  "@metamask/network-controller": "^30.0.1",
67
67
  "@metamask/nonce-tracker": "^6.0.0",