Skip to content

Commit e00fdbf

Browse files
authored
Release 912.0.0 (#8451)
This release includes the following package: - `@metamask/base-controller` 9.0.1 -> 9.1.0 This release is necessary because the `${Controller}:stateChange` event is now deprecated in favor of `${Controller}:stateChanged`. More importantly, `ControllerStateChangedEvent` is now available for use in controller packages so that engineers can support the new event in their messenger types. <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Primarily a dependency/version bump across many packages; risk is limited to any downstream behavior/type changes introduced by `@metamask/base-controller@9.1.0` (new `:stateChanged` event) affecting consumers at build/runtime. > > **Overview** > **Publishes `@metamask/base-controller@9.1.0`** and updates its changelog/compare links for the new release. > > **Propagates the bump** by updating dozens of controller packages’ `package.json` dependencies and `CHANGELOG.md` entries from `@metamask/base-controller@^9.0.1` to `^9.1.0`, with corresponding `yarn.lock` updates. > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit 876fec8. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent e5d6c92 commit e00fdbf

117 files changed

Lines changed: 192 additions & 117 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.

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
@@ -54,7 +54,7 @@
5454
},
5555
"dependencies": {
5656
"@metamask/accounts-controller": "^37.2.0",
57-
"@metamask/base-controller": "^9.0.1",
57+
"@metamask/base-controller": "^9.1.0",
5858
"@metamask/keyring-api": "^21.6.0",
5959
"@metamask/keyring-controller": "^25.2.0",
6060
"@metamask/messenger": "^1.1.1",

packages/accounts-controller/CHANGELOG.md

Lines changed: 1 addition & 0 deletions

packages/accounts-controller/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
},
5555
"dependencies": {
5656
"@ethereumjs/util": "^9.1.0",
57-
"@metamask/base-controller": "^9.0.1",
57+
"@metamask/base-controller": "^9.1.0",
5858
"@metamask/eth-snap-keyring": "^19.0.0",
5959
"@metamask/keyring-api": "^21.6.0",
6060
"@metamask/keyring-controller": "^25.2.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
@@ -53,7 +53,7 @@
5353
"test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
5454
},
5555
"dependencies": {
56-
"@metamask/base-controller": "^9.0.1",
56+
"@metamask/base-controller": "^9.1.0",
5757
"@metamask/controller-utils": "^11.20.0",
5858
"@metamask/messenger": "^1.1.1",
5959
"@metamask/utils": "^11.9.0"

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
@@ -53,7 +53,7 @@
5353
"test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
5454
},
5555
"dependencies": {
56-
"@metamask/base-controller": "^9.0.1",
56+
"@metamask/base-controller": "^9.1.0",
5757
"@metamask/messenger": "^1.1.1",
5858
"@metamask/superstruct": "^3.1.0",
5959
"@metamask/utils": "^11.9.0"

packages/analytics-controller/CHANGELOG.md

Lines changed: 1 addition & 0 deletions

packages/analytics-controller/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
5454
},
5555
"dependencies": {
56-
"@metamask/base-controller": "^9.0.1",
56+
"@metamask/base-controller": "^9.1.0",
5757
"@metamask/messenger": "^1.1.1",
5858
"@metamask/utils": "^11.9.0"
5959
},

0 commit comments

Comments
 (0)