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/171.0.0 #4508

Merged
merged 8 commits into from
Jul 10, 2024
Merged

Release/171.0.0 #4508

merged 8 commits into from
Jul 10, 2024

Conversation

cryptodev-2s
Copy link
Contributor

@cryptodev-2s cryptodev-2s commented Jul 9, 2024

Explanation

This release includes the following packages:

  • @metamask/assets-controllers: 35.0.0
  • @metamask/ens-controller: 13.0.0
  • @metamask/eth-json-rpc-provider: 4.1.0
  • @metamask/gas-fee-controller: 19.0.0
  • @metamask/network-controller: 20.0.0
  • @metamask/polling-controller: 9.0.0
  • @metamask/queued-request-controller: 3.0.0
  • @metamask/selected-network-controller: 16.0.0
  • @metamask/transaction-controller: 35.0.0
  • @metamask/user-operation-controller: 14.0.0

References

Changelog

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

@cryptodev-2s cryptodev-2s requested a review from a team as a code owner July 9, 2024 15:47
@cryptodev-2s cryptodev-2s marked this pull request as draft July 9, 2024 17:04
@cryptodev-2s cryptodev-2s marked this pull request as ready for review July 9, 2024 17:32
@cryptodev-2s cryptodev-2s requested a review from a team July 9, 2024 19:49
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.

Some suggestions, but otherwise this looks good.

packages/assets-controllers/CHANGELOG.md Outdated Show resolved Hide resolved
packages/ens-controller/CHANGELOG.md Outdated Show resolved Hide resolved
packages/eth-json-rpc-provider/CHANGELOG.md Outdated Show resolved Hide resolved
packages/gas-fee-controller/CHANGELOG.md Outdated Show resolved Hide resolved
packages/polling-controller/CHANGELOG.md Outdated Show resolved Hide resolved
packages/queued-request-controller/CHANGELOG.md Outdated Show resolved Hide resolved
packages/selected-network-controller/CHANGELOG.md Outdated Show resolved Hide resolved
packages/transaction-controller/CHANGELOG.md Outdated Show resolved Hide resolved
packages/user-operation-controller/CHANGELOG.md Outdated Show resolved Hide resolved
@cryptodev-2s cryptodev-2s requested a review from mcmire July 10, 2024 00:26
Copy link
Contributor

@kanthesha kanthesha left a comment

Choose a reason for hiding this comment

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

Overall LGTM.

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.

LGTM!

@cryptodev-2s cryptodev-2s merged commit f02c520 into main Jul 10, 2024
116 checks passed
@cryptodev-2s cryptodev-2s deleted the release/171.0.0 branch July 10, 2024 14:49
sahar-fehri added a commit that referenced this pull request Jul 16, 2024
## Explanation

Releases assets-controllers to new version `36.0.0`

## 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/assets-controllers`

### Added

- **Added**: Add optional `topBid` property to the `NftMetadata` type.
This property must be of type `TopBid`.
([#4522](#4522))
- **Added**: Add optional `floorAsk` property to the `TokenCollection`
type. This property must be of type `FloorAskCollection`.
([#4522](#4522))
- **Added**: Add linea mainnet support to nft detection supported
networks ([#4515](#4515))
- **Added**: Fetch NFT collections data from the NFT-API
`getCollections` API when calling the `detectNfts` method of
`NftDetectionController`, and the `updateNftMetadata` and `watchNft`
methods of `NftController`.
([#4443](#4443))

### Changed

- **Changed**: Bump `@metamask/utils` to `^9.0.0`
([#4508](#4516))
- **Changed**: Bump `@metamask/rpc-errors` to `^6.3.1`
([#4498](#4516))

### Fixed

- **Breaking**: Changed attributes type in `NftMetadata` to
`Attributes[]` ([#4522](#4522))

## 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants