Skip to content

Commit b92554a

Browse files
authored
Release/626.0.0 (#6887)
## 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] > Publishes `@metamask/assets-controllers` 81.0.1 with a staked ETH balance filter fix, updates references (incl. `@metamask/bridge-controller` devDep), and bumps monorepo version to 626.0.0. > > - **Release versions** > - Bump monorepo `package.json` version to `626.0.0`. > - **`@metamask/assets-controllers` 81.0.1** > - Changelog: add 81.0.1 entry; update compare links. > - Fix: filter for staked Ethereum balances in `AccountTrackerController`. > - Bump package version in `packages/assets-controllers/package.json` to `81.0.1`. > - **Dependency updates** > - `@metamask/bridge-controller`: update devDependency on `@metamask/assets-controllers` to `^81.0.1`. > - `yarn.lock`: align to new `@metamask/assets-controllers` version. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit b3430d1. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent d9d4538 commit b92554a

File tree

5 files changed

+8
-10
lines changed

5 files changed

+8
-10
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": "625.0.0",
3+
"version": "626.0.0",
44
"private": true,
55
"description": "Monorepo for packages shared between MetaMask clients",
66
"repository": {

packages/assets-controllers/CHANGELOG.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
### Changed
11-
12-
- Bump `@metamask/network-controller` from `^24.2.2` to `^24.3.0` ([#6883](https://github.com/MetaMask/core/pull/6883))
13-
- Bump `@metamask/transaction-controller` from `^60.7.0` to `^60.8.0` ([#6883](https://github.com/MetaMask/core/pull/6883))
10+
## [81.0.1]
1411

1512
### Fixed
1613

@@ -2136,7 +2133,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
21362133
21372134
- Use Ethers for AssetsContractController ([#845](https://github.com/MetaMask/core/pull/845))
21382135
2139-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
2136+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
2137+
[81.0.1]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
21402138
[81.0.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
21412139
[80.0.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
21422140
[79.0.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": "81.0.0",
3+
"version": "81.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
@@ -67,7 +67,7 @@
6767
},
6868
"devDependencies": {
6969
"@metamask/accounts-controller": "^33.1.1",
70-
"@metamask/assets-controllers": "^81.0.0",
70+
"@metamask/assets-controllers": "^81.0.1",
7171
"@metamask/auto-changelog": "^3.4.4",
7272
"@metamask/eth-json-rpc-provider": "^5.0.1",
7373
"@metamask/network-controller": "^24.3.0",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2737,7 +2737,7 @@ __metadata:
27372737
languageName: unknown
27382738
linkType: soft
27392739

2740-
"@metamask/assets-controllers@npm:^81.0.0, @metamask/assets-controllers@workspace:packages/assets-controllers":
2740+
"@metamask/assets-controllers@npm:^81.0.1, @metamask/assets-controllers@workspace:packages/assets-controllers":
27412741
version: 0.0.0-use.local
27422742
resolution: "@metamask/assets-controllers@workspace:packages/assets-controllers"
27432743
dependencies:
@@ -2898,7 +2898,7 @@ __metadata:
28982898
"@ethersproject/contracts": "npm:^5.7.0"
28992899
"@ethersproject/providers": "npm:^5.7.0"
29002900
"@metamask/accounts-controller": "npm:^33.1.1"
2901-
"@metamask/assets-controllers": "npm:^81.0.0"
2901+
"@metamask/assets-controllers": "npm:^81.0.1"
29022902
"@metamask/auto-changelog": "npm:^3.4.4"
29032903
"@metamask/base-controller": "npm:^8.4.1"
29042904
"@metamask/controller-utils": "npm:^11.14.1"

0 commit comments

Comments
 (0)