Skip to content

Commit 52f6d08

Browse files
Release 1094.0.0 (#9392)
## Explanation Release PR for a breaking change to `messenger`. <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Medium Risk** > A semver-major bump to the shared messenger library affects inter-controller messaging across the entire monorepo; consumers must upgrade in lockstep and migrate off the removed `generate-action-types` CLI if they still use it. > > **Overview** > **Monorepo release 1094.0.0** rolls the breaking **`@metamask/messenger` 2.0.0** release through the workspace: root and **`packages/messenger`** versions are updated, and essentially every controller/service that depends on messenger moves from **`^1.2.0` to `^2.0.0`**, with matching **Unreleased** changelog entries ([#9392](#9392)). > > The **2.0.0** messenger release (documented in this PR’s changelog reshuffle) adds **`getRegisteredActionTypes`** and **`buildChild`**, and **removes** the in-package **`generate-action-types` CLI** in favor of **`@metamask/messenger-cli`**’s `messenger-action-types` — that removal is the called-out **breaking** change driving the major bump. > > There is **no application logic change** in this diff beyond version pins and changelog lines; it is a coordinated dependency alignment for clients upgrading to core **1094**. > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit 41a142d. 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 359eb4a commit 52f6d08

146 files changed

Lines changed: 310 additions & 158 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

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": "1093.0.0",
3+
"version": "1094.0.0",
44
"private": true,
55
"description": "Monorepo for packages shared between MetaMask clients",
66
"repository": {

packages/account-tree-controller/CHANGELOG.md

Lines changed: 1 addition & 0 deletions

packages/account-tree-controller/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@metamask/base-controller": "^9.1.0",
5858
"@metamask/keyring-api": "^23.3.0",
5959
"@metamask/keyring-controller": "^27.1.0",
60-
"@metamask/messenger": "^1.2.0",
60+
"@metamask/messenger": "^2.0.0",
6161
"@metamask/multichain-account-service": "^11.1.0",
6262
"@metamask/profile-sync-controller": "^28.2.0",
6363
"@metamask/snaps-controllers": "^19.0.0",

packages/accounts-controller/CHANGELOG.md

Lines changed: 4 additions & 0 deletions

packages/accounts-controller/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"@metamask/keyring-internal-api": "^11.0.1",
6262
"@metamask/keyring-sdk": "^2.2.0",
6363
"@metamask/keyring-utils": "^3.3.1",
64-
"@metamask/messenger": "^1.2.0",
64+
"@metamask/messenger": "^2.0.0",
6565
"@metamask/network-controller": "^34.0.0",
6666
"@metamask/superstruct": "^3.1.0",
6767
"@metamask/utils": "^11.11.0",

packages/address-book-controller/CHANGELOG.md

Lines changed: 1 addition & 0 deletions

packages/address-book-controller/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"dependencies": {
5656
"@metamask/base-controller": "^9.1.0",
5757
"@metamask/controller-utils": "^12.3.0",
58-
"@metamask/messenger": "^1.2.0",
58+
"@metamask/messenger": "^2.0.0",
5959
"@metamask/utils": "^11.11.0"
6060
},
6161
"devDependencies": {

packages/ai-controllers/CHANGELOG.md

Lines changed: 1 addition & 0 deletions

packages/ai-controllers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
},
5555
"dependencies": {
5656
"@metamask/base-controller": "^9.1.0",
57-
"@metamask/messenger": "^1.2.0",
57+
"@metamask/messenger": "^2.0.0",
5858
"@metamask/superstruct": "^3.1.0",
5959
"@metamask/utils": "^11.11.0"
6060
},

packages/analytics-controller/CHANGELOG.md

Lines changed: 4 additions & 0 deletions

0 commit comments

Comments
 (0)