Skip to content

Commit 9e3d497

Browse files
authored
Release 326.0.0 (#5479)
## Explanation This is a RC for v326.0.0. See changelog for more details @metamask/[email protected] ## References ## Changelog ```ms ### Changed - Bump `@metamask/profile-sync-controller` from `^10.0.0` to `^10.1.0` ([#5479](#5479)) ``` ## Checklist - [x] I've updated the test suite for new or updated code as appropriate - [x] I've updated documentation (JSDoc, Markdown, etc.) for new or updated code as appropriate - [x] I've highlighted breaking changes using the "BREAKING" category above as appropriate - [x] I've prepared draft pull requests for clients and consumer packages to resolve any breaking changes
1 parent 56a3582 commit 9e3d497

File tree

5 files changed

+13
-6
lines changed

5 files changed

+13
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/core-monorepo",
3-
"version": "325.0.0",
3+
"version": "326.0.0",
44
"private": true,
55
"description": "Monorepo for packages shared between MetaMask clients",
66
"repository": {

packages/notification-services-controller/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
"@lavamoat/preinstall-always-fail": "^2.1.0",
124124
"@metamask/auto-changelog": "^3.4.4",
125125
"@metamask/keyring-controller": "^21.0.0",
126-
"@metamask/profile-sync-controller": "^10.0.0",
126+
"@metamask/profile-sync-controller": "^10.1.0",
127127
"@types/jest": "^27.4.1",
128128
"@types/readable-stream": "^2.3.0",
129129
"contentful": "^10.15.0",

packages/profile-sync-controller/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [10.1.0]
11+
12+
### Added
13+
14+
- Add primary SRP switching support for `AuthenticationController` and `UserStorageController` ([#5478](https://github.com/MetaMask/core/pull/5478))
15+
1016
## [10.0.0]
1117

1218
### Changed
@@ -522,7 +528,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
522528

523529
- Initial release
524530

525-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
531+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
532+
[10.1.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
526533
[10.0.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
527534
[9.0.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
528535
[8.1.1]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]

packages/profile-sync-controller/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/profile-sync-controller",
3-
"version": "10.0.0",
3+
"version": "10.1.0",
44
"description": "The profile sync helps developers synchronize data across multiple clients and devices in a privacy-preserving way. All data saved in the user storage database is encrypted client-side to preserve privacy. The user storage provides a modular design, giving developers the flexibility to construct and manage their storage spaces in a way that best suits their needs",
55
"keywords": [
66
"MetaMask",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3665,7 +3665,7 @@ __metadata:
36653665
"@metamask/base-controller": "npm:^8.0.0"
36663666
"@metamask/controller-utils": "npm:^11.6.0"
36673667
"@metamask/keyring-controller": "npm:^21.0.0"
3668-
"@metamask/profile-sync-controller": "npm:^10.0.0"
3668+
"@metamask/profile-sync-controller": "npm:^10.1.0"
36693669
"@metamask/utils": "npm:^11.2.0"
36703670
"@types/jest": "npm:^27.4.1"
36713671
"@types/readable-stream": "npm:^2.3.0"
@@ -3846,7 +3846,7 @@ __metadata:
38463846
languageName: unknown
38473847
linkType: soft
38483848

3849-
"@metamask/profile-sync-controller@npm:^10.0.0, @metamask/profile-sync-controller@workspace:packages/profile-sync-controller":
3849+
"@metamask/profile-sync-controller@npm:^10.1.0, @metamask/profile-sync-controller@workspace:packages/profile-sync-controller":
38503850
version: 0.0.0-use.local
38513851
resolution: "@metamask/profile-sync-controller@workspace:packages/profile-sync-controller"
38523852
dependencies:

0 commit comments

Comments
 (0)