@metamask/transaction-controller 20.0.0 → 21.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 +9 -9
package/CHANGELOG.md CHANGED
@@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [21.0.0]
10
+ ### Changed
11
+ - **BREAKING:** Bump `@metamask/approval-controller` peer dependency to `^5.1.2` ([#3821](https://github.com/MetaMask/core/pull/3821))
12
+ - **BREAKING:** Bump `@metamask/gas-fee-controller` peer dependency to `^13.0.0` ([#3821](https://github.com/MetaMask/core/pull/3821))
13
+ - **BREAKING:** Bump `@metamask/network-controller` peer dependency to `^17.2.0` ([#3821](https://github.com/MetaMask/core/pull/3821))
14
+ - Bump `@metamask/base-controller` to `^4.1.1` ([#3821](https://github.com/MetaMask/core/pull/3821))
15
+ - Bump `@metamask/controller-utils` to `^8.0.2` ([#3821](https://github.com/MetaMask/core/pull/3821))
16
+
9
17
  ## [20.0.0]
10
18
  ### Changed
11
19
  - **BREAKING:** Change type of `destinationTokenDecimals` property in `TransactionMeta` to `number` ([#3749](https://github.com/MetaMask/core/pull/3749))
@@ -362,7 +370,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
362
370
 
363
371
  All changes listed after this point were applied to this package following the monorepo conversion.
364
372
 
365
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@20.0.0...HEAD
373
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@21.0.0...HEAD
374
+ [21.0.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@20.0.0...@metamask/transaction-controller@21.0.0
366
375
  [20.0.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@19.0.1...@metamask/transaction-controller@20.0.0
367
376
  [19.0.1]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@19.0.0...@metamask/transaction-controller@19.0.1
368
377
  [19.0.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@18.3.1...@metamask/transaction-controller@19.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask/transaction-controller",
3
- "version": "20.0.0",
3
+ "version": "21.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",
@@ -34,13 +34,13 @@
34
34
  "@ethereumjs/common": "^3.2.0",
35
35
  "@ethereumjs/tx": "^4.2.0",
36
36
  "@ethersproject/abi": "^5.7.0",
37
- "@metamask/approval-controller": "^5.1.1",
38
- "@metamask/base-controller": "^4.1.0",
39
- "@metamask/controller-utils": "^8.0.1",
37
+ "@metamask/approval-controller": "^5.1.2",
38
+ "@metamask/base-controller": "^4.1.1",
39
+ "@metamask/controller-utils": "^8.0.2",
40
40
  "@metamask/eth-query": "^4.0.0",
41
- "@metamask/gas-fee-controller": "^12.0.0",
41
+ "@metamask/gas-fee-controller": "^13.0.0",
42
42
  "@metamask/metamask-eth-abis": "^3.0.0",
43
- "@metamask/network-controller": "^17.1.0",
43
+ "@metamask/network-controller": "^17.2.0",
44
44
  "@metamask/rpc-errors": "^6.1.0",
45
45
  "@metamask/utils": "^8.3.0",
46
46
  "async-mutex": "^0.2.6",
@@ -66,9 +66,9 @@
66
66
  "typescript": "~4.8.4"
67
67
  },
68
68
  "peerDependencies": {
69
- "@metamask/approval-controller": "^5.1.1",
70
- "@metamask/gas-fee-controller": "^12.0.0",
71
- "@metamask/network-controller": "^17.1.0",
69
+ "@metamask/approval-controller": "^5.1.2",
70
+ "@metamask/gas-fee-controller": "^13.0.0",
71
+ "@metamask/network-controller": "^17.2.0",
72
72
  "babel-runtime": "^6.26.0"
73
73
  },
74
74
  "engines": {