@metamask-previews/network-enablement-controller 2.0.0-preview-c20b7569 → 2.0.0-preview-a5441fae

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 +1 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
 
10
10
  ### Changed
11
11
 
12
+ - Bump `@metamask/utils` from `^11.8.0` to `^11.8.1` ([#6708](https://github.com/MetaMask/core/pull/6708))
12
13
  - Improved network addition logic — if multiple popular networks are enabled and the user is in popular networks mode, adding another popular network keeps the current selection; otherwise, it switches to the newly added network. ([#6693](https://github.com/MetaMask/core/pull/6693))
13
14
 
14
15
  ## [2.0.0]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/network-enablement-controller",
3
- "version": "2.0.0-preview-c20b7569",
3
+ "version": "2.0.0-preview-a5441fae",
4
4
  "description": "Provides an interface to the currently enabled network using a MetaMask-compatible provider object",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -63,7 +63,7 @@
63
63
  "dependencies": {
64
64
  "@metamask/base-controller": "^8.4.0",
65
65
  "@metamask/controller-utils": "^11.14.0",
66
- "@metamask/utils": "^11.8.0",
66
+ "@metamask/utils": "^11.8.1",
67
67
  "reselect": "^5.1.1"
68
68
  },
69
69
  "peerDependencies": {