@metamask-previews/network-controller 21.1.0-preview-c77aebdb → 22.0.0-preview-8518e617

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 +17 -2
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -7,7 +7,21 @@ 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.0]
11
+
12
+ ### Changed
13
+
14
+ - Corrects the previous 21.1.0 release to document breaking changes that were missed:
15
+ - **BREAKING:** Bump `@metamask/eth-block-tracker` from `^10.0.0` to `^11.0.2` ([#4769](https://github.com/MetaMask/core/pull/4769))
16
+ - **BREAKING:** Bump `@metamask/eth-json-rpc-middleware` from `^13.0.0` to `^15.0.0` ([#4769](https://github.com/MetaMask/core/pull/4769))
17
+ - **BREAKING:** Bump `@metamask/json-rpc-engine` from `^9.0.3` to `^10.0.0` ([#4769](https://github.com/MetaMask/core/pull/4769))
18
+ - **BREAKING:** Bump `@metamask/rpc-errors` from `^6.3.1` to `^7.0.0` ([#4769](https://github.com/MetaMask/core/pull/4769))
19
+ - **BREAKING:** Bump `@metamask/eth-json-rpc-infura` from `^9.1.0` to `^10.0.0` ([#4769](https://github.com/MetaMask/core/pull/4769))
20
+ - Bump `@metamask/eth-json-rpc-provider` from `^4.1.4` to `^4.1.5` ([#4798](https://github.com/MetaMask/core/pull/4798))
21
+ - This update was recorded in the v21.1.0 changelog, but is listed here again because that release has been deprecated.
22
+ - Bump `@metamask/controller-utils` from `^11.3.0` to `^11.4.0` ([#4834](https://github.com/MetaMask/core/pull/4834))
23
+
24
+ ## [21.1.0] [DEPRECATED]
11
25
 
12
26
  ### Changed
13
27
 
@@ -629,7 +643,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
629
643
 
630
644
  All changes listed after this point were applied to this package following the monorepo conversion.
631
645
 
632
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/network-controller@21.1.0...HEAD
646
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/network-controller@22.0.0...HEAD
647
+ [22.0.0]: https://github.com/MetaMask/core/compare/@metamask/network-controller@21.1.0...@metamask/network-controller@22.0.0
633
648
  [21.1.0]: https://github.com/MetaMask/core/compare/@metamask/network-controller@21.0.1...@metamask/network-controller@21.1.0
634
649
  [21.0.1]: https://github.com/MetaMask/core/compare/@metamask/network-controller@21.0.0...@metamask/network-controller@21.0.1
635
650
  [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-previews/network-controller",
3
- "version": "21.1.0-preview-c77aebdb",
3
+ "version": "22.0.0-preview-8518e617",
4
4
  "description": "Provides an interface to the currently selected network via a MetaMask-compatible provider object",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -48,7 +48,7 @@
48
48
  },
49
49
  "dependencies": {
50
50
  "@metamask/base-controller": "^7.0.1",
51
- "@metamask/controller-utils": "^11.3.0",
51
+ "@metamask/controller-utils": "^11.4.0",
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",