Skip to content

Commit 3317996

Browse files
authored
Release/686.0.0 (#7189)
## Explanation patch release assets controllers <!-- 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? --> ## 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 @metamask/assets-controllers 89.0.1 with a fix for duplicate native token address in CurrencyRateController fallback, bumps monorepo to 686.0.0, and updates dependent packages. > > - **Assets**: > - **@metamask/assets-controllers 89.0.1**: Fix duplicate native token address in `CurrencyRateController` spot price fallback requests. > - **Consumers**: > - Update devDependency `@metamask/assets-controllers` to `^89.0.1` in `packages/bridge-controller` and `packages/transaction-pay-controller`. > - **Repo**: > - Bump root `version` to `686.0.0` and refresh `yarn.lock` and changelog links. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit af3be7e. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent b46f15b commit 3317996

File tree

6 files changed

+11
-8
lines changed

6 files changed

+11
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/core-monorepo",
3-
"version": "685.0.0",
3+
"version": "686.0.0",
44
"private": true,
55
"description": "Monorepo for packages shared between MetaMask clients",
66
"repository": {

packages/assets-controllers/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [89.0.1]
11+
1012
### Fixed
1113

1214
- Fix duplicate native token address in `CurrencyRateController` spot price fallback API requests ([#7181](https://github.com/MetaMask/core/pull/7181))
@@ -2290,7 +2292,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
22902292
22912293
- Use Ethers for AssetsContractController ([#845](https://github.com/MetaMask/core/pull/845))
22922294
2293-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
2295+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
2296+
[89.0.1]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
22942297
[89.0.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
22952298
[88.0.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
22962299
[87.1.1]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]

packages/assets-controllers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/assets-controllers",
3-
"version": "89.0.0",
3+
"version": "89.0.1",
44
"description": "Controllers which manage interactions involving ERC-20, ERC-721, and ERC-1155 tokens (including NFTs)",
55
"keywords": [
66
"MetaMask",

packages/bridge-controller/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
},
6969
"devDependencies": {
7070
"@metamask/accounts-controller": "^34.0.0",
71-
"@metamask/assets-controllers": "^89.0.0",
71+
"@metamask/assets-controllers": "^89.0.1",
7272
"@metamask/auto-changelog": "^3.4.4",
7373
"@metamask/eth-json-rpc-provider": "^5.0.1",
7474
"@metamask/network-controller": "^25.0.0",

packages/transaction-pay-controller/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"lodash": "^4.17.21"
6363
},
6464
"devDependencies": {
65-
"@metamask/assets-controllers": "^89.0.0",
65+
"@metamask/assets-controllers": "^89.0.1",
6666
"@metamask/auto-changelog": "^3.4.4",
6767
"@metamask/bridge-controller": "^61.0.0",
6868
"@metamask/bridge-status-controller": "^61.0.0",

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2631,7 +2631,7 @@ __metadata:
26312631
languageName: unknown
26322632
linkType: soft
26332633

2634-
"@metamask/assets-controllers@npm:^89.0.0, @metamask/assets-controllers@workspace:packages/assets-controllers":
2634+
"@metamask/assets-controllers@npm:^89.0.1, @metamask/assets-controllers@workspace:packages/assets-controllers":
26352635
version: 0.0.0-use.local
26362636
resolution: "@metamask/assets-controllers@workspace:packages/assets-controllers"
26372637
dependencies:
@@ -2823,7 +2823,7 @@ __metadata:
28232823
"@ethersproject/contracts": "npm:^5.7.0"
28242824
"@ethersproject/providers": "npm:^5.7.0"
28252825
"@metamask/accounts-controller": "npm:^34.0.0"
2826-
"@metamask/assets-controllers": "npm:^89.0.0"
2826+
"@metamask/assets-controllers": "npm:^89.0.1"
28272827
"@metamask/auto-changelog": "npm:^3.4.4"
28282828
"@metamask/base-controller": "npm:^9.0.0"
28292829
"@metamask/controller-utils": "npm:^11.15.0"
@@ -5117,7 +5117,7 @@ __metadata:
51175117
dependencies:
51185118
"@ethersproject/abi": "npm:^5.7.0"
51195119
"@ethersproject/contracts": "npm:^5.7.0"
5120-
"@metamask/assets-controllers": "npm:^89.0.0"
5120+
"@metamask/assets-controllers": "npm:^89.0.1"
51215121
"@metamask/auto-changelog": "npm:^3.4.4"
51225122
"@metamask/base-controller": "npm:^9.0.0"
51235123
"@metamask/bridge-controller": "npm:^61.0.0"

0 commit comments

Comments
 (0)