@metamask-previews/gas-fee-controller 26.2.0-preview-2fdaa18 → 26.2.1-preview-f3d53de3e
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 +10 -1
- package/package.json +4 -4
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
|
+
## [26.2.1]
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Bump `@metamask/controller-utils` from `^11.20.0` to `^12.0.0` ([#8755](https://github.com/MetaMask/core/pull/8755))
|
|
15
|
+
- Bump `@metamask/network-controller` from `^30.1.0` to `^31.0.0` ([#8755](https://github.com/MetaMask/core/pull/8755))
|
|
16
|
+
- Bump `@metamask/polling-controller` from `^16.0.4` to `^16.0.5` ([#8755](https://github.com/MetaMask/core/pull/8755))
|
|
17
|
+
|
|
10
18
|
## [26.2.0]
|
|
11
19
|
|
|
12
20
|
### Added
|
|
@@ -534,7 +542,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
534
542
|
|
|
535
543
|
All changes listed after this point were applied to this package following the monorepo conversion.
|
|
536
544
|
|
|
537
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/gas-fee-controller@26.2.
|
|
545
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/gas-fee-controller@26.2.1...HEAD
|
|
546
|
+
[26.2.1]: https://github.com/MetaMask/core/compare/@metamask/gas-fee-controller@26.2.0...@metamask/gas-fee-controller@26.2.1
|
|
538
547
|
[26.2.0]: https://github.com/MetaMask/core/compare/@metamask/gas-fee-controller@26.1.1...@metamask/gas-fee-controller@26.2.0
|
|
539
548
|
[26.1.1]: https://github.com/MetaMask/core/compare/@metamask/gas-fee-controller@26.1.0...@metamask/gas-fee-controller@26.1.1
|
|
540
549
|
[26.1.0]: https://github.com/MetaMask/core/compare/@metamask/gas-fee-controller@26.0.3...@metamask/gas-fee-controller@26.1.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/gas-fee-controller",
|
|
3
|
-
"version": "26.2.
|
|
3
|
+
"version": "26.2.1-preview-f3d53de3e",
|
|
4
4
|
"description": "Periodically calculates gas fee estimates based on various gas limits as well as other data displayed on transaction confirm screens",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ethereum",
|
|
@@ -54,12 +54,12 @@
|
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
56
|
"@metamask/base-controller": "^9.1.0",
|
|
57
|
-
"@metamask/controller-utils": "^
|
|
57
|
+
"@metamask/controller-utils": "^12.0.0",
|
|
58
58
|
"@metamask/eth-query": "^4.0.0",
|
|
59
59
|
"@metamask/ethjs-unit": "^0.3.0",
|
|
60
60
|
"@metamask/messenger": "^1.2.0",
|
|
61
|
-
"@metamask/network-controller": "^
|
|
62
|
-
"@metamask/polling-controller": "^16.0.
|
|
61
|
+
"@metamask/network-controller": "^31.0.0",
|
|
62
|
+
"@metamask/polling-controller": "^16.0.5",
|
|
63
63
|
"@metamask/utils": "^11.9.0",
|
|
64
64
|
"@types/bn.js": "^5.1.5",
|
|
65
65
|
"@types/uuid": "^8.3.0",
|