Skip to content

Commit 7f7fe99

Browse files
authored
Release/623.0.0 (#6843)
## 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] > Release @metamask/core-backend 2.1.0 with a new AccountActivityService trace hook and WebSocket connection race fix; update dependent packages and monorepo version. > > - **Packages**: > - **`@metamask/core-backend`**: > - Bump version to `2.1.0` and update `CHANGELOG.md`. > - Added optional `traceFn` to `AccountActivityService` constructor. > - Fixed race condition in `BackendWebSocketService.connect()` to prevent duplicate connections. > - Updated changelog compare links. > - **`@metamask/assets-controllers`**: > - Dev dependency `@metamask/core-backend` updated to `^2.1.0`. > - **Monorepo**: > - Bump root version to `623.0.0`. > - Update `yarn.lock` to reflect `core-backend@^2.1.0`. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 458b88e. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent cc57393 commit 7f7fe99

File tree

5 files changed

+9
-6
lines changed

5 files changed

+9
-6
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": "622.0.0",
3+
"version": "623.0.0",
44
"private": true,
55
"description": "Monorepo for packages shared between MetaMask clients",
66
"repository": {

packages/assets-controllers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"@metamask/accounts-controller": "^33.1.1",
8585
"@metamask/approval-controller": "^7.2.0",
8686
"@metamask/auto-changelog": "^3.4.4",
87-
"@metamask/core-backend": "^2.0.0",
87+
"@metamask/core-backend": "^2.1.0",
8888
"@metamask/ethjs-provider-http": "^0.3.0",
8989
"@metamask/keyring-controller": "^23.1.1",
9090
"@metamask/keyring-internal-api": "^9.0.0",

packages/core-backend/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+
## [2.1.0]
11+
1012
### Added
1113

1214
- Add optional `traceFn` parameter to `AccountActivityService` constructor for performance tracing integration ([#6842](https://github.com/MetaMask/core/pull/6842))
@@ -79,7 +81,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7981
- **Type definitions** - Comprehensive TypeScript types for transactions, balances, WebSocket messages, and service configurations
8082
- **Logging infrastructure** - Structured logging with module-specific loggers for debugging and monitoring
8183

82-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
84+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
85+
[2.1.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
8386
[2.0.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
8487
[1.0.1]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
8588
[1.0.0]: https://github.com/MetaMask/core/releases/tag/@metamask/[email protected]

packages/core-backend/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-backend",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "Core backend services for MetaMask",
55
"keywords": [
66
"MetaMask",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2757,7 +2757,7 @@ __metadata:
27572757
"@metamask/base-controller": "npm:^8.4.1"
27582758
"@metamask/contract-metadata": "npm:^2.4.0"
27592759
"@metamask/controller-utils": "npm:^11.14.1"
2760-
"@metamask/core-backend": "npm:^2.0.0"
2760+
"@metamask/core-backend": "npm:^2.1.0"
27612761
"@metamask/eth-query": "npm:^4.0.0"
27622762
"@metamask/ethjs-provider-http": "npm:^0.3.0"
27632763
"@metamask/keyring-api": "npm:^21.0.0"
@@ -3084,7 +3084,7 @@ __metadata:
30843084
languageName: unknown
30853085
linkType: soft
30863086

3087-
"@metamask/core-backend@npm:^2.0.0, @metamask/core-backend@workspace:packages/core-backend":
3087+
"@metamask/core-backend@npm:^2.1.0, @metamask/core-backend@workspace:packages/core-backend":
30883088
version: 0.0.0-use.local
30893089
resolution: "@metamask/core-backend@workspace:packages/core-backend"
30903090
dependencies:

0 commit comments

Comments
 (0)