You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## 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?
-->
Assets controllers release.
Preview PRs for extension
MetaMask/metamask-extension#36574 and mobile
MetaMask/metamask-mobile#20859.
## 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/contributing.md#updating-changelogs),
highlighting breaking changes as necessary
- [ ] I've prepared draft pull requests for clients and consumer
packages to resolve any breaking changes
<!-- CURSOR_SUMMARY -->
---
> [!NOTE]
> Releases assets-controllers v79 with a breaking token-selector rename,
bumps bridge packages to v49 with updated peer deps and adds optional
Client-Version header, and updates root/yarn versions.
>
> - **Packages**:
> - **assets-controllers `v79.0.0` (BREAKING)**:
> - Rename token-selector field `type` -> `accountType`.
> - Update changelog links.
> - **bridge-controller `v49.0.0`**:
> - Bump peer/dev deps to `@metamask/assets-controllers@^79.0.0`
(BREAKING peer update).
> - Add optional `Client-Version` header to API requests.
> - **bridge-status-controller `v49.0.0`**:
> - Bump peer/dev deps to `@metamask/bridge-controller@^49.0.0`
(BREAKING peer update).
> - **Repo**:
> - Bump root version to `608.0.0`; update `yarn.lock`.
>
> <sup>Written by [Cursor
Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit
ca75c5f. This will update automatically
on new commits. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->
Copy file name to clipboardExpand all lines: packages/assets-controllers/CHANGELOG.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
## [79.0.0]
11
+
10
12
### Changed
11
13
12
14
-**BREAKING:** Change name of token-selector field from `type` to `accountType` to avoid conflicts with existing types. ([#6804](https://github.com/MetaMask/core/pull/6804))
@@ -2077,7 +2079,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2077
2079
2078
2080
- Use Ethers for AssetsContractController ([#845](https://github.com/MetaMask/core/pull/845))
0 commit comments