Skip to content

Commit 76af6eb

Browse files
authored
Release 279.0.0 (#5130)
## Explanation This is a RC for v279.0.0. See changelog for more details @metamask/profile-sync-controller@3.3.0 ## References ## Changelog ```ms ### Changed - Bump `@metamask/profile-sync-controller` from `^3.2.0` to `^3.3.0` ([#5130](#5130)) ``` ## 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 c3b90a5 commit 76af6eb

File tree

5 files changed

+18
-6
lines changed

5 files changed

+18
-6
lines changed

package.json

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

packages/notification-services-controller/package.json

+1-1
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.2.0",
116+
"@metamask/profile-sync-controller": "^3.3.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

+13-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [3.3.0]
11+
12+
### Added
13+
14+
- Add a `customProvider` option to the sdk `JwtBearerAuth` class ([#5105](https://github.com/MetaMask/core/pull/5105))
15+
16+
### Changed
17+
18+
- Bump `eslint` to `^9.11.1` and migrate to flat config ([#4727](https://github.com/MetaMask/core/pull/4727))
19+
- Bump `@metamask/keyring-api` from `^12.0.0` to `^13.0.0` and `@metamask/keyring-internal-api` from `^1.0.0` to `^1.1.0` ([#5066](https://github.com/MetaMask/core/pull/5066))
20+
1021
## [3.2.0]
1122

1223
### Added
@@ -389,7 +400,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
389400

390401
- Initial release
391402

392-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/profile-sync-controller@3.2.0...HEAD
403+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/profile-sync-controller@3.3.0...HEAD
404+
[3.3.0]: https://github.com/MetaMask/core/compare/@metamask/profile-sync-controller@3.2.0...@metamask/profile-sync-controller@3.3.0
393405
[3.2.0]: https://github.com/MetaMask/core/compare/@metamask/profile-sync-controller@3.1.1...@metamask/profile-sync-controller@3.2.0
394406
[3.1.1]: https://github.com/MetaMask/core/compare/@metamask/profile-sync-controller@3.1.0...@metamask/profile-sync-controller@3.1.1
395407
[3.1.0]: https://github.com/MetaMask/core/compare/@metamask/profile-sync-controller@3.0.0...@metamask/profile-sync-controller@3.1.0

packages/profile-sync-controller/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/profile-sync-controller",
3-
"version": "3.2.0",
3+
"version": "3.3.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

+2-2
Original file line numberDiff line numberDiff line change
@@ -3453,7 +3453,7 @@ __metadata:
34533453
"@metamask/base-controller": "npm:^7.1.0"
34543454
"@metamask/controller-utils": "npm:^11.4.4"
34553455
"@metamask/keyring-controller": "npm:^19.0.2"
3456-
"@metamask/profile-sync-controller": "npm:^3.2.0"
3456+
"@metamask/profile-sync-controller": "npm:^3.3.0"
34573457
"@metamask/utils": "npm:^11.0.1"
34583458
"@types/jest": "npm:^27.4.1"
34593459
"@types/readable-stream": "npm:^2.3.0"
@@ -3634,7 +3634,7 @@ __metadata:
36343634
languageName: unknown
36353635
linkType: soft
36363636

3637-
"@metamask/profile-sync-controller@npm:^3.2.0, @metamask/profile-sync-controller@workspace:packages/profile-sync-controller":
3637+
"@metamask/profile-sync-controller@npm:^3.3.0, @metamask/profile-sync-controller@workspace:packages/profile-sync-controller":
36383638
version: 0.0.0-use.local
36393639
resolution: "@metamask/profile-sync-controller@workspace:packages/profile-sync-controller"
36403640
dependencies:

0 commit comments

Comments
 (0)