Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/122.0.0 #3996

Merged
merged 14 commits into from
Feb 29, 2024
Merged

Release/122.0.0 #3996

merged 14 commits into from
Feb 29, 2024

Conversation

BelfordZ
Copy link
Contributor

Explanation

References

Changelog

@metamask/package-a

  • : Your change here
  • : Your change here

@metamask/package-b

  • : Your change here
  • : Your change here

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 highlighted breaking changes using the "BREAKING" category above as appropriate

@BelfordZ BelfordZ requested a review from a team as a code owner February 28, 2024 22:57
mcmire
mcmire previously requested changes Feb 29, 2024
Copy link
Contributor

@mcmire mcmire left a comment

Choose a reason for hiding this comment

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

It looks like @metamask/permission-controller was added as a dev dependency to @metamask/selected-network-controller in #3969. It needs to be in the dependencies field as the import is showing up in the type declaration file. It also needs to be added as a peer dependency since SelectedNetworkController is talking to PermissionsController. Is it possible to add a new PR with those changes before merging this?

BelfordZ added a commit that referenced this pull request Feb 29, 2024
## Explanation

in response to
#3996 (review)

## 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?

For example:

* Fixes #12345
* Related to #67890
-->

## Changelog

<!--
If you're making any consumer-facing changes, list those changes here as
if you were updating a changelog, using the template below as a guide.

(CATEGORY is one of BREAKING, ADDED, CHANGED, DEPRECATED, REMOVED, or
FIXED. For security-related issues, follow the Security Advisory
process.)

Please take care to name the exact pieces of the API you've added or
changed (e.g. types, interfaces, functions, or methods).

If there are any breaking changes, make sure to offer a solution for
consumers to follow once they upgrade to the changes.

Finally, if you're only making changes to development scripts or tests,
you may replace the template below with "None".
-->

### `@metamask/selected-network-controller`

- **CHANGED**: Move permissions-controller from devDeps to deps and
peerDep


## 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 highlighted breaking changes using the "BREAKING" category
above as appropriate
Co-authored-by: Elliot Winkler <elliot.winkler@gmail.com>
@mcmire mcmire dismissed their stale review February 29, 2024 19:30

Changes addressed.

Co-authored-by: Alex Donesky <adonesky@gmail.com>
Co-authored-by: Elliot Winkler <elliot.winkler@gmail.com>
Copy link
Contributor

@mcmire mcmire left a comment

Choose a reason for hiding this comment

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

Looks good!

@mcmire
Copy link
Contributor

mcmire commented Feb 29, 2024

The ensure-blocking-pr-labels-absent check (which is new) hadn't run yet, so it was preventing this PR from being merged. I've added and removed a label which will force it to run and this PR should be good to merge now.

@BelfordZ BelfordZ merged commit 6573523 into main Feb 29, 2024
139 of 140 checks passed
@BelfordZ BelfordZ deleted the release/122.0.0 branch February 29, 2024 20:53
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.

4 participants