@metamask-previews/seedless-onboarding-controller 10.0.1-preview-cf351fcd3 → 10.0.2-preview-35bdba6

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 +8 -1
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [10.0.2]
11
+
12
+ ### Changed
13
+
14
+ - Bump `@metamask/keyring-controller` from `^26.0.0` to `^27.0.0` ([#9058](https://github.com/MetaMask/core/pull/9058))
15
+
10
16
  ## [10.0.1]
11
17
 
12
18
  ### Added
@@ -389,7 +395,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
389
395
  - `checkIsPasswordOutdated`: Check if the password is current device is outdated, i.e. user changed password in another device.
390
396
  - `clearState`: Reset the state of the controller to the defaults.
391
397
 
392
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/seedless-onboarding-controller@10.0.1...HEAD
398
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/seedless-onboarding-controller@10.0.2...HEAD
399
+ [10.0.2]: https://github.com/MetaMask/core/compare/@metamask/seedless-onboarding-controller@10.0.1...@metamask/seedless-onboarding-controller@10.0.2
393
400
  [10.0.1]: https://github.com/MetaMask/core/compare/@metamask/seedless-onboarding-controller@10.0.0...@metamask/seedless-onboarding-controller@10.0.1
394
401
  [10.0.0]: https://github.com/MetaMask/core/compare/@metamask/seedless-onboarding-controller@9.1.0...@metamask/seedless-onboarding-controller@10.0.0
395
402
  [9.1.0]: https://github.com/MetaMask/core/compare/@metamask/seedless-onboarding-controller@9.0.0...@metamask/seedless-onboarding-controller@9.1.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/seedless-onboarding-controller",
3
- "version": "10.0.1-preview-cf351fcd3",
3
+ "version": "10.0.2-preview-35bdba6",
4
4
  "description": "Backup and rehydrate SRP(s) using social login and password",
5
5
  "keywords": [
6
6
  "Ethereum",
@@ -56,7 +56,7 @@
56
56
  "@metamask/auth-network-utils": "^0.3.0",
57
57
  "@metamask/base-controller": "^9.1.0",
58
58
  "@metamask/browser-passworder": "^6.0.0",
59
- "@metamask/keyring-controller": "^26.0.0",
59
+ "@metamask/keyring-controller": "^27.0.0",
60
60
  "@metamask/messenger": "^1.2.0",
61
61
  "@metamask/toprf-secure-backup": "^1.0.0",
62
62
  "@metamask/utils": "^11.9.0",