@metamask/transaction-controller 50.0.0 → 51.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
+ ## [51.0.0]
11
+
12
+ ### Changed
13
+
14
+ - **BREAKING:** Bump peer dependency `@metamask/accounts-controller` to `^27.0.0` ([#5507](https://github.com/MetaMask/core/pull/5507))
15
+ - **BREAKING:** Bump peer dependency `@metamask/gas-fee-controller` to `^23.0.0` ([#5507](https://github.com/MetaMask/core/pull/5507))
16
+ - **BREAKING:** Bump peer dependency `@metamask/network-controller` to `^23.0.0` ([#5507](https://github.com/MetaMask/core/pull/5507))
17
+
10
18
  ## [50.0.0]
11
19
 
12
20
  ### Added
@@ -1380,7 +1388,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1380
1388
 
1381
1389
  All changes listed after this point were applied to this package following the monorepo conversion.
1382
1390
 
1383
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@50.0.0...HEAD
1391
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@51.0.0...HEAD
1392
+ [51.0.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@50.0.0...@metamask/transaction-controller@51.0.0
1384
1393
  [50.0.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@49.0.0...@metamask/transaction-controller@50.0.0
1385
1394
  [49.0.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@48.2.0...@metamask/transaction-controller@49.0.0
1386
1395
  [48.2.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@48.1.0...@metamask/transaction-controller@48.2.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask/transaction-controller",
3
- "version": "50.0.0",
3
+ "version": "51.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": "^26.1.0",
73
+ "@metamask/accounts-controller": "^27.0.0",
74
74
  "@metamask/approval-controller": "^7.1.3",
75
75
  "@metamask/auto-changelog": "^3.4.4",
76
76
  "@metamask/eth-block-tracker": "^11.0.3",
77
77
  "@metamask/eth-json-rpc-provider": "^4.1.8",
78
78
  "@metamask/ethjs-provider-http": "^0.3.0",
79
- "@metamask/gas-fee-controller": "^22.0.3",
80
- "@metamask/network-controller": "^22.2.1",
79
+ "@metamask/gas-fee-controller": "^23.0.0",
80
+ "@metamask/network-controller": "^23.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": "^26.0.0",
97
+ "@metamask/accounts-controller": "^27.0.0",
98
98
  "@metamask/approval-controller": "^7.0.0",
99
99
  "@metamask/eth-block-tracker": ">=9",
100
- "@metamask/gas-fee-controller": "^22.0.0",
101
- "@metamask/network-controller": "^22.0.0",
100
+ "@metamask/gas-fee-controller": "^23.0.0",
101
+ "@metamask/network-controller": "^23.0.0",
102
102
  "@metamask/remote-feature-flag-controller": "^1.5.0"
103
103
  },
104
104
  "engines": {