@metamask-previews/transaction-controller 65.2.0-preview-181ae75e1 → 65.3.0-preview-f3d53de3e

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 +7 -7
package/CHANGELOG.md CHANGED
@@ -7,9 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [65.3.0]
11
+
10
12
  ### Changed
11
13
 
12
14
  - Trigger the first-time-interaction warning correctly for `safeTransferFrom` token transfers by including `TransactionType.tokenMethodSafeTransferFrom` in the effective-recipient decoding logic ([#8723](https://github.com/MetaMask/core/pull/8723))
15
+ - Bump `@metamask/accounts-controller` from `^38.0.0` to `^38.1.0` ([#8755](https://github.com/MetaMask/core/pull/8755))
16
+ - Bump `@metamask/controller-utils` from `^11.20.0` to `^12.0.0` ([#8755](https://github.com/MetaMask/core/pull/8755))
17
+ - Bump `@metamask/core-backend` from `^6.2.1` to `^6.2.2` ([#8755](https://github.com/MetaMask/core/pull/8755))
18
+ - Bump `@metamask/gas-fee-controller` from `^26.2.0` to `^26.2.1` ([#8755](https://github.com/MetaMask/core/pull/8755))
19
+ - Bump `@metamask/network-controller` from `^30.1.0` to `^31.0.0` ([#8755](https://github.com/MetaMask/core/pull/8755))
20
+ - Bump `@metamask/remote-feature-flag-controller` from `^4.2.0` to `^4.2.1` ([#8755](https://github.com/MetaMask/core/pull/8755))
13
21
 
14
22
  ### Fixed
15
23
 
@@ -2407,7 +2415,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2407
2415
 
2408
2416
  All changes listed after this point were applied to this package following the monorepo conversion.
2409
2417
 
2410
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@65.2.0...HEAD
2418
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@65.3.0...HEAD
2419
+ [65.3.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@65.2.0...@metamask/transaction-controller@65.3.0
2411
2420
  [65.2.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@65.1.0...@metamask/transaction-controller@65.2.0
2412
2421
  [65.1.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@65.0.0...@metamask/transaction-controller@65.1.0
2413
2422
  [65.0.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@64.4.0...@metamask/transaction-controller@65.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/transaction-controller",
3
- "version": "65.2.0-preview-181ae75e1",
3
+ "version": "65.3.0-preview-f3d53de3e",
4
4
  "description": "Stores transactions alongside their periodically updated statuses and manages interactions such as approval and cancellation",
5
5
  "keywords": [
6
6
  "Ethereum",
@@ -60,17 +60,17 @@
60
60
  "@ethersproject/contracts": "^5.7.0",
61
61
  "@ethersproject/providers": "^5.7.0",
62
62
  "@ethersproject/wallet": "^5.7.0",
63
- "@metamask/accounts-controller": "^38.0.0",
63
+ "@metamask/accounts-controller": "^38.1.0",
64
64
  "@metamask/approval-controller": "^9.0.1",
65
65
  "@metamask/base-controller": "^9.1.0",
66
- "@metamask/controller-utils": "^11.20.0",
67
- "@metamask/core-backend": "^6.2.1",
68
- "@metamask/gas-fee-controller": "^26.2.0",
66
+ "@metamask/controller-utils": "^12.0.0",
67
+ "@metamask/core-backend": "^6.2.2",
68
+ "@metamask/gas-fee-controller": "^26.2.1",
69
69
  "@metamask/messenger": "^1.2.0",
70
70
  "@metamask/metamask-eth-abis": "^3.1.1",
71
- "@metamask/network-controller": "^30.1.0",
71
+ "@metamask/network-controller": "^31.0.0",
72
72
  "@metamask/nonce-tracker": "^6.0.0",
73
- "@metamask/remote-feature-flag-controller": "^4.2.0",
73
+ "@metamask/remote-feature-flag-controller": "^4.2.1",
74
74
  "@metamask/rpc-errors": "^7.0.2",
75
75
  "@metamask/utils": "^11.9.0",
76
76
  "async-mutex": "^0.5.0",