@metamask-previews/network-controller 32.0.0-preview-8beb00079 → 33.0.0-preview-8633f7f2a

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 -2
  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
+ ## [33.0.0]
11
+
10
12
  ### Added
11
13
 
12
14
  - Add defaults for policy and block tracker options ([#9002](https://github.com/MetaMask/core/pull/9002))
@@ -22,7 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
22
24
  ### Changed
23
25
 
24
26
  - Bump `@metamask/utils` from `^11.9.0` to `^11.11.0` ([#9074](https://github.com/MetaMask/core/pull/9074))
25
- - Bump `@metamask/controller-utils` from `^12.1.0` to `^12.2.0` ([#9058](https://github.com/MetaMask/core/pull/9058), [#9083](https://github.com/MetaMask/core/pull/9083))
27
+ - Bump `@metamask/controller-utils` from `^12.1.0` to `^12.3.0` ([#9058](https://github.com/MetaMask/core/pull/9058), [#9083](https://github.com/MetaMask/core/pull/9083), [#9218](https://github.com/MetaMask/core/pull/9218))
26
28
  - **BREAKING:** Remove deprecated `NetworkControllerGetNetworkConfigurationByNetworkClientId` type ([#9185](https://github.com/MetaMask/core/pull/9185))
27
29
  - Use `NetworkControllerGetNetworkConfigurationByNetworkClientIdAction` instead.
28
30
  - **BREAKING:** Automatically populate `isRpcFailoverEnabled` using `RemoteFeatureFlagController` ([#9013](https://github.com/MetaMask/core/pull/9013))
@@ -1223,7 +1225,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1223
1225
 
1224
1226
  All changes listed after this point were applied to this package following the monorepo conversion.
1225
1227
 
1226
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/network-controller@32.0.0...HEAD
1228
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/network-controller@33.0.0...HEAD
1229
+ [33.0.0]: https://github.com/MetaMask/core/compare/@metamask/network-controller@32.0.0...@metamask/network-controller@33.0.0
1227
1230
  [32.0.0]: https://github.com/MetaMask/core/compare/@metamask/network-controller@31.1.0...@metamask/network-controller@32.0.0
1228
1231
  [31.1.0]: https://github.com/MetaMask/core/compare/@metamask/network-controller@31.0.0...@metamask/network-controller@31.1.0
1229
1232
  [31.0.0]: https://github.com/MetaMask/core/compare/@metamask/network-controller@30.1.0...@metamask/network-controller@31.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/network-controller",
3
- "version": "32.0.0-preview-8beb00079",
3
+ "version": "33.0.0-preview-8633f7f2a",
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": "^12.2.0",
58
+ "@metamask/controller-utils": "^12.3.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",