@metamask-previews/gas-fee-controller 12.0.0-preview.fa529884 → 13.0.0-preview.8cdddaf

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 +10 -1
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [13.0.0]
10
+ ### Changed
11
+ - **BREAKING:** Bump `@metamask/network-controller` peer dependency to `^17.2.0` ([#3821](https://github.com/MetaMask/core/pull/3821))
12
+ - Bump `@metamask/utils` to `^8.3.0` ([#3769](https://github.com/MetaMask/core/pull/3769))
13
+ - Bump `@metamask/base-controller` to `^4.1.1` ([#3760](https://github.com/MetaMask/core/pull/3760), [#3821](https://github.com/MetaMask/core/pull/3821))
14
+ - Bump `@metamask/controller-utils` to `^8.0.2` ([#3821](https://github.com/MetaMask/core/pull/3821))
15
+ - Bump `@metamask/polling-controller` to `^5.0.0` ([#3821](https://github.com/MetaMask/core/pull/3821))
16
+
9
17
  ## [12.0.0]
10
18
  ### Changed
11
19
  - **BREAKING:** Bump `@metamask/network-controller` dependency and peer dependency from `^17.0.0` to `^17.1.0` ([#3695](https://github.com/MetaMask/core/pull/3695))
@@ -144,7 +152,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
144
152
 
145
153
  All changes listed after this point were applied to this package following the monorepo conversion.
146
154
 
147
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/gas-fee-controller@12.0.0...HEAD
155
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/gas-fee-controller@13.0.0...HEAD
156
+ [13.0.0]: https://github.com/MetaMask/core/compare/@metamask/gas-fee-controller@12.0.0...@metamask/gas-fee-controller@13.0.0
148
157
  [12.0.0]: https://github.com/MetaMask/core/compare/@metamask/gas-fee-controller@11.0.0...@metamask/gas-fee-controller@12.0.0
149
158
  [11.0.0]: https://github.com/MetaMask/core/compare/@metamask/gas-fee-controller@10.0.1...@metamask/gas-fee-controller@11.0.0
150
159
  [10.0.1]: https://github.com/MetaMask/core/compare/@metamask/gas-fee-controller@10.0.0...@metamask/gas-fee-controller@10.0.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/gas-fee-controller",
3
- "version": "12.0.0-preview.fa529884",
3
+ "version": "13.0.0-preview.8cdddaf",
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",
@@ -31,13 +31,13 @@
31
31
  "test:watch": "jest --watch"
32
32
  },
33
33
  "dependencies": {
34
- "@metamask/base-controller": "^4.0.1",
35
- "@metamask/controller-utils": "^8.0.1",
34
+ "@metamask/base-controller": "^4.1.1",
35
+ "@metamask/controller-utils": "^8.0.2",
36
36
  "@metamask/eth-query": "^4.0.0",
37
37
  "@metamask/ethjs-unit": "^0.2.1",
38
- "@metamask/network-controller": "^17.1.0",
39
- "@metamask/polling-controller": "^4.0.0",
40
- "@metamask/utils": "^8.2.0",
38
+ "@metamask/network-controller": "^17.2.0",
39
+ "@metamask/polling-controller": "^5.0.0",
40
+ "@metamask/utils": "^8.3.0",
41
41
  "@types/uuid": "^8.3.0",
42
42
  "ethereumjs-util": "^7.0.10",
43
43
  "uuid": "^8.3.2"
@@ -57,7 +57,7 @@
57
57
  "typescript": "~4.8.4"
58
58
  },
59
59
  "peerDependencies": {
60
- "@metamask/network-controller": "^17.1.0"
60
+ "@metamask/network-controller": "^17.2.0"
61
61
  },
62
62
  "engines": {
63
63
  "node": ">=16.0.0"