Skip to content

Commit f842953

Browse files
committed
Upgrade @metamask/{notification-services,profile-sync}-controller releases as major version bumps
1 parent 7617a9c commit f842953

File tree

4 files changed

+11
-10
lines changed

4 files changed

+11
-10
lines changed

packages/notification-services-controller/CHANGELOG.md

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

88
## [Unreleased]
99

10-
## [0.1.3]
10+
## [0.2.0]
1111

1212
### Added
1313

1414
- Add and export type `BlockExplorerConfig` and object `SUPPORTED_NOTIFICATION_BLOCK_EXPLORERS`, which is a collection of block explorers for chains on which notifications are supported ([#4552](https://github.com/MetaMask/core/pull/4552))
1515

1616
### Changed
1717

18+
- **BREAKING:** Bump peerDependency `@metamask/profile-sync-controller` from `^0.1.4` to `^0.2.0` ([#4548](https://github.com/MetaMask/core/pull/4548))
1819
- Upgrade TypeScript version to `~5.0.4` and set `moduleResolution` option to `Node16` ([#3645](https://github.com/MetaMask/core/pull/3645))
1920
- Bump `@metamask/base-controller` from `^6.0.1` to `^6.0.2` ([#4544](https://github.com/MetaMask/core/pull/4544))
2021
- Bump `@metamask/controller-utils` from `^11.0.1` to `^11.0.2` ([#4544](https://github.com/MetaMask/core/pull/4544))
@@ -53,8 +54,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5354

5455
- Initial release
5556

56-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@0.1.3...HEAD
57-
[0.1.3]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/notification-services-controller@0.1.3
57+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@0.2.0...HEAD
58+
[0.2.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/notification-services-controller@0.2.0
5859
[0.1.2]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
5960
[0.1.1]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
6061
[0.1.0]: https://github.com/MetaMask/core/releases/tag/@metamask/[email protected]

packages/notification-services-controller/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/notification-services-controller",
3-
"version": "0.1.3",
3+
"version": "0.2.0",
44
"description": "Manages New MetaMask decentralized Notification system",
55
"keywords": [
66
"MetaMask",
@@ -45,7 +45,7 @@
4545
"@metamask/base-controller": "^6.0.2",
4646
"@metamask/controller-utils": "^11.0.2",
4747
"@metamask/keyring-controller": "^17.1.2",
48-
"@metamask/profile-sync-controller": "^0.1.5",
48+
"@metamask/profile-sync-controller": "^0.2.0",
4949
"bignumber.js": "^4.1.0",
5050
"contentful": "^10.3.6",
5151
"firebase": "^10.11.0",
@@ -68,7 +68,7 @@
6868
},
6969
"peerDependencies": {
7070
"@metamask/keyring-controller": "^17.0.0",
71-
"@metamask/profile-sync-controller": "^0.1.4"
71+
"@metamask/profile-sync-controller": "^0.2.0"
7272
},
7373
"engines": {
7474
"node": "^18.18 || >=20"

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-
## [0.1.5]
10+
## [0.2.0]
1111

1212
### Added
1313

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

8282
- Initial release
8383

84-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/profile-sync-controller@0.1.5...HEAD
85-
[0.1.5]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/profile-sync-controller@0.1.5
84+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/profile-sync-controller@0.2.0...HEAD
85+
[0.2.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/profile-sync-controller@0.2.0
8686
[0.1.4]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
8787
[0.1.3]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
8888
[0.1.2]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]

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": "0.1.5",
3+
"version": "0.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",

0 commit comments

Comments
 (0)