@metamask/network-controller 21.1.0 → 22.0.1

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 +28 -2
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -7,7 +7,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
- ## [21.1.0]
10
+ ## [22.0.1]
11
+
12
+ ### Changed
13
+
14
+ - Bump `@metamask/base-controller` from `^7.0.1` to `^7.0.2` ([#4862](https://github.com/MetaMask/core/pull/4862))
15
+ - Bump `@metamask/controller-utils` from `^11.4.0` to `^11.4.2` ([#4862](https://github.com/MetaMask/core/pull/4862), [#4870](https://github.com/MetaMask/core/pull/4870))
16
+ - Bump `@metamask/eth-json-rpc-provider` from `^4.1.5` to `^4.1.6` ([#4862](https://github.com/MetaMask/core/pull/4862))
17
+ - Bump `@metamask/json-rpc-engine` from `^10.0.0` to `^10.0.1` ([#4862](https://github.com/MetaMask/core/pull/4862))
18
+ - Bump `@metamask/rpc-errors` from `^7.0.0` to `^7.0.1` ([#4831](https://github.com/MetaMask/core/pull/4831))
19
+
20
+ ## [22.0.0]
21
+
22
+ ### Changed
23
+
24
+ - Corrects the previous 21.1.0 release to document breaking changes that were missed:
25
+ - **BREAKING:** Bump `@metamask/eth-block-tracker` from `^10.0.0` to `^11.0.2` ([#4769](https://github.com/MetaMask/core/pull/4769))
26
+ - **BREAKING:** Bump `@metamask/eth-json-rpc-middleware` from `^13.0.0` to `^15.0.0` ([#4769](https://github.com/MetaMask/core/pull/4769))
27
+ - **BREAKING:** Bump `@metamask/json-rpc-engine` from `^9.0.3` to `^10.0.0` ([#4769](https://github.com/MetaMask/core/pull/4769))
28
+ - **BREAKING:** Bump `@metamask/rpc-errors` from `^6.3.1` to `^7.0.0` ([#4769](https://github.com/MetaMask/core/pull/4769))
29
+ - **BREAKING:** Bump `@metamask/eth-json-rpc-infura` from `^9.1.0` to `^10.0.0` ([#4769](https://github.com/MetaMask/core/pull/4769))
30
+ - Bump `@metamask/eth-json-rpc-provider` from `^4.1.4` to `^4.1.5` ([#4798](https://github.com/MetaMask/core/pull/4798))
31
+ - This update was recorded in the v21.1.0 changelog, but is listed here again because that release has been deprecated.
32
+ - Bump `@metamask/controller-utils` from `^11.3.0` to `^11.4.0` ([#4834](https://github.com/MetaMask/core/pull/4834))
33
+
34
+ ## [21.1.0] [DEPRECATED]
11
35
 
12
36
  ### Changed
13
37
 
@@ -629,7 +653,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
629
653
 
630
654
  All changes listed after this point were applied to this package following the monorepo conversion.
631
655
 
632
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/network-controller@21.1.0...HEAD
656
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/network-controller@22.0.1...HEAD
657
+ [22.0.1]: https://github.com/MetaMask/core/compare/@metamask/network-controller@22.0.0...@metamask/network-controller@22.0.1
658
+ [22.0.0]: https://github.com/MetaMask/core/compare/@metamask/network-controller@21.1.0...@metamask/network-controller@22.0.0
633
659
  [21.1.0]: https://github.com/MetaMask/core/compare/@metamask/network-controller@21.0.1...@metamask/network-controller@21.1.0
634
660
  [21.0.1]: https://github.com/MetaMask/core/compare/@metamask/network-controller@21.0.0...@metamask/network-controller@21.0.1
635
661
  [21.0.0]: https://github.com/MetaMask/core/compare/@metamask/network-controller@20.2.0...@metamask/network-controller@21.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask/network-controller",
3
- "version": "21.1.0",
3
+ "version": "22.0.1",
4
4
  "description": "Provides an interface to the currently selected network via a MetaMask-compatible provider object",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -47,17 +47,17 @@
47
47
  "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
48
48
  },
49
49
  "dependencies": {
50
- "@metamask/base-controller": "^7.0.1",
51
- "@metamask/controller-utils": "^11.3.0",
50
+ "@metamask/base-controller": "^7.0.2",
51
+ "@metamask/controller-utils": "^11.4.2",
52
52
  "@metamask/eth-block-tracker": "^11.0.2",
53
53
  "@metamask/eth-json-rpc-infura": "^10.0.0",
54
54
  "@metamask/eth-json-rpc-middleware": "^15.0.0",
55
- "@metamask/eth-json-rpc-provider": "^4.1.5",
55
+ "@metamask/eth-json-rpc-provider": "^4.1.6",
56
56
  "@metamask/eth-query": "^4.0.0",
57
- "@metamask/json-rpc-engine": "^10.0.0",
58
- "@metamask/rpc-errors": "^7.0.0",
57
+ "@metamask/json-rpc-engine": "^10.0.1",
58
+ "@metamask/rpc-errors": "^7.0.1",
59
59
  "@metamask/swappable-obj-proxy": "^2.2.0",
60
- "@metamask/utils": "^9.1.0",
60
+ "@metamask/utils": "^10.0.0",
61
61
  "async-mutex": "^0.5.0",
62
62
  "immer": "^9.0.6",
63
63
  "loglevel": "^1.8.1",