@metamask-previews/gas-fee-controller 26.2.3-preview-1bd5239bf → 26.2.4-preview-2855dbf4e
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.2.4]
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Bump `@metamask/network-controller` from `^33.0.0` to `^34.0.0` ([#9349](https://github.com/MetaMask/core/pull/9349))
|
|
15
|
+
- Bump `@metamask/polling-controller` from `^16.0.7` to `^16.0.8` ([#9349](https://github.com/MetaMask/core/pull/9349))
|
|
16
|
+
|
|
10
17
|
## [26.2.3]
|
|
11
18
|
|
|
12
19
|
### Changed
|
|
@@ -559,7 +566,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
559
566
|
|
|
560
567
|
All changes listed after this point were applied to this package following the monorepo conversion.
|
|
561
568
|
|
|
562
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/gas-fee-controller@26.2.
|
|
569
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/gas-fee-controller@26.2.4...HEAD
|
|
570
|
+
[26.2.4]: https://github.com/MetaMask/core/compare/@metamask/gas-fee-controller@26.2.3...@metamask/gas-fee-controller@26.2.4
|
|
563
571
|
[26.2.3]: https://github.com/MetaMask/core/compare/@metamask/gas-fee-controller@26.2.2...@metamask/gas-fee-controller@26.2.3
|
|
564
572
|
[26.2.2]: https://github.com/MetaMask/core/compare/@metamask/gas-fee-controller@26.2.1...@metamask/gas-fee-controller@26.2.2
|
|
565
573
|
[26.2.1]: https://github.com/MetaMask/core/compare/@metamask/gas-fee-controller@26.2.0...@metamask/gas-fee-controller@26.2.1
|
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.4-preview-2855dbf4e",
|
|
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",
|
|
@@ -58,8 +58,8 @@
|
|
|
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": "^34.0.0",
|
|
62
|
+
"@metamask/polling-controller": "^16.0.8",
|
|
63
63
|
"@metamask/utils": "^11.11.0",
|
|
64
64
|
"@types/bn.js": "^5.1.5",
|
|
65
65
|
"@types/uuid": "^8.3.0",
|