Skip to content

Commit 6948365

Browse files
Release/694.0.0 (#7238)
## 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? --> This PR releases the `BridgeController` ## 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) - [ ] I've introduced [breaking changes](https://github.com/MetaMask/core/tree/main/docs/breaking-changes.md) in this PR and have prepared draft pull requests for clients and consumer packages to resolve them <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Releases monorepo 694.0.0, publishes `@metamask/bridge-controller` 63.1.0, and updates dependents to the new version. > > - **Release** > - Bump monorepo `version` to `694.0.0`. > - **@metamask/[email protected]** > - Changelog: add exported constants/utils and minor quote-loading fixes. > - **Consumers** > - Update `@metamask/bridge-controller` dependency to `^63.1.0` in `packages/bridge-status-controller` and `packages/transaction-pay-controller`. > - **Tooling** > - Refresh `yarn.lock` to reflect dependency updates. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit deb52dd. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent b29e0d4 commit 6948365

File tree

8 files changed

+13
-8
lines changed

8 files changed

+13
-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": "693.0.0",
3+
"version": "694.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+
## [63.1.0]
11+
1012
### Added
1113

1214
- Port the following constants from `SwapsController` and export them: `SWAPS_TESTNET_CHAIN_ID`, `SWAPS_CONTRACT_ADDRESSES`, `SWAPS_WRAPPED_TOKENS_ADDRESSES`, `ALLOWED_CONTRACT_ADDRESSES` ([#7233](https://github.com/MetaMask/core/pull/7233))
@@ -894,7 +896,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
894896

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

897-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
899+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
900+
[63.1.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
898901
[63.0.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
899902
[62.0.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
900903
[61.0.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]

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": "63.0.0",
3+
"version": "63.1.0",
44
"description": "Manages bridge-related quote fetching functionality for MetaMask",
55
"keywords": [
66
"MetaMask",

packages/bridge-status-controller/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2020
- In clients, it is now possible for multiple versions of these packages to exist in the dependency tree.
2121
- For example, this scenario would be valid: a client relies on `@metamask/controller-a` 1.0.0 and `@metamask/controller-b` 1.0.0, and `@metamask/controller-b` depends on `@metamask/controller-a` 1.1.0.
2222
- Note, however, that the versions specified in the client's `package.json` always "win", and you are expected to keep them up to date so as not to break controller and service intercommunication.
23+
- Bump `@metamask/bridge-controller` from `^63.0.0` to `^63.1.0` ([#7238](https://github.com/MetaMask/core/pull/7238))
2324

2425
## [63.0.0]
2526

packages/bridge-status-controller/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"dependencies": {
5151
"@metamask/accounts-controller": "^35.0.0",
5252
"@metamask/base-controller": "^9.0.0",
53-
"@metamask/bridge-controller": "^63.0.0",
53+
"@metamask/bridge-controller": "^63.1.0",
5454
"@metamask/controller-utils": "^11.16.0",
5555
"@metamask/gas-fee-controller": "^26.0.0",
5656
"@metamask/network-controller": "^26.0.0",

packages/transaction-pay-controller/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
### Changed
1111

1212
- Bump `@metamask/transaction-controller` from `^62.2.0` to `^62.3.0` ([#7236](https://github.com/MetaMask/core/pull/7236))
13+
- Bump `@metamask/bridge-controller` from `^63.0.0` to `^63.1.0` ([#7238](https://github.com/MetaMask/core/pull/7238))
1314

1415
## [10.1.0]
1516

packages/transaction-pay-controller/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@ethersproject/contracts": "^5.7.0",
5454
"@metamask/assets-controllers": "^91.0.0",
5555
"@metamask/base-controller": "^9.0.0",
56-
"@metamask/bridge-controller": "^63.0.0",
56+
"@metamask/bridge-controller": "^63.1.0",
5757
"@metamask/bridge-status-controller": "^63.0.0",
5858
"@metamask/controller-utils": "^11.16.0",
5959
"@metamask/gas-fee-controller": "^26.0.0",

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2794,7 +2794,7 @@ __metadata:
27942794
languageName: unknown
27952795
linkType: soft
27962796

2797-
"@metamask/bridge-controller@npm:^63.0.0, @metamask/bridge-controller@workspace:packages/bridge-controller":
2797+
"@metamask/bridge-controller@npm:^63.1.0, @metamask/bridge-controller@workspace:packages/bridge-controller":
27982798
version: 0.0.0-use.local
27992799
resolution: "@metamask/bridge-controller@workspace:packages/bridge-controller"
28002800
dependencies:
@@ -2845,7 +2845,7 @@ __metadata:
28452845
"@metamask/accounts-controller": "npm:^35.0.0"
28462846
"@metamask/auto-changelog": "npm:^3.4.4"
28472847
"@metamask/base-controller": "npm:^9.0.0"
2848-
"@metamask/bridge-controller": "npm:^63.0.0"
2848+
"@metamask/bridge-controller": "npm:^63.1.0"
28492849
"@metamask/controller-utils": "npm:^11.16.0"
28502850
"@metamask/gas-fee-controller": "npm:^26.0.0"
28512851
"@metamask/network-controller": "npm:^26.0.0"
@@ -5031,7 +5031,7 @@ __metadata:
50315031
"@metamask/assets-controllers": "npm:^91.0.0"
50325032
"@metamask/auto-changelog": "npm:^3.4.4"
50335033
"@metamask/base-controller": "npm:^9.0.0"
5034-
"@metamask/bridge-controller": "npm:^63.0.0"
5034+
"@metamask/bridge-controller": "npm:^63.1.0"
50355035
"@metamask/bridge-status-controller": "npm:^63.0.0"
50365036
"@metamask/controller-utils": "npm:^11.16.0"
50375037
"@metamask/gas-fee-controller": "npm:^26.0.0"

0 commit comments

Comments
 (0)