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?
-->
Release for assets-controllers.
## 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 monorepo 688.0.0: assets-controllers v91 (Price API v3,
TokenRates updates), bridge controllers bumped to v63, and
transaction-pay v10 with Relay gas-fee token support.
>
> - **Packages**:
> - **@metamask/assets-controllers@91.0.0** (BREAKING):
> - Migrate `spot-prices` to Price API v3; update
`AbstractTokenPricesService.fetchTokenPrices`,
`CodefiTokenPricesServiceV2` currencies, and `TokenRatesController` to
price by native currency; remove legacy polling/events.
> - **@metamask/bridge-controller@63.0.0** (BREAKING):
> - Bump peer/dev dep on `@metamask/assets-controllers` to `^91.0.0`.
> - **@metamask/bridge-status-controller@63.0.0** (BREAKING):
> - Bump peer/dev dep on `@metamask/bridge-controller` to `^63.0.0`.
> - **@metamask/transaction-pay-controller@10.0.0**:
> - Add Relay deposit support for using gas fee token when native
balance is insufficient; add `fees.isSourceGasFeeToken` field.
> - (BREAKING) Bump peers: `bridge(-status)` to `^63.0.0`,
`assets-controllers` to `^91.0.0`.
> - **Repo**:
> - Bump root version to `688.0.0`.
>
> <sup>Written by [Cursor
Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit
20c086b. 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/transaction-pay-controller/CHANGELOG.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,11 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
## [10.0.0]
11
+
10
12
### Added
11
13
12
14
- Use gas fee token for Relay deposit transactions if insufficient native balance ([#7193](https://github.com/MetaMask/core/pull/7193))
13
15
- Add optional `fees.isSourceGasFeeToken` property to `TransactionPayQuote` and `TransactionPayTotals` type.
14
16
17
+
### Changed
18
+
19
+
-**BREAKING:** Bump `@metamask/bridge-status-controller` from `^62.0.0` to `^63.0.0` ([#7207](https://github.com/MetaMask/core/pull/7207))
20
+
-**BREAKING:** Bump `@metamask/bridge-controller` from `^62.0.0` to `^63.0.0` ([#7207](https://github.com/MetaMask/core/pull/7207))
21
+
-**BREAKING:** Bump `@metamask/assets-controllers` from `^90.0.0` to `^91.0.0` ([#7207](https://github.com/MetaMask/core/pull/7207))
22
+
15
23
## [9.0.0]
16
24
17
25
### Changed
@@ -129,7 +137,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
0 commit comments