@metamask-previews/polling-controller 16.0.1-preview-957f4826 → 16.0.2-preview-a4747b2b

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.2]
11
+
12
+ ### Changed
13
+
14
+ - Bump `@metamask/network-controller` from `^28.0.0` to `^29.0.0` ([#7642](https://github.com/MetaMask/core/pull/7642))
15
+
10
16
  ## [16.0.1]
11
17
 
12
18
  ### Changed
@@ -293,7 +299,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
293
299
 
294
300
  - Initial release
295
301
 
296
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/polling-controller@16.0.1...HEAD
302
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/polling-controller@16.0.2...HEAD
303
+ [16.0.2]: https://github.com/MetaMask/core/compare/@metamask/polling-controller@16.0.1...@metamask/polling-controller@16.0.2
297
304
  [16.0.1]: https://github.com/MetaMask/core/compare/@metamask/polling-controller@16.0.0...@metamask/polling-controller@16.0.1
298
305
  [16.0.0]: https://github.com/MetaMask/core/compare/@metamask/polling-controller@15.0.0...@metamask/polling-controller@16.0.0
299
306
  [15.0.0]: https://github.com/MetaMask/core/compare/@metamask/polling-controller@14.0.2...@metamask/polling-controller@15.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/polling-controller",
3
- "version": "16.0.1-preview-957f4826",
3
+ "version": "16.0.2-preview-a4747b2b",
4
4
  "description": "Polling Controller is the base for controllers that polling by networkClientId",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -50,7 +50,7 @@
50
50
  "dependencies": {
51
51
  "@metamask/base-controller": "^9.0.0",
52
52
  "@metamask/controller-utils": "^11.18.0",
53
- "@metamask/network-controller": "^28.0.0",
53
+ "@metamask/network-controller": "^29.0.0",
54
54
  "@metamask/utils": "^11.9.0",
55
55
  "@types/uuid": "^8.3.0",
56
56
  "fast-json-stable-stringify": "^2.1.0",