Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions packages/profile-sync-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added

- **BREAKING** Automatically pair the SeedlessOnboarding profileID with the SRP based profileID ([#6048](https://github.com/MetaMask/core/pull/6048))
- this adds `@metamask/seedless-onboarding-controller` as a peer dependency and requires clients to change their initialization of the controllers to allow `SeedlessOnboardingControllerGetStateAction` as well as forward the build type to the `config.env` in the controller constructors.

## [21.0.0]

### Added
Expand Down
2 changes: 2 additions & 0 deletions packages/profile-sync-controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@
"@metamask/keyring-controller": "^22.1.0",
"@metamask/keyring-internal-api": "^7.0.0",
"@metamask/providers": "^22.1.0",
"@metamask/seedless-onboarding-controller": "^2.3.0",
"@metamask/snaps-controllers": "^14.0.1",
"@types/jest": "^27.4.1",
"deepmerge": "^4.2.2",
Expand All @@ -135,6 +136,7 @@
"@metamask/accounts-controller": "^31.0.0",
"@metamask/keyring-controller": "^22.0.0",
"@metamask/providers": "^22.0.0",
"@metamask/seedless-onboarding-controller": "^2.3.0",
"@metamask/snaps-controllers": "^14.0.0",
"webextension-polyfill": "^0.10.0 || ^0.11.0 || ^0.12.0"
},
Expand Down
Loading
Loading