@metamask-previews/network-controller 27.1.0-preview-a9886279 → 27.2.0-preview-6a568504

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,11 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [27.2.0]
11
+
10
12
  ### Changed
11
13
 
12
14
  - Upgrade `@metamask/utils` from `^11.8.1` to `^11.9.0` ([#7511](https://github.com/MetaMask/core/pull/7511))
13
15
  - Remove dependency on `@metamask/error-reporting-service` ([#7542](https://github.com/MetaMask/core/pull/7542))
14
16
  - The service no longer needs `ErrorReportingService:captureException`.
17
+ - Bump `@metamask/controller-utils` from `^11.17.0` to `^11.18.0` ([#7583](https://github.com/MetaMask/core/pull/7583))
15
18
 
16
19
  ## [27.1.0]
17
20
 
@@ -1069,7 +1072,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1069
1072
 
1070
1073
  All changes listed after this point were applied to this package following the monorepo conversion.
1071
1074
 
1072
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/network-controller@27.1.0...HEAD
1075
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/network-controller@27.2.0...HEAD
1076
+ [27.2.0]: https://github.com/MetaMask/core/compare/@metamask/network-controller@27.1.0...@metamask/network-controller@27.2.0
1073
1077
  [27.1.0]: https://github.com/MetaMask/core/compare/@metamask/network-controller@27.0.0...@metamask/network-controller@27.1.0
1074
1078
  [27.0.0]: https://github.com/MetaMask/core/compare/@metamask/network-controller@26.0.0...@metamask/network-controller@27.0.0
1075
1079
  [26.0.0]: https://github.com/MetaMask/core/compare/@metamask/network-controller@25.0.0...@metamask/network-controller@26.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/network-controller",
3
- "version": "27.1.0-preview-a9886279",
3
+ "version": "27.2.0-preview-6a568504",
4
4
  "description": "Provides an interface to the currently selected network via a MetaMask-compatible provider object",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -49,7 +49,7 @@
49
49
  },
50
50
  "dependencies": {
51
51
  "@metamask/base-controller": "^9.0.0",
52
- "@metamask/controller-utils": "^11.17.0",
52
+ "@metamask/controller-utils": "^11.18.0",
53
53
  "@metamask/eth-block-tracker": "^15.0.0",
54
54
  "@metamask/eth-json-rpc-infura": "^10.3.0",
55
55
  "@metamask/eth-json-rpc-middleware": "^22.0.1",