@metamask-previews/network-controller 30.1.0-preview-2fdaa18 → 31.0.0-preview-f3d53de3e

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 +5 -1
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [31.0.0]
11
+
10
12
  ### Added
11
13
 
12
14
  - **BREAKING:** Add `duration` and `traceId` to `NetworkController:rpcEndpointDegraded` and `NetworkController:rpcEndpointChainDegraded` event payloads ([#8455](https://github.com/MetaMask/core/pull/8455))
@@ -17,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
17
19
  ### Changed
18
20
 
19
21
  - Bump `@metamask/json-rpc-engine` from `^10.2.4` to `^10.5.0` ([#8661](https://github.com/MetaMask/core/pull/8661), [#8746](https://github.com/MetaMask/core/pull/8746), [#8753](https://github.com/MetaMask/core/pull/8753))
22
+ - Bump `@metamask/controller-utils` from `^11.20.0` to `^12.0.0` ([#8755](https://github.com/MetaMask/core/pull/8755))
20
23
 
21
24
  ## [30.1.0]
22
25
 
@@ -1168,7 +1171,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1168
1171
 
1169
1172
  All changes listed after this point were applied to this package following the monorepo conversion.
1170
1173
 
1171
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/network-controller@30.1.0...HEAD
1174
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/network-controller@31.0.0...HEAD
1175
+ [31.0.0]: https://github.com/MetaMask/core/compare/@metamask/network-controller@30.1.0...@metamask/network-controller@31.0.0
1172
1176
  [30.1.0]: https://github.com/MetaMask/core/compare/@metamask/network-controller@30.0.1...@metamask/network-controller@30.1.0
1173
1177
  [30.0.1]: https://github.com/MetaMask/core/compare/@metamask/network-controller@30.0.0...@metamask/network-controller@30.0.1
1174
1178
  [30.0.0]: https://github.com/MetaMask/core/compare/@metamask/network-controller@29.0.0...@metamask/network-controller@30.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/network-controller",
3
- "version": "30.1.0-preview-2fdaa18",
3
+ "version": "31.0.0-preview-f3d53de3e",
4
4
  "description": "Provides an interface to the currently selected network via a MetaMask-compatible provider object",
5
5
  "keywords": [
6
6
  "Ethereum",
@@ -55,7 +55,7 @@
55
55
  "dependencies": {
56
56
  "@metamask/base-controller": "^9.1.0",
57
57
  "@metamask/connectivity-controller": "^0.2.0",
58
- "@metamask/controller-utils": "^11.20.0",
58
+ "@metamask/controller-utils": "^12.0.0",
59
59
  "@metamask/eth-block-tracker": "^15.0.1",
60
60
  "@metamask/eth-json-rpc-infura": "^10.3.0",
61
61
  "@metamask/eth-json-rpc-middleware": "^23.1.3",