Skip to content

Commit 3f1237a

Browse files
authored
Release/648.0.0 (#6995)
## Explanation Releases bridge-controller @56.0.2 <!-- 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 648.0.0 and releases @metamask/bridge-controller 56.0.2 with a fix, updating dependent packages accordingly. > > - **Release** > - Bump monorepo `version` to `648.0.0`. > - **@metamask/bridge-controller 56.0.2** > - Add changelog entry and update comparison links. > - Fix: remove global selected network reference in `getBridgeERC20Allowance` handler. > - **Dependencies** > - Update `@metamask/bridge-status-controller` devDependency to `@metamask/bridge-controller@^56.0.2`. > - Update `yarn.lock` to reflect new versions. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 8acc9bf. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 740dfec commit 3f1237a

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

packages/bridge-controller/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+
## [56.0.2]
11+
1012
### Fixed
1113

1214
- Remove global selected network reference in `getBridgeERC20Allowance` handler ([#6994](https://github.com/MetaMask/core/pull/6994))
@@ -798,7 +800,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
798800

799801
- Initial release ([#5317](https://github.com/MetaMask/core/pull/5317))
800802

801-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@56.0.1...HEAD
803+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@56.0.2...HEAD
804+
[56.0.2]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@56.0.1...@metamask/bridge-controller@56.0.2
802805
[56.0.1]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@56.0.0...@metamask/bridge-controller@56.0.1
803806
[56.0.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@55.0.0...@metamask/bridge-controller@56.0.0
804807
[55.0.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@54.0.0...@metamask/bridge-controller@55.0.0

packages/bridge-controller/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/bridge-controller",
3-
"version": "56.0.1",
3+
"version": "56.0.2",
44
"description": "Manages bridge-related quote fetching functionality for MetaMask",
55
"keywords": [
66
"MetaMask",

packages/bridge-status-controller/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"devDependencies": {
5959
"@metamask/accounts-controller": "^34.0.0",
6060
"@metamask/auto-changelog": "^3.4.4",
61-
"@metamask/bridge-controller": "^56.0.1",
61+
"@metamask/bridge-controller": "^56.0.2",
6262
"@metamask/gas-fee-controller": "^25.0.0",
6363
"@metamask/network-controller": "^25.0.0",
6464
"@metamask/snaps-controllers": "^14.0.1",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2918,7 +2918,7 @@ __metadata:
29182918
languageName: unknown
29192919
linkType: soft
29202920

2921-
"@metamask/bridge-controller@npm:^56.0.1, @metamask/bridge-controller@workspace:packages/bridge-controller":
2921+
"@metamask/bridge-controller@npm:^56.0.2, @metamask/bridge-controller@workspace:packages/bridge-controller":
29222922
version: 0.0.0-use.local
29232923
resolution: "@metamask/bridge-controller@workspace:packages/bridge-controller"
29242924
dependencies:
@@ -2975,7 +2975,7 @@ __metadata:
29752975
"@metamask/accounts-controller": "npm:^34.0.0"
29762976
"@metamask/auto-changelog": "npm:^3.4.4"
29772977
"@metamask/base-controller": "npm:^9.0.0"
2978-
"@metamask/bridge-controller": "npm:^56.0.1"
2978+
"@metamask/bridge-controller": "npm:^56.0.2"
29792979
"@metamask/controller-utils": "npm:^11.14.1"
29802980
"@metamask/gas-fee-controller": "npm:^25.0.0"
29812981
"@metamask/network-controller": "npm:^25.0.0"

0 commit comments

Comments
 (0)