Skip to content

Commit c93c3c1

Browse files
Release/982.0.0 (MetaMask#8802)
## Explanation <!-- Thanks for your contribution! Take a moment to answer these questions so that reviewers have the information they need to properly understand your changes: * What is the current state of things and why does it need to change? * What is the solution your changes offer and how does it work? * Are there any changes whose purpose might not obvious to those unfamiliar with the domain? * If your primary goal was to update one package but you found you had to update another one along the way, why did you do so? * If you had to upgrade a dependency, why did you do so? --> ## References <!-- Are there any issues that this pull request is tied to? Are there other links that reviewers should consult to understand these changes better? Are there client or consumer pull requests to adopt any breaking changes? For example: * Fixes #12345 * Related to #67890 --> ## Checklist - [ ] I've updated the test suite for new or updated code as appropriate - [ ] I've updated documentation (JSDoc, Markdown, etc.) for new or updated code as appropriate - [ ] I've communicated my changes to consumers by [updating changelogs for packages I've changed](https://github.com/MetaMask/core/tree/main/docs/processes/updating-changelogs.md) - [ ] I've introduced [breaking changes](https://github.com/MetaMask/core/tree/main/docs/processes/breaking-changes.md) in this PR and have prepared draft pull requests for clients and consumer packages to resolve them <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Primarily release metadata and dependency version bumps; the main risk is downstream breakage for consumers that haven’t yet adapted to the `@metamask/authenticated-user-storage@2.0.0` breaking type changes. > > **Overview** > Bumps the monorepo release version to `982.0.0` and publishes new versions for `@metamask/authenticated-user-storage` (`2.0.0`), `@metamask/notification-services-controller` (`24.0.0`), and `@metamask/money-account-upgrade-controller` (`2.0.2`). > > Updates `money-account-upgrade-controller` and `notification-services-controller` to depend on `@metamask/authenticated-user-storage@^2.0.0`, with corresponding changelog entries and `yarn.lock` updates. > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit a465788. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY --> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ad4cdea commit c93c3c1

8 files changed

Lines changed: 29 additions & 20 deletions

File tree

package.json

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

packages/authenticated-user-storage/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [2.0.0]
11+
1012
### Changed
1113

1214
- Bump `@metamask/controller-utils` from `^12.0.0` to `^12.1.0` ([#8774](https://github.com/MetaMask/core/pull/8774))
@@ -32,6 +34,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3234

3335
- **BREAKING**: Rename `SocialAIPreference.traderProfileIds` to `mutedTraderProfileIds` in types and notification-preferences validation to match the API payload. ([#8536](https://github.com/MetaMask/core/pull/8536))
3436

35-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/authenticated-user-storage@1.0.1...HEAD
37+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/authenticated-user-storage@2.0.0...HEAD
38+
[2.0.0]: https://github.com/MetaMask/core/compare/@metamask/authenticated-user-storage@1.0.1...@metamask/authenticated-user-storage@2.0.0
3639
[1.0.1]: https://github.com/MetaMask/core/compare/@metamask/authenticated-user-storage@1.0.0...@metamask/authenticated-user-storage@1.0.1
3740
[1.0.0]: https://github.com/MetaMask/core/releases/tag/@metamask/authenticated-user-storage@1.0.0

packages/authenticated-user-storage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/authenticated-user-storage",
3-
"version": "1.0.1",
3+
"version": "2.0.0",
44
"description": "SDK for authenticated (non-encrypted) user storage endpoints",
55
"keywords": [
66
"Ethereum",

packages/money-account-upgrade-controller/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
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+
## [2.0.2]
11+
12+
### Changed
13+
14+
- Bump `@metamask/authenticated-user-storage` from `^1.0.1` to `^2.0.0` ([#8802](https://github.com/MetaMask/core/pull/8802))
15+
1016
## [2.0.1]
1117

1218
### Changed
@@ -85,7 +91,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8591

8692
- Add `MoneyAccountUpgradeController` with `upgradeAccount` method ([#8426](https://github.com/MetaMask/core/pull/8426))
8793

88-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/money-account-upgrade-controller@2.0.1...HEAD
94+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/money-account-upgrade-controller@2.0.2...HEAD
95+
[2.0.2]: https://github.com/MetaMask/core/compare/@metamask/money-account-upgrade-controller@2.0.1...@metamask/money-account-upgrade-controller@2.0.2
8996
[2.0.1]: https://github.com/MetaMask/core/compare/@metamask/money-account-upgrade-controller@2.0.0...@metamask/money-account-upgrade-controller@2.0.1
9097
[2.0.0]: https://github.com/MetaMask/core/compare/@metamask/money-account-upgrade-controller@1.3.2...@metamask/money-account-upgrade-controller@2.0.0
9198
[1.3.2]: https://github.com/MetaMask/core/compare/@metamask/money-account-upgrade-controller@1.3.1...@metamask/money-account-upgrade-controller@1.3.2

packages/money-account-upgrade-controller/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/money-account-upgrade-controller",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "MetaMask Money account upgrade controller",
55
"keywords": [
66
"Ethereum",
@@ -53,7 +53,7 @@
5353
"test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
5454
},
5555
"dependencies": {
56-
"@metamask/authenticated-user-storage": "^1.0.1",
56+
"@metamask/authenticated-user-storage": "^2.0.0",
5757
"@metamask/base-controller": "^9.1.0",
5858
"@metamask/chomp-api-service": "^3.1.0",
5959
"@metamask/delegation-controller": "^3.0.0",

packages/notification-services-controller/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [24.0.0]
11+
1012
### Added
1113

1214
- Add `productAnnouncementEnabled` to `NotificationServicesControllerEnableNotificationsOptions`. ([#8784](https://github.com/MetaMask/core/pull/8784))
@@ -21,6 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2123
- Marketing push notifications are initialized from `hasMarketingConsent`, while marketing in-app notifications are initialized from `productAnnouncementEnabled`.
2224
- Bump `@metamask/controller-utils` from `^12.0.0` to `^12.1.0` ([#8774](https://github.com/MetaMask/core/pull/8774))
2325
- Bump `@metamask/profile-sync-controller` from `^28.0.2` to `^28.1.0` ([#8783](https://github.com/MetaMask/core/pull/8783))
26+
- Bump `@metamask/authenticated-user-storage` from `^1.0.1` to `^2.0.0` ([#8802](https://github.com/MetaMask/core/pull/8802))
2427

2528
### Removed
2629

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

502505
### Changed
503506

504-
- **BREAKING:** Bump `@metamask/keyring-controller` peer dependency from `^18.0.0` to `^19.0.0` ([#4195](https://github.com/MetaMask/core/pull/4956))
505-
- **BREAKING:** Bump `@metamask/profile-sync-controller` peer dependency from `^1.0.0` to `^2.0.0` ([#4195](https://github.com/MetaMask/core/pull/4956))
507+
- **BREAKING:** Bump `@metamask/keyring-controller` peer dependency from `^18.0.0` to `^19.0.0` ([#4195](https://github.com/MetaMask/core/pull/4195))
508+
- **BREAKING:** Bump `@metamask/profile-sync-controller` peer dependency from `^1.0.0` to `^2.0.0` ([#4195](https://github.com/MetaMask/core/pull/4195))
506509

507510
## [0.13.0]
508511

@@ -544,7 +547,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
544547
- update the types described in `types/on-chain-notification/schema` and `types/on-chain-notification/on-chain-notification` ([#4818](https://github.com/MetaMask/core/pull/4818))
545548
- adds new notifications: aave_v3_health_factor; ens_expiration; lido_staking_rewards; notional_loan_expiration; rocketpool_staking_rewards; spark_fi_health_factor
546549
- splits Wallet Notifications from Web 3 Notifications
547-
548550
- updated and added new notification mocks ([#4818](https://github.com/MetaMask/core/pull/4818))
549551
- can be accessed through `@metamask/notification-services-controller/notification-services/mocks`
550552

@@ -623,7 +625,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
623625
["Are the Types Wrong?"](https://arethetypeswrong.github.io/) tool as
624626
["masquerading as CJS"](https://github.com/arethetypeswrong/arethetypeswrong.github.io/blob/main/docs/problems/FalseCJS.md).
625627
All of the ATTW checks now pass.
626-
- Remove chunk files ([#4648](https://github.com/MetaMask/core/pull/4648)).
628+
- Remove chunk files. ([#4648](https://github.com/MetaMask/core/pull/4648))
627629
- Previously, the build tool we used to generate JavaScript files extracted
628630
common code to "chunk" files. While this was intended to make this package
629631
more tree-shakeable, it also made debugging more difficult for our
@@ -716,7 +718,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
716718
### Added
717719

718720
- added catch statements in NotificationServicesController to silently fail push notifications ([#4536](https://github.com/MetaMask/core/pull/4536))
719-
720721
- added checks to see feature announcement environments before fetching announcements ([#4530](https://github.com/MetaMask/core/pull/4530))
721722

722723
### Removed
@@ -728,11 +729,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
728729
### Added
729730

730731
- export `defaultState` for `NotificationServicesController` and `NotificationServicesPushController`. ([#4441](https://github.com/MetaMask/core/pull/4441))
731-
732732
- export `NOTIFICATION_CHAINS_ID` which is a const-asserted version of `NOTIFICATION_CHAINS` ([#4441](https://github.com/MetaMask/core/pull/4441))
733-
734733
- export `NOTIFICATION_NETWORK_CURRENCY_NAME` and `NOTIFICATION_NETWORK_CURRENCY_SYMBOL`. Allows consistent currency names and symbols for supported notification services ([#4441](https://github.com/MetaMask/core/pull/4441))
735-
736734
- add `isPushIntegrated` as an optional env property in the `NotificationServicesController` constructor (defaults to true) ([#4441](https://github.com/MetaMask/core/pull/4441))
737735

738736
### Fixed
@@ -745,7 +743,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
745743

746744
- Initial release
747745

748-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@23.1.1...HEAD
746+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@24.0.0...HEAD
747+
[24.0.0]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@23.1.1...@metamask/notification-services-controller@24.0.0
749748
[23.1.1]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@23.1.0...@metamask/notification-services-controller@23.1.1
750749
[23.1.0]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@23.0.1...@metamask/notification-services-controller@23.1.0
751750
[23.0.1]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@23.0.0...@metamask/notification-services-controller@23.0.1

packages/notification-services-controller/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/notification-services-controller",
3-
"version": "23.1.1",
3+
"version": "24.0.0",
44
"description": "Manages New MetaMask decentralized Notification system",
55
"keywords": [
66
"Ethereum",
@@ -106,7 +106,7 @@
106106
},
107107
"dependencies": {
108108
"@contentful/rich-text-html-renderer": "^16.5.2",
109-
"@metamask/authenticated-user-storage": "^1.0.1",
109+
"@metamask/authenticated-user-storage": "^2.0.0",
110110
"@metamask/base-controller": "^9.1.0",
111111
"@metamask/controller-utils": "^12.1.0",
112112
"@metamask/keyring-controller": "^25.5.0",

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2926,7 +2926,7 @@ __metadata:
29262926
languageName: node
29272927
linkType: hard
29282928

2929-
"@metamask/authenticated-user-storage@npm:^1.0.1, @metamask/authenticated-user-storage@workspace:packages/authenticated-user-storage":
2929+
"@metamask/authenticated-user-storage@npm:^2.0.0, @metamask/authenticated-user-storage@workspace:packages/authenticated-user-storage":
29302930
version: 0.0.0-use.local
29312931
resolution: "@metamask/authenticated-user-storage@workspace:packages/authenticated-user-storage"
29322932
dependencies:
@@ -4541,7 +4541,7 @@ __metadata:
45414541
version: 0.0.0-use.local
45424542
resolution: "@metamask/money-account-upgrade-controller@workspace:packages/money-account-upgrade-controller"
45434543
dependencies:
4544-
"@metamask/authenticated-user-storage": "npm:^1.0.1"
4544+
"@metamask/authenticated-user-storage": "npm:^2.0.0"
45454545
"@metamask/auto-changelog": "npm:^6.1.0"
45464546
"@metamask/base-controller": "npm:^9.1.0"
45474547
"@metamask/chomp-api-service": "npm:^3.1.0"
@@ -4826,7 +4826,7 @@ __metadata:
48264826
"@contentful/rich-text-html-renderer": "npm:^16.5.2"
48274827
"@lavamoat/allow-scripts": "npm:^3.0.4"
48284828
"@lavamoat/preinstall-always-fail": "npm:^2.1.0"
4829-
"@metamask/authenticated-user-storage": "npm:^1.0.1"
4829+
"@metamask/authenticated-user-storage": "npm:^2.0.0"
48304830
"@metamask/auto-changelog": "npm:^6.1.0"
48314831
"@metamask/base-controller": "npm:^9.1.0"
48324832
"@metamask/controller-utils": "npm:^12.1.0"

0 commit comments

Comments
 (0)