Skip to content

Commit 62eab6c

Browse files
authored
Release/666.0.0 (#7096)
## 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? --> ## 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] > Bumps monorepo to 666.0.0, releases `@metamask/assets-controllers@87.1.1`, and updates dependents to the new version. > > - **Release**: > - Bump monorepo version to `666.0.0` in `package.json`. > - **@metamask/assets-controllers@87.1.1**: > - Changed: > - Update `typescript` to `~5.3`. > - Allow empty `chainIds` in `searchTokens` (delegate handling to API). > - Fixed: > - Ensure non‑EVM asset imports retain positive balances. > - Update `CHANGELOG.md` and version in `packages/assets-controllers/package.json`. > - **Dependencies**: > - Update devDeps to `@metamask/assets-controllers@^87.1.1` in: > - `packages/bridge-controller/package.json` > - `packages/transaction-pay-controller/package.json` > - Refresh `yarn.lock` accordingly. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 4e0c8fa. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent e144cc5 commit 62eab6c

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": "665.0.0",
3+
"version": "666.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+
## [87.1.1]
11+
1012
### Changed
1113

1214
- Remove early return for empty `chainIds` in `searchTokens` function to allow API to handle empty chain IDs ([#7083](https://github.com/MetaMask/core/pull/7083))
@@ -2254,7 +2256,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
22542256
22552257
- Use Ethers for AssetsContractController ([#845](https://github.com/MetaMask/core/pull/845))
22562258
2257-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@87.1.0...HEAD
2259+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@87.1.1...HEAD
2260+
[87.1.1]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@87.1.0...@metamask/assets-controllers@87.1.1
22582261
[87.1.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@87.0.0...@metamask/assets-controllers@87.1.0
22592262
[87.0.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@86.0.0...@metamask/assets-controllers@87.0.0
22602263
[86.0.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@85.0.0...@metamask/assets-controllers@86.0.0

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": "87.1.0",
3+
"version": "87.1.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": "^87.1.0",
71+
"@metamask/assets-controllers": "^87.1.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": "^87.1.0",
65+
"@metamask/assets-controllers": "^87.1.1",
6666
"@metamask/auto-changelog": "^3.4.4",
6767
"@metamask/bridge-controller": "^59.0.0",
6868
"@metamask/bridge-status-controller": "^59.0.0",

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2621,7 +2621,7 @@ __metadata:
26212621
languageName: unknown
26222622
linkType: soft
26232623

2624-
"@metamask/assets-controllers@npm:^87.1.0, @metamask/assets-controllers@workspace:packages/assets-controllers":
2624+
"@metamask/assets-controllers@npm:^87.1.1, @metamask/assets-controllers@workspace:packages/assets-controllers":
26252625
version: 0.0.0-use.local
26262626
resolution: "@metamask/assets-controllers@workspace:packages/assets-controllers"
26272627
dependencies:
@@ -2813,7 +2813,7 @@ __metadata:
28132813
"@ethersproject/contracts": "npm:^5.7.0"
28142814
"@ethersproject/providers": "npm:^5.7.0"
28152815
"@metamask/accounts-controller": "npm:^34.0.0"
2816-
"@metamask/assets-controllers": "npm:^87.1.0"
2816+
"@metamask/assets-controllers": "npm:^87.1.1"
28172817
"@metamask/auto-changelog": "npm:^3.4.4"
28182818
"@metamask/base-controller": "npm:^9.0.0"
28192819
"@metamask/controller-utils": "npm:^11.15.0"
@@ -5102,7 +5102,7 @@ __metadata:
51025102
dependencies:
51035103
"@ethersproject/abi": "npm:^5.7.0"
51045104
"@ethersproject/contracts": "npm:^5.7.0"
5105-
"@metamask/assets-controllers": "npm:^87.1.0"
5105+
"@metamask/assets-controllers": "npm:^87.1.1"
51065106
"@metamask/auto-changelog": "npm:^3.4.4"
51075107
"@metamask/base-controller": "npm:^9.0.0"
51085108
"@metamask/bridge-controller": "npm:^59.0.0"

0 commit comments

Comments
 (0)