Skip to content

Release/943.0.0#8618

Merged
Jwhiles merged 3 commits intomainfrom
release/943.0.0
Apr 28, 2026
Merged

Release/943.0.0#8618
Jwhiles merged 3 commits intomainfrom
release/943.0.0

Conversation

@Jwhiles
Copy link
Copy Markdown
Contributor

@Jwhiles Jwhiles commented Apr 28, 2026

Explanation

Publishes new versions of money-account-upgrade-controller and chomp-api-service

I've added the no changelog label to the PR - as the changelog check is failing for money-account-upgrade-controller, but I believe that the changelog correctly reflects the changes made in that package.

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

Low Risk
Primarily version/changelog updates and a dependency bump; runtime risk is low, though consumers must handle the @metamask/chomp-api-service major-version breaking change (timestamp now number).

Overview
Bumps the monorepo release version to 943.0.0 and publishes @metamask/chomp-api-service as 2.0.0, documenting a breaking type change for AssociateAddressParams.timestamp from string to number.

Updates @metamask/money-account-upgrade-controller to 1.2.0 and bumps its dependency on @metamask/chomp-api-service from ^1.0.0 to ^2.0.0, with corresponding yarn.lock updates.

Reviewed by Cursor Bugbot for commit ddbd186. Bugbot is set up for automated code reviews on this repo. Configure here.

@Jwhiles Jwhiles marked this pull request as ready for review April 28, 2026 12:49
@Jwhiles Jwhiles requested review from a team as code owners April 28, 2026 12:49
Matt561
Matt561 previously approved these changes Apr 28, 2026
"dependencies": {
"@metamask/base-controller": "^9.1.0",
"@metamask/chomp-api-service": "^1.0.0",
"@metamask/chomp-api-service": "^2.0.0",
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.

@Jwhiles FYI, the reason that the changelog check is failing is that this dependency bump is not logged in the changelog. If you run @metamaskbot update-changelog then it should add it for you. You can also run yarn changelog:validate --checkDeps --fix --currentPr 8618 locally.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Thanks @mcmire I've updated and pushed. Will look out for this in future.

@Jwhiles
Copy link
Copy Markdown
Contributor Author

Jwhiles commented Apr 28, 2026

@metamaskbot update-changelog

@Jwhiles Jwhiles added this pull request to the merge queue Apr 28, 2026
Merged via the queue into main with commit a2a3257 Apr 28, 2026
362 checks passed
@Jwhiles Jwhiles deleted the release/943.0.0 branch April 28, 2026 15:47
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.

3 participants