@metamask-previews/network-controller 17.2.0-preview.dad68d4 → 17.2.1-preview.e5c396b

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 +11 -1
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [17.2.1]
11
+
12
+ ### Changed
13
+
14
+ - Bump `@metamask/controller-utils` to `^8.0.4` ([#4007](https://github.com/MetaMask/core/pull/4007))
15
+ - Bump `@metamask/eth-json-rpc-middleware` to `^12.1.0` ([#3829](https://github.com/MetaMask/core/pull/3829))
16
+ - Bump `@metamask/json-rpc-engine` to `^7.3.3` ([#4007](https://github.com/MetaMask/core/pull/4007))
17
+ - Bump `@metamask/rpc-errors` to `^6.2.1` ([#3970](https://github.com/MetaMask/core/pull/3970), [#3954](https://github.com/MetaMask/core/pull/3954))
18
+
10
19
  ## [17.2.0]
11
20
 
12
21
  ### Changed
@@ -423,7 +432,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
423
432
 
424
433
  All changes listed after this point were applied to this package following the monorepo conversion.
425
434
 
426
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/network-controller@17.2.0...HEAD
435
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/network-controller@17.2.1...HEAD
436
+ [17.2.1]: https://github.com/MetaMask/core/compare/@metamask/network-controller@17.2.0...@metamask/network-controller@17.2.1
427
437
  [17.2.0]: https://github.com/MetaMask/core/compare/@metamask/network-controller@17.1.0...@metamask/network-controller@17.2.0
428
438
  [17.1.0]: https://github.com/MetaMask/core/compare/@metamask/network-controller@17.0.0...@metamask/network-controller@17.1.0
429
439
  [17.0.0]: https://github.com/MetaMask/core/compare/@metamask/network-controller@16.0.0...@metamask/network-controller@17.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/network-controller",
3
- "version": "17.2.0-preview.dad68d4",
3
+ "version": "17.2.1-preview.e5c396b",
4
4
  "description": "Provides an interface to the currently selected network via a MetaMask-compatible provider object",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -32,13 +32,13 @@
32
32
  },
33
33
  "dependencies": {
34
34
  "@metamask/base-controller": "^4.1.1",
35
- "@metamask/controller-utils": "^8.0.2",
35
+ "@metamask/controller-utils": "^8.0.4",
36
36
  "@metamask/eth-json-rpc-infura": "^9.0.0",
37
37
  "@metamask/eth-json-rpc-middleware": "^12.1.0",
38
38
  "@metamask/eth-json-rpc-provider": "^2.3.2",
39
39
  "@metamask/eth-query": "^4.0.0",
40
- "@metamask/json-rpc-engine": "^7.3.2",
41
- "@metamask/rpc-errors": "^6.1.0",
40
+ "@metamask/json-rpc-engine": "^7.3.3",
41
+ "@metamask/rpc-errors": "^6.2.1",
42
42
  "@metamask/swappable-obj-proxy": "^2.2.0",
43
43
  "@metamask/utils": "^8.3.0",
44
44
  "async-mutex": "^0.2.6",