Skip to content

Commit e0d921a

Browse files
authored
Release 215.0.0 (#4765)
## Explanation This is a RC for v215.0.0. See changelog for more details - @metamask/profile-sync-controller@0.9.6 ## References https://consensyssoftware.atlassian.net/browse/NOTIFY-1192 ## Changelog ```ms ### Changed - Bump `@metamask/profile-sync-controller` from `^0.9.5` to `^0.9.6` ([#4765](#4765)) ``` ## 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 c55c7b4 commit e0d921a

File tree

5 files changed

+13
-6
lines changed

5 files changed

+13
-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": "214.0.0",
3+
"version": "215.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
@@ -111,7 +111,7 @@
111111
"@lavamoat/allow-scripts": "^3.0.4",
112112
"@metamask/auto-changelog": "^3.4.4",
113113
"@metamask/keyring-controller": "^17.2.2",
114-
"@metamask/profile-sync-controller": "^0.9.5",
114+
"@metamask/profile-sync-controller": "^0.9.6",
115115
"@types/jest": "^27.4.1",
116116
"@types/readable-stream": "^2.3.0",
117117
"contentful": "^10.15.0",

packages/profile-sync-controller/CHANGELOG.md

+8-1
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+
## [0.9.6]
11+
12+
### Added
13+
14+
- add DELETE endpoint support ([#4758](https://github.com/MetaMask/core/pull/4758))
15+
1016
## [0.9.5]
1117

1218
### Fixed
@@ -262,7 +268,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
262268

263269
- Initial release
264270

265-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/profile-sync-controller@0.9.5...HEAD
271+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/profile-sync-controller@0.9.6...HEAD
272+
[0.9.6]: https://github.com/MetaMask/core/compare/@metamask/profile-sync-controller@0.9.5...@metamask/profile-sync-controller@0.9.6
266273
[0.9.5]: https://github.com/MetaMask/core/compare/@metamask/profile-sync-controller@0.9.4...@metamask/profile-sync-controller@0.9.5
267274
[0.9.4]: https://github.com/MetaMask/core/compare/@metamask/profile-sync-controller@0.9.3...@metamask/profile-sync-controller@0.9.4
268275
[0.9.3]: https://github.com/MetaMask/core/compare/@metamask/profile-sync-controller@0.9.2...@metamask/profile-sync-controller@0.9.3

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": "0.9.5",
3+
"version": "0.9.6",
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
@@ -3108,7 +3108,7 @@ __metadata:
31083108
"@metamask/base-controller": "npm:^7.0.1"
31093109
"@metamask/controller-utils": "npm:^11.3.0"
31103110
"@metamask/keyring-controller": "npm:^17.2.2"
3111-
"@metamask/profile-sync-controller": "npm:^0.9.5"
3111+
"@metamask/profile-sync-controller": "npm:^0.9.6"
31123112
"@types/jest": "npm:^27.4.1"
31133113
"@types/readable-stream": "npm:^2.3.0"
31143114
bignumber.js: "npm:^4.1.0"
@@ -3289,7 +3289,7 @@ __metadata:
32893289
languageName: unknown
32903290
linkType: soft
32913291

3292-
"@metamask/profile-sync-controller@npm:^0.9.5, @metamask/profile-sync-controller@workspace:packages/profile-sync-controller":
3292+
"@metamask/profile-sync-controller@npm:^0.9.6, @metamask/profile-sync-controller@workspace:packages/profile-sync-controller":
32933293
version: 0.0.0-use.local
32943294
resolution: "@metamask/profile-sync-controller@workspace:packages/profile-sync-controller"
32953295
dependencies:

0 commit comments

Comments
 (0)