Skip to content

Commit aa239e3

Browse files
committed
fix: switch from a patch to a minor release
1 parent 3a95700 commit aa239e3

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

packages/notification-services-controller/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
"@lavamoat/preinstall-always-fail": "^2.1.0",
114114
"@metamask/auto-changelog": "^3.4.4",
115115
"@metamask/keyring-controller": "^19.0.2",
116-
"@metamask/profile-sync-controller": "^3.1.2",
116+
"@metamask/profile-sync-controller": "^3.2.0",
117117
"@types/jest": "^27.4.1",
118118
"@types/readable-stream": "^2.3.0",
119119
"contentful": "^10.15.0",

packages/profile-sync-controller/CHANGELOG.md

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

88
## [Unreleased]
99

10-
## [3.1.2]
10+
## [3.2.0]
1111

1212
### Added
1313

@@ -389,8 +389,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
389389

390390
- Initial release
391391

392-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/profile-sync-controller@3.1.2...HEAD
393-
[3.1.2]: https://github.com/MetaMask/core/compare/@metamask/profile-sync-controller@3.1.1...@metamask/profile-sync-controller@3.1.2
392+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/profile-sync-controller@3.2.0...HEAD
393+
[3.2.0]: https://github.com/MetaMask/core/compare/@metamask/profile-sync-controller@3.1.1...@metamask/profile-sync-controller@3.2.0
394394
[3.1.1]: https://github.com/MetaMask/core/compare/@metamask/profile-sync-controller@3.1.0...@metamask/profile-sync-controller@3.1.1
395395
[3.1.0]: https://github.com/MetaMask/core/compare/@metamask/profile-sync-controller@3.0.0...@metamask/profile-sync-controller@3.1.0
396396
[3.0.0]: https://github.com/MetaMask/core/compare/@metamask/profile-sync-controller@2.0.0...@metamask/profile-sync-controller@3.0.0

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": "3.1.2",
3+
"version": "3.2.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
@@ -3373,7 +3373,7 @@ __metadata:
33733373
"@metamask/base-controller": "npm:^7.1.0"
33743374
"@metamask/controller-utils": "npm:^11.4.4"
33753375
"@metamask/keyring-controller": "npm:^19.0.2"
3376-
"@metamask/profile-sync-controller": "npm:^3.1.2"
3376+
"@metamask/profile-sync-controller": "npm:^3.2.0"
33773377
"@metamask/utils": "npm:^11.0.1"
33783378
"@types/jest": "npm:^27.4.1"
33793379
"@types/readable-stream": "npm:^2.3.0"
@@ -3554,7 +3554,7 @@ __metadata:
35543554
languageName: unknown
35553555
linkType: soft
35563556

3557-
"@metamask/profile-sync-controller@npm:^3.1.2, @metamask/profile-sync-controller@workspace:packages/profile-sync-controller":
3557+
"@metamask/profile-sync-controller@npm:^3.2.0, @metamask/profile-sync-controller@workspace:packages/profile-sync-controller":
35583558
version: 0.0.0-use.local
35593559
resolution: "@metamask/profile-sync-controller@workspace:packages/profile-sync-controller"
35603560
dependencies:

0 commit comments

Comments
 (0)