@metamask-previews/selected-network-controller 22.0.0-preview-646215b8 → 22.1.0-preview-eb5ae1b
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.
- package/CHANGELOG.md +9 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,9 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [22.1.0]
|
|
11
|
+
|
|
12
|
+
### Added
|
|
13
|
+
|
|
14
|
+
- Add support for Snaps ([#4602](https://github.com/MetaMask/core/pull/4602))
|
|
15
|
+
|
|
10
16
|
### Changed
|
|
11
17
|
|
|
12
|
-
- Bump `@metamask/base-controller` from
|
|
18
|
+
- Bump `@metamask/base-controller` from `^8.0.0` to `^8.0.1` ([#5722](https://github.com/MetaMask/core/pull/5722))
|
|
13
19
|
|
|
14
20
|
## [22.0.0]
|
|
15
21
|
|
|
@@ -356,7 +362,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
356
362
|
|
|
357
363
|
- Initial Release ([#1643](https://github.com/MetaMask/core/pull/1643))
|
|
358
364
|
|
|
359
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/selected-network-controller@22.
|
|
365
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/selected-network-controller@22.1.0...HEAD
|
|
366
|
+
[22.1.0]: https://github.com/MetaMask/core/compare/@metamask/selected-network-controller@22.0.0...@metamask/selected-network-controller@22.1.0
|
|
360
367
|
[22.0.0]: https://github.com/MetaMask/core/compare/@metamask/selected-network-controller@21.0.1...@metamask/selected-network-controller@22.0.0
|
|
361
368
|
[21.0.1]: https://github.com/MetaMask/core/compare/@metamask/selected-network-controller@21.0.0...@metamask/selected-network-controller@21.0.1
|
|
362
369
|
[21.0.0]: https://github.com/MetaMask/core/compare/@metamask/selected-network-controller@20.0.2...@metamask/selected-network-controller@21.0.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/selected-network-controller",
|
|
3
|
-
"version": "22.
|
|
3
|
+
"version": "22.1.0-preview-eb5ae1b",
|
|
4
4
|
"description": "Provides an interface to the currently selected networkClientId for a given domain",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|