From 84d3f427980d8e057f73b83c0623ef4fb6cb252d Mon Sep 17 00:00:00 2001 From: Mathieu Artu Date: Thu, 26 Sep 2024 11:18:37 +0200 Subject: [PATCH 1/3] Initialize Release 209.0.0 --- packages/permission-controller/CHANGELOG.md | 6 ++++++ packages/preferences-controller/CHANGELOG.md | 6 ++++++ packages/profile-sync-controller/CHANGELOG.md | 4 ++++ packages/signature-controller/CHANGELOG.md | 6 ++++++ packages/user-operation-controller/CHANGELOG.md | 6 ++++++ 5 files changed, 28 insertions(+) diff --git a/packages/permission-controller/CHANGELOG.md b/packages/permission-controller/CHANGELOG.md index 0547eae7a3..22c96ba094 100644 --- a/packages/permission-controller/CHANGELOG.md +++ b/packages/permission-controller/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- Release 208.0.0 ([#4734](https://github.com/MetaMask/core/pull/4734)) +- Revert "Release 208.0.0 (#4731)" ([#4731](https://github.com/MetaMask/core/pull/4731)) +- Release 208.0.0 ([#4731](https://github.com/MetaMask/core/pull/4731)) + ## [11.0.2] ### Fixed diff --git a/packages/preferences-controller/CHANGELOG.md b/packages/preferences-controller/CHANGELOG.md index b00fe6a3ae..19f18d4e9f 100644 --- a/packages/preferences-controller/CHANGELOG.md +++ b/packages/preferences-controller/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- Release 208.0.0 ([#4734](https://github.com/MetaMask/core/pull/4734)) +- Revert "Release 208.0.0 (#4731)" ([#4731](https://github.com/MetaMask/core/pull/4731)) +- Release 208.0.0 ([#4731](https://github.com/MetaMask/core/pull/4731)) + ## [13.0.3] ### Fixed diff --git a/packages/profile-sync-controller/CHANGELOG.md b/packages/profile-sync-controller/CHANGELOG.md index 1e9780d9dc..2c7ef343a9 100644 --- a/packages/profile-sync-controller/CHANGELOG.md +++ b/packages/profile-sync-controller/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- fix(NOTIFY-1166): only fire callback when account name has changed ([#4735](https://github.com/MetaMask/core/pull/4735)) + ## [0.9.2] ### Changed diff --git a/packages/signature-controller/CHANGELOG.md b/packages/signature-controller/CHANGELOG.md index 599431ff22..5ed5f62e64 100644 --- a/packages/signature-controller/CHANGELOG.md +++ b/packages/signature-controller/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- Release 208.0.0 ([#4734](https://github.com/MetaMask/core/pull/4734)) +- Revert "Release 208.0.0 (#4731)" ([#4731](https://github.com/MetaMask/core/pull/4731)) +- Release 208.0.0 ([#4731](https://github.com/MetaMask/core/pull/4731)) + ## [19.1.0] ### Added diff --git a/packages/user-operation-controller/CHANGELOG.md b/packages/user-operation-controller/CHANGELOG.md index df3273346d..6d7d5157dd 100644 --- a/packages/user-operation-controller/CHANGELOG.md +++ b/packages/user-operation-controller/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- Release 208.0.0 ([#4734](https://github.com/MetaMask/core/pull/4734)) +- Revert "Release 208.0.0 (#4731)" ([#4731](https://github.com/MetaMask/core/pull/4731)) +- Release 208.0.0 ([#4731](https://github.com/MetaMask/core/pull/4731)) + ## [15.0.1] ### Fixed From 4c0f3b507fb7fbddf50f7fce1972f37230209cf2 Mon Sep 17 00:00:00 2001 From: Mathieu Artu Date: Thu, 26 Sep 2024 11:18:55 +0200 Subject: [PATCH 2/3] Update Release 209.0.0 --- package.json | 2 +- packages/notification-services-controller/package.json | 2 +- packages/permission-controller/CHANGELOG.md | 6 ------ packages/preferences-controller/CHANGELOG.md | 6 ------ packages/profile-sync-controller/CHANGELOG.md | 5 ++++- packages/profile-sync-controller/package.json | 2 +- packages/signature-controller/CHANGELOG.md | 6 ------ packages/user-operation-controller/CHANGELOG.md | 6 ------ yarn.lock | 4 ++-- 9 files changed, 9 insertions(+), 30 deletions(-) diff --git a/package.json b/package.json index b9dd5f1d91..5500efbc4b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/core-monorepo", - "version": "208.0.0", + "version": "209.0.0", "private": true, "description": "Monorepo for packages shared between MetaMask clients", "repository": { diff --git a/packages/notification-services-controller/package.json b/packages/notification-services-controller/package.json index 30870e832e..540b501313 100644 --- a/packages/notification-services-controller/package.json +++ b/packages/notification-services-controller/package.json @@ -111,7 +111,7 @@ "@lavamoat/allow-scripts": "^3.0.4", "@metamask/auto-changelog": "^3.4.4", "@metamask/keyring-controller": "^17.2.2", - "@metamask/profile-sync-controller": "^0.9.2", + "@metamask/profile-sync-controller": "^0.9.3", "@types/jest": "^27.4.1", "@types/readable-stream": "^2.3.0", "contentful": "^10.15.0", diff --git a/packages/permission-controller/CHANGELOG.md b/packages/permission-controller/CHANGELOG.md index 22c96ba094..0547eae7a3 100644 --- a/packages/permission-controller/CHANGELOG.md +++ b/packages/permission-controller/CHANGELOG.md @@ -7,12 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- Release 208.0.0 ([#4734](https://github.com/MetaMask/core/pull/4734)) -- Revert "Release 208.0.0 (#4731)" ([#4731](https://github.com/MetaMask/core/pull/4731)) -- Release 208.0.0 ([#4731](https://github.com/MetaMask/core/pull/4731)) - ## [11.0.2] ### Fixed diff --git a/packages/preferences-controller/CHANGELOG.md b/packages/preferences-controller/CHANGELOG.md index 19f18d4e9f..b00fe6a3ae 100644 --- a/packages/preferences-controller/CHANGELOG.md +++ b/packages/preferences-controller/CHANGELOG.md @@ -7,12 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- Release 208.0.0 ([#4734](https://github.com/MetaMask/core/pull/4734)) -- Revert "Release 208.0.0 (#4731)" ([#4731](https://github.com/MetaMask/core/pull/4731)) -- Release 208.0.0 ([#4731](https://github.com/MetaMask/core/pull/4731)) - ## [13.0.3] ### Fixed diff --git a/packages/profile-sync-controller/CHANGELOG.md b/packages/profile-sync-controller/CHANGELOG.md index 2c7ef343a9..64b4786d85 100644 --- a/packages/profile-sync-controller/CHANGELOG.md +++ b/packages/profile-sync-controller/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.9.3] + ### Uncategorized - fix(NOTIFY-1166): only fire callback when account name has changed ([#4735](https://github.com/MetaMask/core/pull/4735)) @@ -244,7 +246,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/profile-sync-controller@0.9.2...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/profile-sync-controller@0.9.3...HEAD +[0.9.3]: https://github.com/MetaMask/core/compare/@metamask/profile-sync-controller@0.9.2...@metamask/profile-sync-controller@0.9.3 [0.9.2]: https://github.com/MetaMask/core/compare/@metamask/profile-sync-controller@0.9.1...@metamask/profile-sync-controller@0.9.2 [0.9.1]: https://github.com/MetaMask/core/compare/@metamask/profile-sync-controller@0.9.0...@metamask/profile-sync-controller@0.9.1 [0.9.0]: https://github.com/MetaMask/core/compare/@metamask/profile-sync-controller@0.8.1...@metamask/profile-sync-controller@0.9.0 diff --git a/packages/profile-sync-controller/package.json b/packages/profile-sync-controller/package.json index 92eaab2428..8e8c887dda 100644 --- a/packages/profile-sync-controller/package.json +++ b/packages/profile-sync-controller/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/profile-sync-controller", - "version": "0.9.2", + "version": "0.9.3", "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", "keywords": [ "MetaMask", diff --git a/packages/signature-controller/CHANGELOG.md b/packages/signature-controller/CHANGELOG.md index 5ed5f62e64..599431ff22 100644 --- a/packages/signature-controller/CHANGELOG.md +++ b/packages/signature-controller/CHANGELOG.md @@ -7,12 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- Release 208.0.0 ([#4734](https://github.com/MetaMask/core/pull/4734)) -- Revert "Release 208.0.0 (#4731)" ([#4731](https://github.com/MetaMask/core/pull/4731)) -- Release 208.0.0 ([#4731](https://github.com/MetaMask/core/pull/4731)) - ## [19.1.0] ### Added diff --git a/packages/user-operation-controller/CHANGELOG.md b/packages/user-operation-controller/CHANGELOG.md index 6d7d5157dd..df3273346d 100644 --- a/packages/user-operation-controller/CHANGELOG.md +++ b/packages/user-operation-controller/CHANGELOG.md @@ -7,12 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- Release 208.0.0 ([#4734](https://github.com/MetaMask/core/pull/4734)) -- Revert "Release 208.0.0 (#4731)" ([#4731](https://github.com/MetaMask/core/pull/4731)) -- Release 208.0.0 ([#4731](https://github.com/MetaMask/core/pull/4731)) - ## [15.0.1] ### Fixed diff --git a/yarn.lock b/yarn.lock index 9fa593f373..5febcd4df9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3089,7 +3089,7 @@ __metadata: "@metamask/base-controller": "npm:^7.0.1" "@metamask/controller-utils": "npm:^11.3.0" "@metamask/keyring-controller": "npm:^17.2.2" - "@metamask/profile-sync-controller": "npm:^0.9.2" + "@metamask/profile-sync-controller": "npm:^0.9.3" "@types/jest": "npm:^27.4.1" "@types/readable-stream": "npm:^2.3.0" bignumber.js: "npm:^4.1.0" @@ -3270,7 +3270,7 @@ __metadata: languageName: unknown linkType: soft -"@metamask/profile-sync-controller@npm:^0.9.2, @metamask/profile-sync-controller@workspace:packages/profile-sync-controller": +"@metamask/profile-sync-controller@npm:^0.9.3, @metamask/profile-sync-controller@workspace:packages/profile-sync-controller": version: 0.0.0-use.local resolution: "@metamask/profile-sync-controller@workspace:packages/profile-sync-controller" dependencies: From 523463404dfae5f8c968f9fa269f687ae42a8127 Mon Sep 17 00:00:00 2001 From: Mathieu Artu Date: Thu, 26 Sep 2024 11:20:08 +0200 Subject: [PATCH 3/3] fix: update CHANGELOG --- packages/profile-sync-controller/CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/profile-sync-controller/CHANGELOG.md b/packages/profile-sync-controller/CHANGELOG.md index 64b4786d85..a9595f777a 100644 --- a/packages/profile-sync-controller/CHANGELOG.md +++ b/packages/profile-sync-controller/CHANGELOG.md @@ -9,9 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.9.3] -### Uncategorized +### Fixed -- fix(NOTIFY-1166): only fire callback when account name has changed ([#4735](https://github.com/MetaMask/core/pull/4735)) +- Only fire `onAccountNameUpdated` when account name has changed ([#4735](https://github.com/MetaMask/core/pull/4735)) ## [0.9.2]