@metamask/transaction-controller 68.2.1 → 68.2.2
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.
- package/CHANGELOG.md +11 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [68.2.2]
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Bump `@metamask/accounts-controller` from `^39.0.3` to `^39.0.4` ([#9349](https://github.com/MetaMask/core/pull/9349))
|
|
15
|
+
- Bump `@metamask/core-backend` from `^6.4.0` to `^6.5.0` ([#9349](https://github.com/MetaMask/core/pull/9349))
|
|
16
|
+
- Bump `@metamask/gas-fee-controller` from `^26.2.3` to `^26.2.4` ([#9349](https://github.com/MetaMask/core/pull/9349))
|
|
17
|
+
- Bump `@metamask/network-controller` from `^33.0.0` to `^34.0.0` ([#9349](https://github.com/MetaMask/core/pull/9349))
|
|
18
|
+
|
|
10
19
|
## [68.2.1]
|
|
11
20
|
|
|
12
21
|
### Changed
|
|
@@ -2545,7 +2554,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
2545
2554
|
|
|
2546
2555
|
All changes listed after this point were applied to this package following the monorepo conversion.
|
|
2547
2556
|
|
|
2548
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@68.2.
|
|
2557
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@68.2.2...HEAD
|
|
2558
|
+
[68.2.2]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@68.2.1...@metamask/transaction-controller@68.2.2
|
|
2549
2559
|
[68.2.1]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@68.2.0...@metamask/transaction-controller@68.2.1
|
|
2550
2560
|
[68.2.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@68.1.1...@metamask/transaction-controller@68.2.0
|
|
2551
2561
|
[68.1.1]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@68.1.0...@metamask/transaction-controller@68.1.1
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask/transaction-controller",
|
|
3
|
-
"version": "68.2.
|
|
3
|
+
"version": "68.2.2",
|
|
4
4
|
"description": "Stores transactions alongside their periodically updated statuses and manages interactions such as approval and cancellation",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ethereum",
|
|
@@ -60,15 +60,15 @@
|
|
|
60
60
|
"@ethersproject/contracts": "^5.7.0",
|
|
61
61
|
"@ethersproject/providers": "^5.7.0",
|
|
62
62
|
"@ethersproject/wallet": "^5.7.0",
|
|
63
|
-
"@metamask/accounts-controller": "^39.0.
|
|
63
|
+
"@metamask/accounts-controller": "^39.0.4",
|
|
64
64
|
"@metamask/approval-controller": "^9.0.2",
|
|
65
65
|
"@metamask/base-controller": "^9.1.0",
|
|
66
66
|
"@metamask/controller-utils": "^12.3.0",
|
|
67
|
-
"@metamask/core-backend": "^6.
|
|
68
|
-
"@metamask/gas-fee-controller": "^26.2.
|
|
67
|
+
"@metamask/core-backend": "^6.5.0",
|
|
68
|
+
"@metamask/gas-fee-controller": "^26.2.4",
|
|
69
69
|
"@metamask/messenger": "^1.2.0",
|
|
70
70
|
"@metamask/metamask-eth-abis": "^3.1.1",
|
|
71
|
-
"@metamask/network-controller": "^
|
|
71
|
+
"@metamask/network-controller": "^34.0.0",
|
|
72
72
|
"@metamask/nonce-tracker": "^6.0.0",
|
|
73
73
|
"@metamask/remote-feature-flag-controller": "^4.2.2",
|
|
74
74
|
"@metamask/rpc-errors": "^7.0.2",
|