Commit 572fecf
authored
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
- packages
- account-tree-controller
- accounts-controller
- address-book-controller
- ai-controllers
- analytics-controller
- analytics-data-regulation-controller
- announcement-controller
- app-metadata-controller
- approval-controller
- assets-controllers
- assets-controller
- base-controller
- bridge-controller
- bridge-status-controller
- claims-controller
- client-controller
- compliance-controller
- composable-controller
- config-registry-controller
- connectivity-controller
- delegation-controller
- earn-controller
- ens-controller
- gas-fee-controller
- gator-permissions-controller
- geolocation-controller
- keyring-controller
- logging-controller
- message-manager
- money-account-controller
- multichain-account-service
- multichain-network-controller
- multichain-transactions-controller
- name-controller
- network-controller
- network-enablement-controller
- notification-services-controller
- permission-controller
- permission-log-controller
- perps-controller
- phishing-controller
- polling-controller
- preferences-controller
- profile-metrics-controller
- profile-sync-controller
- ramps-controller
- rate-limit-controller
- remote-feature-flag-controller
- sample-controllers
- seedless-onboarding-controller
- selected-network-controller
- shield-controller
- signature-controller
- social-controllers
- subscription-controller
- transaction-controller
- transaction-pay-controller
- user-operation-controller
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
0 commit comments