Skip to content

Release/715.0.0#7422

Merged
micaelae merged 11 commits into
mainfrom
release/715.0.0
Dec 10, 2025
Merged

Release/715.0.0#7422
micaelae merged 11 commits into
mainfrom
release/715.0.0

Conversation

@micaelae
Copy link
Copy Markdown
Member

@micaelae micaelae commented Dec 9, 2025

Explanation

Releases the bridge controllers

References

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
  • I've introduced breaking changes in this PR and have prepared draft pull requests for clients and consumer packages to resolve them

Note

Releases bridge-controller 64.1.0 and bridge-status-controller 64.1.0, updating dependents and changelogs across the monorepo.

  • Versioning
    • Bump monorepo version to 715.0.0.
  • Bridge Controller (packages/bridge-controller)
    • Release 64.1.0 with updated gas calculation (use gas‑api priority fee; stop adding base fee).
    • Dependency bumps: @metamask/assets-controllers ^93.1.0, @metamask/remote-feature-flag-controller ^3.0.0, @metamask/transaction-controller ^62.5.0.
    • Update changelog links.
  • Bridge Status Controller (packages/bridge-status-controller)
    • Release 64.1.0; update dependency to @metamask/bridge-controller ^64.1.0 and @metamask/transaction-controller ^62.5.0.
    • Update changelog links.
  • Transaction Pay Controller (packages/transaction-pay-controller)
    • Update dependencies to @metamask/bridge-controller ^64.1.0 and @metamask/bridge-status-controller ^64.1.0.
    • Changelog: note bridge-controller bump and Relay quote gas estimation via messenger actions.

Written by Cursor Bugbot for commit d102ddb. This will update automatically on new commits. Configure here.

@micaelae micaelae requested review from a team as code owners December 9, 2025 21:53
@micaelae micaelae enabled auto-merge December 9, 2025 22:06
bfullam
bfullam previously approved these changes Dec 10, 2025
"@metamask/bridge-controller": "^64.0.0",
"@metamask/bridge-status-controller": "^64.0.1",
"@metamask/bridge-controller": "^64.1.0",
"@metamask/bridge-status-controller": "^64.1.0",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Package version not bumped despite dependency updates

The @metamask/transaction-pay-controller package has its @metamask/bridge-controller and @metamask/bridge-status-controller dependencies updated to ^64.1.0, but the package version remains at 10.4.0 and the changelog entries are still under [Unreleased]. This is inconsistent with the release pattern used for bridge-controller and bridge-status-controller, which were both versioned and had their changelogs updated. Either the package needs a version bump with properly formatted changelog entries, or this was an incomplete release.

Additional Locations (1)

Fix in Cursor Fix in Web

Comment thread packages/transaction-pay-controller/CHANGELOG.md Outdated
Co-authored-by: OGPoyraz <omergoktugpoyraz@gmail.com>

### Changed

- Bump `@metamask/bridge-controller` from `^64.0.0` to `^64.1.0` ([#7422](https://github.com/MetaMask/core/pull/7422))
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: Would you mind adding bridge-status-controller bump too

Suggested change
- Bump `@metamask/bridge-controller` from `^64.0.0` to `^64.1.0` ([#7422](https://github.com/MetaMask/core/pull/7422))
- Bump `@metamask/bridge-controller` from `^64.0.0` to `^64.1.0` ([#7422](https://github.com/MetaMask/core/pull/7422))
- Bump `@metamask/bridge-status-controller` from `^64.0.1` to `^64.1.0` ([#7422](https://github.com/MetaMask/core/pull/7422))

@micaelae micaelae added this pull request to the merge queue Dec 10, 2025
Merged via the queue into main with commit f7ab155 Dec 10, 2025
281 checks passed
@micaelae micaelae deleted the release/715.0.0 branch December 10, 2025 11:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants