@metamask-previews/transaction-controller 45.1.0-preview-74b4a89 → 46.0.0-preview-ea165590

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 +8 -1
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [46.0.0]
11
+
10
12
  ### Added
11
13
 
12
14
  - Adds ability of re-simulating transaction depending on the `isActive` property on `transactionMeta` ([#5189](https://github.com/MetaMask/core/pull/5189))
@@ -14,6 +16,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14
16
  - Re-simulation of transactions will occur every 3 seconds if `isActive` is `true`.
15
17
  - Adds `setTransactionActive` function to update the `isActive` property on `transactionMeta`. ([#5189](https://github.com/MetaMask/core/pull/5189))
16
18
 
19
+ ### Changed
20
+
21
+ - **BREAKING:** Bump `@metamask/accounts-controller` peer dependency from `^23.0.0` to `^24.0.0` ([#5318](https://github.com/MetaMask/core/pull/5318))
22
+
17
23
  ## [45.1.0]
18
24
 
19
25
  ### Added
@@ -1284,7 +1290,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1284
1290
 
1285
1291
  All changes listed after this point were applied to this package following the monorepo conversion.
1286
1292
 
1287
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@45.1.0...HEAD
1293
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@46.0.0...HEAD
1294
+ [46.0.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@45.1.0...@metamask/transaction-controller@46.0.0
1288
1295
  [45.1.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@45.0.0...@metamask/transaction-controller@45.1.0
1289
1296
  [45.0.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@44.1.0...@metamask/transaction-controller@45.0.0
1290
1297
  [44.1.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@44.0.0...@metamask/transaction-controller@44.1.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/transaction-controller",
3
- "version": "45.1.0-preview-74b4a89",
3
+ "version": "46.0.0-preview-ea165590",
4
4
  "description": "Stores transactions alongside their periodically updated statuses and manages interactions such as approval and cancellation",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -69,7 +69,7 @@
69
69
  },
70
70
  "devDependencies": {
71
71
  "@babel/runtime": "^7.23.9",
72
- "@metamask/accounts-controller": "^23.1.0",
72
+ "@metamask/accounts-controller": "^24.0.0",
73
73
  "@metamask/approval-controller": "^7.1.3",
74
74
  "@metamask/auto-changelog": "^3.4.4",
75
75
  "@metamask/eth-block-tracker": "^11.0.3",
@@ -92,7 +92,7 @@
92
92
  },
93
93
  "peerDependencies": {
94
94
  "@babel/runtime": "^7.0.0",
95
- "@metamask/accounts-controller": "^23.0.0",
95
+ "@metamask/accounts-controller": "^24.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",