@metamask-previews/transaction-controller 68.1.0-preview-6da9f2b → 68.1.1-preview-2a256aff2
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.1.1]
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Bump `@metamask/accounts-controller` from `^39.0.1` to `^39.0.2` ([#9218](https://github.com/MetaMask/core/pull/9218))
|
|
15
|
+
- Bump `@metamask/controller-utils` from `^12.2.0` to `^12.3.0` ([#9218](https://github.com/MetaMask/core/pull/9218))
|
|
16
|
+
- Bump `@metamask/gas-fee-controller` from `^26.2.2` to `^26.2.3` ([#9218](https://github.com/MetaMask/core/pull/9218))
|
|
17
|
+
- Bump `@metamask/network-controller` from `^32.0.0` to `^33.0.0` ([#9218](https://github.com/MetaMask/core/pull/9218))
|
|
18
|
+
|
|
10
19
|
## [68.1.0]
|
|
11
20
|
|
|
12
21
|
### Changed
|
|
@@ -2512,7 +2521,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
2512
2521
|
|
|
2513
2522
|
All changes listed after this point were applied to this package following the monorepo conversion.
|
|
2514
2523
|
|
|
2515
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@68.1.
|
|
2524
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@68.1.1...HEAD
|
|
2525
|
+
[68.1.1]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@68.1.0...@metamask/transaction-controller@68.1.1
|
|
2516
2526
|
[68.1.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@68.0.1...@metamask/transaction-controller@68.1.0
|
|
2517
2527
|
[68.0.1]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@68.0.0...@metamask/transaction-controller@68.0.1
|
|
2518
2528
|
[68.0.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@67.1.0...@metamask/transaction-controller@68.0.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/transaction-controller",
|
|
3
|
-
"version": "68.1.
|
|
3
|
+
"version": "68.1.1-preview-2a256aff2",
|
|
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.2",
|
|
64
64
|
"@metamask/approval-controller": "^9.0.2",
|
|
65
65
|
"@metamask/base-controller": "^9.1.0",
|
|
66
|
-
"@metamask/controller-utils": "^12.
|
|
66
|
+
"@metamask/controller-utils": "^12.3.0",
|
|
67
67
|
"@metamask/core-backend": "^6.3.3",
|
|
68
|
-
"@metamask/gas-fee-controller": "^26.2.
|
|
68
|
+
"@metamask/gas-fee-controller": "^26.2.3",
|
|
69
69
|
"@metamask/messenger": "^1.2.0",
|
|
70
70
|
"@metamask/metamask-eth-abis": "^3.1.1",
|
|
71
|
-
"@metamask/network-controller": "^
|
|
71
|
+
"@metamask/network-controller": "^33.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",
|