From 1dd91d760a6b977f2ee2fec4b7e9dec53f48ae81 Mon Sep 17 00:00:00 2001 From: Prithpal Sooriya Date: Sat, 21 Sep 2024 16:16:10 +0100 Subject: [PATCH 1/3] Initialize Release 205.0.0 --- packages/notification-services-controller/CHANGELOG.md | 4 ++++ packages/profile-sync-controller/CHANGELOG.md | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/packages/notification-services-controller/CHANGELOG.md b/packages/notification-services-controller/CHANGELOG.md index 132e14adc5..a31c8c97b3 100644 --- a/packages/notification-services-controller/CHANGELOG.md +++ b/packages/notification-services-controller/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- feat: update UI export from MATIC to POL ([#4720](https://github.com/MetaMask/core/pull/4720)) + ## [0.7.0] ### Changed diff --git a/packages/profile-sync-controller/CHANGELOG.md b/packages/profile-sync-controller/CHANGELOG.md index 4acfec8490..7c8e6aacb6 100644 --- a/packages/profile-sync-controller/CHANGELOG.md +++ b/packages/profile-sync-controller/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- fix: profile-sync-controller mobile compilation issues ([#4721](https://github.com/MetaMask/core/pull/4721)) +- refactor: move and organize shared profile sync dependencies ([#4717](https://github.com/MetaMask/core/pull/4717)) + ## [0.8.0] ### Fixed From ba06f16fd5c917e7d67f60b2e0ab69b4e3344f78 Mon Sep 17 00:00:00 2001 From: Prithpal Sooriya Date: Sat, 21 Sep 2024 16:20:11 +0100 Subject: [PATCH 2/3] update packages --- package.json | 2 +- packages/notification-services-controller/package.json | 4 ++-- packages/profile-sync-controller/package.json | 2 +- yarn.lock | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 8ef17abbd4..5f075ec966 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/core-monorepo", - "version": "204.0.0", + "version": "205.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 ae575a8df3..9ddc3eb80e 100644 --- a/packages/notification-services-controller/package.json +++ b/packages/notification-services-controller/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/notification-services-controller", - "version": "0.7.0", + "version": "0.8.0", "description": "Manages New MetaMask decentralized Notification system", "keywords": [ "MetaMask", @@ -111,7 +111,7 @@ "@lavamoat/allow-scripts": "^3.0.4", "@metamask/auto-changelog": "^3.4.4", "@metamask/keyring-controller": "^17.2.1", - "@metamask/profile-sync-controller": "^0.8.0", + "@metamask/profile-sync-controller": "^0.8.1", "@types/jest": "^27.4.1", "@types/readable-stream": "^2.3.0", "contentful": "^10.15.0", diff --git a/packages/profile-sync-controller/package.json b/packages/profile-sync-controller/package.json index 610cca519f..0f8ddd1031 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.8.0", + "version": "0.8.1", "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/yarn.lock b/yarn.lock index 655f60c9b5..fb5752d2f9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3088,7 +3088,7 @@ __metadata: "@metamask/base-controller": "npm:^7.0.1" "@metamask/controller-utils": "npm:^11.3.0" "@metamask/keyring-controller": "npm:^17.2.1" - "@metamask/profile-sync-controller": "npm:^0.8.0" + "@metamask/profile-sync-controller": "npm:^0.8.1" "@types/jest": "npm:^27.4.1" "@types/readable-stream": "npm:^2.3.0" bignumber.js: "npm:^4.1.0" @@ -3269,7 +3269,7 @@ __metadata: languageName: unknown linkType: soft -"@metamask/profile-sync-controller@npm:^0.8.0, @metamask/profile-sync-controller@workspace:packages/profile-sync-controller": +"@metamask/profile-sync-controller@npm:^0.8.1, @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 f5b8f200aa878370077d1729bc153c81072ef453 Mon Sep 17 00:00:00 2001 From: Prithpal Sooriya Date: Sat, 21 Sep 2024 16:24:45 +0100 Subject: [PATCH 3/3] update changelogs --- .../notification-services-controller/CHANGELOG.md | 10 +++++++--- packages/profile-sync-controller/CHANGELOG.md | 13 ++++++++++--- 2 files changed, 17 insertions(+), 6 deletions(-) diff --git a/packages/notification-services-controller/CHANGELOG.md b/packages/notification-services-controller/CHANGELOG.md index a31c8c97b3..41ea8c9cbc 100644 --- a/packages/notification-services-controller/CHANGELOG.md +++ b/packages/notification-services-controller/CHANGELOG.md @@ -7,9 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized +## [0.8.0] -- feat: update UI export from MATIC to POL ([#4720](https://github.com/MetaMask/core/pull/4720)) +### Changed + +- Update UI export from MATIC to POL ([#4720](https://github.com/MetaMask/core/pull/4720)) +- Bump `@metamask/profile-sync-controller` from `^0.8.0` to `^0.8.1` ([#4722]https://github.com/MetaMask/core/pull/4720) ## [0.7.0] @@ -163,7 +166,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/notification-services-controller@0.7.0...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@0.8.0...HEAD +[0.8.0]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@0.7.0...@metamask/notification-services-controller@0.8.0 [0.7.0]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@0.6.0...@metamask/notification-services-controller@0.7.0 [0.6.0]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@0.5.1...@metamask/notification-services-controller@0.6.0 [0.5.1]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@0.5.0...@metamask/notification-services-controller@0.5.1 diff --git a/packages/profile-sync-controller/CHANGELOG.md b/packages/profile-sync-controller/CHANGELOG.md index 7c8e6aacb6..d3803f71f5 100644 --- a/packages/profile-sync-controller/CHANGELOG.md +++ b/packages/profile-sync-controller/CHANGELOG.md @@ -7,10 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized +## [0.8.1] + +### Changed + +- move and organize shared profile sync dependencies ([#4717](https://github.com/MetaMask/core/pull/4717)) + +### Fixed - fix: profile-sync-controller mobile compilation issues ([#4721](https://github.com/MetaMask/core/pull/4721)) -- refactor: move and organize shared profile sync dependencies ([#4717](https://github.com/MetaMask/core/pull/4717)) + - mobile does not support exported async arrow functions, so needed to convert these into normal async functions ## [0.8.0] @@ -209,7 +215,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.8.0...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/profile-sync-controller@0.8.1...HEAD +[0.8.1]: https://github.com/MetaMask/core/compare/@metamask/profile-sync-controller@0.8.0...@metamask/profile-sync-controller@0.8.1 [0.8.0]: https://github.com/MetaMask/core/compare/@metamask/profile-sync-controller@0.7.0...@metamask/profile-sync-controller@0.8.0 [0.7.0]: https://github.com/MetaMask/core/compare/@metamask/profile-sync-controller@0.6.0...@metamask/profile-sync-controller@0.7.0 [0.6.0]: https://github.com/MetaMask/core/compare/@metamask/profile-sync-controller@0.5.0...@metamask/profile-sync-controller@0.6.0