@metamask-previews/composable-controller 3.0.0-preview.d32a7cc → 3.0.1-preview.04c2e62
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 +6 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
|
|
9
|
+
## [3.0.1]
|
|
10
|
+
### Changed
|
|
11
|
+
- Bump dependency on `@metamask/base-controller` to ^3.2.1
|
|
12
|
+
|
|
9
13
|
## [3.0.0]
|
|
10
14
|
### Changed
|
|
11
15
|
- **BREAKING:** Bump to Node 16 ([#1262](https://github.com/MetaMask/core/pull/1262))
|
|
@@ -33,7 +37,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
33
37
|
|
|
34
38
|
All changes listed after this point were applied to this package following the monorepo conversion.
|
|
35
39
|
|
|
36
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/composable-controller@3.0.
|
|
40
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/composable-controller@3.0.1...HEAD
|
|
41
|
+
[3.0.1]: https://github.com/MetaMask/core/compare/@metamask/composable-controller@3.0.0...@metamask/composable-controller@3.0.1
|
|
37
42
|
[3.0.0]: https://github.com/MetaMask/core/compare/@metamask/composable-controller@2.0.0...@metamask/composable-controller@3.0.0
|
|
38
43
|
[2.0.0]: https://github.com/MetaMask/core/compare/@metamask/composable-controller@1.0.2...@metamask/composable-controller@2.0.0
|
|
39
44
|
[1.0.2]: https://github.com/MetaMask/core/compare/@metamask/composable-controller@1.0.1...@metamask/composable-controller@1.0.2
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/composable-controller",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.1-preview.04c2e62",
|
|
4
4
|
"description": "Consolidates the state from multiple controllers into one",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"test:watch": "jest --watch"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@metamask
|
|
31
|
+
"@metamask/base-controller": "^3.2.1"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@metamask/auto-changelog": "^3.1.0",
|