@metamask-previews/gas-fee-controller 15.1.0-preview-96ea89dc → 15.1.1-preview-4a029d8

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -1
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [15.1.1]
11
+
12
+ ### Changed
13
+
14
+ - Bump `@metamask/polling-controller` to `^6.0.2` ([#4234](https://github.com/MetaMask/core/pull/4234))
15
+
16
+ ### Removed
17
+
18
+ - Remove fee history fallback in favour of `eth_gasPrice` call ([#4210](https://github.com/MetaMask/core/pull/4210))
19
+
10
20
  ## [15.1.0]
11
21
 
12
22
  ### Added
@@ -259,7 +269,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
259
269
 
260
270
  All changes listed after this point were applied to this package following the monorepo conversion.
261
271
 
262
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/gas-fee-controller@15.1.0...HEAD
272
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/gas-fee-controller@15.1.1...HEAD
273
+ [15.1.1]: https://github.com/MetaMask/core/compare/@metamask/gas-fee-controller@15.1.0...@metamask/gas-fee-controller@15.1.1
263
274
  [15.1.0]: https://github.com/MetaMask/core/compare/@metamask/gas-fee-controller@15.0.0...@metamask/gas-fee-controller@15.1.0
264
275
  [15.0.0]: https://github.com/MetaMask/core/compare/@metamask/gas-fee-controller@14.0.1...@metamask/gas-fee-controller@15.0.0
265
276
  [14.0.1]: https://github.com/MetaMask/core/compare/@metamask/gas-fee-controller@14.0.0...@metamask/gas-fee-controller@14.0.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/gas-fee-controller",
3
- "version": "15.1.0-preview-96ea89dc",
3
+ "version": "15.1.1-preview-4a029d8",
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
  "MetaMask",
@@ -46,7 +46,7 @@
46
46
  "@metamask/eth-query": "^4.0.0",
47
47
  "@metamask/ethjs-unit": "^0.3.0",
48
48
  "@metamask/network-controller": "^18.1.0",
49
- "@metamask/polling-controller": "^6.0.1",
49
+ "@metamask/polling-controller": "^6.0.2",
50
50
  "@metamask/utils": "^8.3.0",
51
51
  "@types/bn.js": "^5.1.5",
52
52
  "@types/uuid": "^8.3.0",