@metamask-previews/gas-fee-controller 26.0.0-preview-e6f8648b → 26.0.1-preview-f075c1f

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 +7 -3
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -7,16 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [26.0.1]
11
+
10
12
  ### Changed
11
13
 
12
14
  - Upgrade `@metamask/utils` from `^11.8.1` to `^11.9.0` ([#7511](https://github.com/MetaMask/core/pull/7511))
13
- - Move peer dependencies for controller and service packages to direct dependencies ([#7209](https://github.com/MetaMask/core/pull/7209), [#7258](https://github.com/MetaMask/core/pull/7258), [#7534](https://github.com/MetaMask/core/pull/7534), [#7583](https://github.com/MetaMask/core/pull/7583))
15
+ - Move peer dependencies for controller and service packages to direct dependencies ([#7209](https://github.com/MetaMask/core/pull/7209), [#7258](https://github.com/MetaMask/core/pull/7258), [#7534](https://github.com/MetaMask/core/pull/7534), [#7583](https://github.com/MetaMask/core/pull/7583), [#7604](https://github.com/MetaMask/core/pull/7604))
14
16
  - The dependencies moved are:
15
- - `@metamask/network-controller` (^27.2.0)
17
+ - `@metamask/network-controller` (^28.0.0)
16
18
  - In clients, it is now possible for multiple versions of these packages to exist in the dependency tree.
17
19
  - For example, this scenario would be valid: a client relies on `@metamask/controller-a` 1.0.0 and `@metamask/controller-b` 1.0.0, and `@metamask/controller-b` depends on `@metamask/controller-a` 1.1.0.
18
20
  - Note, however, that the versions specified in the client's `package.json` always "win", and you are expected to keep them up to date so as not to break controller and service intercommunication.
19
21
  - Bump `@metamask/controller-utils` from `^11.16.0` to `^11.18.0` ([#7534](https://github.com/MetaMask/core/pull/7534), [#7583](https://github.com/MetaMask/core/pull/7583))
22
+ - Bump `@metamask/polling-controller` from `^16.0.0` to `^16.0.1` ([#7604](https://github.com/MetaMask/core/pull/7604))
20
23
 
21
24
  ## [26.0.0]
22
25
 
@@ -478,7 +481,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
478
481
 
479
482
  All changes listed after this point were applied to this package following the monorepo conversion.
480
483
 
481
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/gas-fee-controller@26.0.0...HEAD
484
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/gas-fee-controller@26.0.1...HEAD
485
+ [26.0.1]: https://github.com/MetaMask/core/compare/@metamask/gas-fee-controller@26.0.0...@metamask/gas-fee-controller@26.0.1
482
486
  [26.0.0]: https://github.com/MetaMask/core/compare/@metamask/gas-fee-controller@25.0.0...@metamask/gas-fee-controller@26.0.0
483
487
  [25.0.0]: https://github.com/MetaMask/core/compare/@metamask/gas-fee-controller@24.1.1...@metamask/gas-fee-controller@25.0.0
484
488
  [24.1.1]: https://github.com/MetaMask/core/compare/@metamask/gas-fee-controller@24.1.0...@metamask/gas-fee-controller@24.1.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/gas-fee-controller",
3
- "version": "26.0.0-preview-e6f8648b",
3
+ "version": "26.0.1-preview-f075c1f",
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",
@@ -52,8 +52,8 @@
52
52
  "@metamask/controller-utils": "^11.18.0",
53
53
  "@metamask/eth-query": "^4.0.0",
54
54
  "@metamask/ethjs-unit": "^0.3.0",
55
- "@metamask/network-controller": "^27.2.0",
56
- "@metamask/polling-controller": "^16.0.0",
55
+ "@metamask/network-controller": "^28.0.0",
56
+ "@metamask/polling-controller": "^16.0.1",
57
57
  "@metamask/utils": "^11.9.0",
58
58
  "@types/bn.js": "^5.1.5",
59
59
  "@types/uuid": "^8.3.0",