@metamask-previews/polling-controller 16.0.7-preview-1bd5239bf → 16.0.8-preview-29a675b

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 +8 -1
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [16.0.8]
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
+
10
16
  ## [16.0.7]
11
17
 
12
18
  ### Changed
@@ -337,7 +343,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
337
343
 
338
344
  - Initial release
339
345
 
340
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/polling-controller@16.0.7...HEAD
346
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/polling-controller@16.0.8...HEAD
347
+ [16.0.8]: https://github.com/MetaMask/core/compare/@metamask/polling-controller@16.0.7...@metamask/polling-controller@16.0.8
341
348
  [16.0.7]: https://github.com/MetaMask/core/compare/@metamask/polling-controller@16.0.6...@metamask/polling-controller@16.0.7
342
349
  [16.0.6]: https://github.com/MetaMask/core/compare/@metamask/polling-controller@16.0.5...@metamask/polling-controller@16.0.6
343
350
  [16.0.5]: https://github.com/MetaMask/core/compare/@metamask/polling-controller@16.0.4...@metamask/polling-controller@16.0.5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/polling-controller",
3
- "version": "16.0.7-preview-1bd5239bf",
3
+ "version": "16.0.8-preview-29a675b",
4
4
  "description": "Polling Controller is the base for controllers that polling by networkClientId",
5
5
  "keywords": [
6
6
  "Ethereum",
@@ -52,7 +52,7 @@
52
52
  },
53
53
  "dependencies": {
54
54
  "@metamask/base-controller": "^9.1.0",
55
- "@metamask/network-controller": "^33.0.0",
55
+ "@metamask/network-controller": "^34.0.0",
56
56
  "@metamask/utils": "^11.11.0",
57
57
  "@types/uuid": "^8.3.0",
58
58
  "fast-json-stable-stringify": "^2.1.0",