@metamask-previews/keyring-controller 21.0.1-preview-aa7690c1 → 21.0.1-preview-cff14565
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 +4 -4
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -15,7 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
15
15
|
- Enforce keyrings metadata alignment when unlocking existing vault ([#5535](https://github.com/MetaMask/core/pull/5535))
|
|
16
16
|
- Fixed frozen object mutation attempt when updating metadata ([#5535](https://github.com/MetaMask/core/pull/5535))
|
|
17
17
|
|
|
18
|
-
## [21.0.0]
|
|
18
|
+
## [21.0.0] [DEPRECATED]
|
|
19
19
|
|
|
20
20
|
### Changed
|
|
21
21
|
|
|
@@ -24,7 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
24
24
|
- **BREAKING:** Bump `@metamask/eth-hd-keyring` from `^11.0.0` to `^12.0.0` ([#5347](https://github.com/MetaMask/core/pull/5347))
|
|
25
25
|
- **BREAKING:** Bump `@ethereumjs/util` from `^8.1.0` to `^9.1.0` ([#5347](https://github.com/MetaMask/core/pull/5347))
|
|
26
26
|
|
|
27
|
-
## [20.0.0]
|
|
27
|
+
## [20.0.0] [DEPRECATED]
|
|
28
28
|
|
|
29
29
|
### Changed
|
|
30
30
|
|
|
@@ -43,7 +43,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
43
43
|
- Enforce keyrings metadata alignment when unlocking existing vault ([#5535](https://github.com/MetaMask/core/pull/5535))
|
|
44
44
|
- Fixed frozen object mutation attempt when updating metadata ([#5535](https://github.com/MetaMask/core/pull/5535))
|
|
45
45
|
|
|
46
|
-
## [19.2.1]
|
|
46
|
+
## [19.2.1] [DEPRECATED]
|
|
47
47
|
|
|
48
48
|
### Changed
|
|
49
49
|
|
|
@@ -54,7 +54,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
54
54
|
|
|
55
55
|
- Ensure authorization contract address is provided ([#5353](https://github.com/MetaMask/core/pull/5353))
|
|
56
56
|
|
|
57
|
-
## [19.2.0]
|
|
57
|
+
## [19.2.0] [DEPRECATED]
|
|
58
58
|
|
|
59
59
|
### Added
|
|
60
60
|
|
package/package.json
CHANGED