@metamask/transaction-controller 57.4.0 → 58.0.0

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,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [58.0.0]
11
+
12
+ ### Changed
13
+
14
+ - **BREAKING:** Bump peer dependency `@metamask/accounts-controller` to `^31.0.0` ([#5999](https://github.com/MetaMask/core/pull/5999))
15
+ - **BREAKING:** Bump peer dependency `@metamask/gas-fee-controller` to `^24.0.0` ([#5999](https://github.com/MetaMask/core/pull/5999))
16
+ - **BREAKING:** Bump peer dependency `@metamask/network-controller` to `^24.0.0` ([#5999](https://github.com/MetaMask/core/pull/5999))
17
+
10
18
  ## [57.4.0]
11
19
 
12
20
  ### Added
@@ -1685,7 +1693,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1685
1693
 
1686
1694
  All changes listed after this point were applied to this package following the monorepo conversion.
1687
1695
 
1688
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@57.4.0...HEAD
1696
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@58.0.0...HEAD
1697
+ [58.0.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@57.4.0...@metamask/transaction-controller@58.0.0
1689
1698
  [57.4.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@57.3.0...@metamask/transaction-controller@57.4.0
1690
1699
  [57.3.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@57.2.0...@metamask/transaction-controller@57.3.0
1691
1700
  [57.2.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@57.1.0...@metamask/transaction-controller@57.2.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask/transaction-controller",
3
- "version": "57.4.0",
3
+ "version": "58.0.0",
4
4
  "description": "Stores transactions alongside their periodically updated statuses and manages interactions such as approval and cancellation",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -70,14 +70,14 @@
70
70
  },
71
71
  "devDependencies": {
72
72
  "@babel/runtime": "^7.23.9",
73
- "@metamask/accounts-controller": "^30.0.0",
73
+ "@metamask/accounts-controller": "^31.0.0",
74
74
  "@metamask/approval-controller": "^7.1.3",
75
75
  "@metamask/auto-changelog": "^3.4.4",
76
76
  "@metamask/eth-block-tracker": "^12.0.1",
77
77
  "@metamask/eth-json-rpc-provider": "^4.1.8",
78
78
  "@metamask/ethjs-provider-http": "^0.3.0",
79
- "@metamask/gas-fee-controller": "^23.0.0",
80
- "@metamask/network-controller": "^23.6.0",
79
+ "@metamask/gas-fee-controller": "^24.0.0",
80
+ "@metamask/network-controller": "^24.0.0",
81
81
  "@metamask/remote-feature-flag-controller": "^1.6.0",
82
82
  "@types/bn.js": "^5.1.5",
83
83
  "@types/jest": "^27.4.1",
@@ -94,11 +94,11 @@
94
94
  },
95
95
  "peerDependencies": {
96
96
  "@babel/runtime": "^7.0.0",
97
- "@metamask/accounts-controller": "^30.0.0",
97
+ "@metamask/accounts-controller": "^31.0.0",
98
98
  "@metamask/approval-controller": "^7.0.0",
99
99
  "@metamask/eth-block-tracker": ">=9",
100
- "@metamask/gas-fee-controller": "^23.0.0",
101
- "@metamask/network-controller": "^23.0.0",
100
+ "@metamask/gas-fee-controller": "^24.0.0",
101
+ "@metamask/network-controller": "^24.0.0",
102
102
  "@metamask/remote-feature-flag-controller": "^1.5.0"
103
103
  },
104
104
  "engines": {