Skip to content

Commit 572fecf

Browse files
authored
Revert "Release 912.0.0 (#8451)" (#8456)
This reverts commit e00fdbf. The root `package.json` was never bumped, so deployment was not initiated. ## 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** > Dependency-only revert that downgrades `@metamask/base-controller` from `9.1.0` to `9.0.1` across many packages; risk is limited to potential build/behavior differences for any consumers expecting `9.1.0` APIs. > > **Overview** > Reverts the prior `@metamask/base-controller@9.1.0` release by resetting `@metamask/base-controller` back to `9.0.1` and updating all affected packages to depend on `^9.0.1` again. > > Corresponding changelog entries referencing the `9.1.0` bump are removed/rolled back, and `yarn.lock` is updated to reflect the downgraded dependency graph. > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit 0910e51. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent e00fdbf commit 572fecf

117 files changed

Lines changed: 117 additions & 192 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: 0 additions & 1 deletion

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.1.0",
57+
"@metamask/base-controller": "^9.0.1",
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: 0 additions & 1 deletion

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.1.0",
57+
"@metamask/base-controller": "^9.0.1",
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: 0 additions & 1 deletion

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.1.0",
56+
"@metamask/base-controller": "^9.0.1",
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: 0 additions & 1 deletion

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.1.0",
56+
"@metamask/base-controller": "^9.0.1",
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: 0 additions & 1 deletion

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.1.0",
56+
"@metamask/base-controller": "^9.0.1",
5757
"@metamask/messenger": "^1.1.1",
5858
"@metamask/utils": "^11.9.0"
5959
},

0 commit comments

Comments
 (0)