@metamask-previews/gas-fee-controller 26.3.0-preview-a42e8d0d2 → 26.3.1-preview-d2f661012
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 +9 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [26.3.1]
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Bump `@metamask/network-controller` from `^34.0.0` to `^35.0.0` ([#9735](https://github.com/MetaMask/core/pull/9735))
|
|
15
|
+
- Bump `@metamask/polling-controller` from `^16.0.8` to `^16.0.9` ([#9735](https://github.com/MetaMask/core/pull/9735))
|
|
16
|
+
|
|
10
17
|
## [26.3.0]
|
|
11
18
|
|
|
12
19
|
### Changed
|
|
@@ -573,7 +580,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
573
580
|
|
|
574
581
|
All changes listed after this point were applied to this package following the monorepo conversion.
|
|
575
582
|
|
|
576
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/gas-fee-controller@26.3.
|
|
583
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/gas-fee-controller@26.3.1...HEAD
|
|
584
|
+
[26.3.1]: https://github.com/MetaMask/core/compare/@metamask/gas-fee-controller@26.3.0...@metamask/gas-fee-controller@26.3.1
|
|
577
585
|
[26.3.0]: https://github.com/MetaMask/core/compare/@metamask/gas-fee-controller@26.2.4...@metamask/gas-fee-controller@26.3.0
|
|
578
586
|
[26.2.4]: https://github.com/MetaMask/core/compare/@metamask/gas-fee-controller@26.2.3...@metamask/gas-fee-controller@26.2.4
|
|
579
587
|
[26.2.3]: https://github.com/MetaMask/core/compare/@metamask/gas-fee-controller@26.2.2...@metamask/gas-fee-controller@26.2.3
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/gas-fee-controller",
|
|
3
|
-
"version": "26.3.
|
|
3
|
+
"version": "26.3.1-preview-d2f661012",
|
|
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",
|
|
@@ -60,8 +60,8 @@
|
|
|
60
60
|
"@metamask/eth-query": "^4.0.0",
|
|
61
61
|
"@metamask/ethjs-unit": "^0.3.0",
|
|
62
62
|
"@metamask/messenger": "^2.0.0",
|
|
63
|
-
"@metamask/network-controller": "^
|
|
64
|
-
"@metamask/polling-controller": "^16.0.
|
|
63
|
+
"@metamask/network-controller": "^35.0.0",
|
|
64
|
+
"@metamask/polling-controller": "^16.0.9",
|
|
65
65
|
"@metamask/utils": "^11.11.0",
|
|
66
66
|
"@types/bn.js": "^5.1.5",
|
|
67
67
|
"@types/uuid": "^8.3.0",
|