@metamask-previews/transaction-controller 42.1.0-preview-407f96d → 43.0.0-preview-ca1f35f

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 +9 -1
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -7,11 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [43.0.0]
11
+
10
12
  ### Added
11
13
 
12
14
  - Add `gasLimitNoBuffer` property to `TransactionMeta` type ([#5113](https://github.com/MetaMask/core/pull/5113))
13
15
  - `gasLimitNoBuffer` is the estimated gas for the transaction without any buffer applied.
14
16
 
17
+ ### Changed
18
+
19
+ - **BREAKING:** Bump `@metamask/accounts-controller` peer dependency from `^20.0.0` to `^21.0.0` ([#5140](https://github.com/MetaMask/core/pull/5140))
20
+ - Bump `@metamask/base-controller` from `7.1.0` to `^7.1.1` ([#5135](https://github.com/MetaMask/core/pull/5135))
21
+
15
22
  ## [42.1.0]
16
23
 
17
24
  ### Added
@@ -1231,7 +1238,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1231
1238
 
1232
1239
  All changes listed after this point were applied to this package following the monorepo conversion.
1233
1240
 
1234
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@42.1.0...HEAD
1241
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@43.0.0...HEAD
1242
+ [43.0.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@42.1.0...@metamask/transaction-controller@43.0.0
1235
1243
  [42.1.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@42.0.0...@metamask/transaction-controller@42.1.0
1236
1244
  [42.0.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@41.1.0...@metamask/transaction-controller@42.0.0
1237
1245
  [41.1.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@41.0.0...@metamask/transaction-controller@41.1.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/transaction-controller",
3
- "version": "42.1.0-preview-407f96d",
3
+ "version": "43.0.0-preview-ca1f35f",
4
4
  "description": "Stores transactions alongside their periodically updated statuses and manages interactions such as approval and cancellation",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -53,8 +53,8 @@
53
53
  "@ethersproject/abi": "^5.7.0",
54
54
  "@ethersproject/contracts": "^5.7.0",
55
55
  "@ethersproject/providers": "^5.7.0",
56
- "@metamask/base-controller": "^7.1.0",
57
- "@metamask/controller-utils": "^11.4.4",
56
+ "@metamask/base-controller": "^7.1.1",
57
+ "@metamask/controller-utils": "^11.4.5",
58
58
  "@metamask/eth-query": "^4.0.0",
59
59
  "@metamask/metamask-eth-abis": "^3.1.1",
60
60
  "@metamask/nonce-tracker": "^6.0.0",
@@ -69,8 +69,8 @@
69
69
  },
70
70
  "devDependencies": {
71
71
  "@babel/runtime": "^7.23.9",
72
- "@metamask/accounts-controller": "^20.0.2",
73
- "@metamask/approval-controller": "^7.1.1",
72
+ "@metamask/accounts-controller": "^21.0.0",
73
+ "@metamask/approval-controller": "^7.1.2",
74
74
  "@metamask/auto-changelog": "^3.4.4",
75
75
  "@metamask/eth-block-tracker": "^11.0.3",
76
76
  "@metamask/eth-json-rpc-provider": "^4.1.7",
@@ -92,7 +92,7 @@
92
92
  },
93
93
  "peerDependencies": {
94
94
  "@babel/runtime": "^7.0.0",
95
- "@metamask/accounts-controller": "^20.0.0",
95
+ "@metamask/accounts-controller": "^21.0.0",
96
96
  "@metamask/approval-controller": "^7.0.0",
97
97
  "@metamask/eth-block-tracker": ">=9",
98
98
  "@metamask/gas-fee-controller": "^22.0.0",