@metamask-previews/network-controller 35.0.0-preview-f21e1e0 → 35.0.1-preview-e58fe0640

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
+ ## [35.0.1]
11
+
12
+ ### Changed
13
+
14
+ - Bump `@metamask/eth-json-rpc-middleware` from `^23.1.3` to `^24.0.0` ([#9758](https://github.com/MetaMask/core/pull/9758))
15
+
10
16
  ## [35.0.0]
11
17
 
12
18
  ### Added
@@ -1265,7 +1271,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1265
1271
 
1266
1272
  All changes listed after this point were applied to this package following the monorepo conversion.
1267
1273
 
1268
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/network-controller@35.0.0...HEAD
1274
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/network-controller@35.0.1...HEAD
1275
+ [35.0.1]: https://github.com/MetaMask/core/compare/@metamask/network-controller@35.0.0...@metamask/network-controller@35.0.1
1269
1276
  [35.0.0]: https://github.com/MetaMask/core/compare/@metamask/network-controller@34.0.0...@metamask/network-controller@35.0.0
1270
1277
  [34.0.0]: https://github.com/MetaMask/core/compare/@metamask/network-controller@33.0.0...@metamask/network-controller@34.0.0
1271
1278
  [33.0.0]: https://github.com/MetaMask/core/compare/@metamask/network-controller@32.0.0...@metamask/network-controller@33.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/network-controller",
3
- "version": "35.0.0-preview-f21e1e0",
3
+ "version": "35.0.1-preview-e58fe0640",
4
4
  "description": "Provides an interface to the currently selected network via a MetaMask-compatible provider object",
5
5
  "keywords": [
6
6
  "Ethereum",
@@ -61,7 +61,7 @@
61
61
  "@metamask/controller-utils": "^12.3.0",
62
62
  "@metamask/eth-block-tracker": "^15.0.1",
63
63
  "@metamask/eth-json-rpc-infura": "^10.3.0",
64
- "@metamask/eth-json-rpc-middleware": "^23.1.3",
64
+ "@metamask/eth-json-rpc-middleware": "^24.0.0",
65
65
  "@metamask/eth-json-rpc-provider": "^6.0.1",
66
66
  "@metamask/eth-query": "^4.0.0",
67
67
  "@metamask/json-rpc-engine": "^10.5.0",