Skip to content

Commit 3afdf91

Browse files
authored
Release/761.0.0 (#7700)
## 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/processes/updating-changelogs.md) - [ ] I've introduced [breaking changes](https://github.com/MetaMask/core/tree/main/docs/processes/breaking-changes.md) in this PR and have prepared draft pull requests for clients and consumer packages to resolve them <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Release prep and dependency updates. > > - Publish `@metamask/[email protected]`; adds a check to return defaults when `chainRanking` is empty (`CHANGELOG.md`) > - Update `@metamask/bridge-controller` dependency to `^64.8.0` in `bridge-status-controller` and `transaction-pay-controller`; adjust related changelogs > - Bump monorepo `version` to `761.0.0` and refresh `yarn.lock` > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 4ca110d. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent b61cef5 commit 3afdf91

File tree

8 files changed

+13
-10
lines changed

8 files changed

+13
-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": "760.0.0",
3+
"version": "761.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+
## [64.8.0]
11+
1012
### Changed
1113

1214
- Added check to return default values if chainRanking is empty ([#7698](https://github.com/MetaMask/core/pull/7698))
@@ -1032,7 +1034,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10321034

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

1035-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
1037+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
1038+
[64.8.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
10361039
[64.7.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
10371040
[64.6.1]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
10381041
[64.6.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": "64.7.0",
3+
"version": "64.8.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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Changed
1111

12-
- Bump `@metamask/bridge-controller` from `^64.5.1` to `^64.7.0` ([#7667](https://github.com/MetaMask/core/pull/7667), [#7672](https://github.com/MetaMask/core/pull/7672), [#7694](https://github.com/MetaMask/core/pull/7694))
12+
- Bump `@metamask/bridge-controller` from `^64.5.1` to `^64.8.0` ([#7667](https://github.com/MetaMask/core/pull/7667), [#7672](https://github.com/MetaMask/core/pull/7672), [#7694](https://github.com/MetaMask/core/pull/7694), [#7700](https://github.com/MetaMask/core/pull/7700))
1313

1414
## [64.4.3]
1515

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.2",
5252
"@metamask/base-controller": "^9.0.0",
53-
"@metamask/bridge-controller": "^64.7.0",
53+
"@metamask/bridge-controller": "^64.8.0",
5454
"@metamask/controller-utils": "^11.18.0",
5555
"@metamask/gas-fee-controller": "^26.0.2",
5656
"@metamask/network-controller": "^29.0.0",

packages/transaction-pay-controller/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313

1414
### Changed
1515

16-
- Bump `@metamask/bridge-controller` from `^64.5.1` to `^64.7.0` ([#7667](https://github.com/MetaMask/core/pull/7667), [#7672](https://github.com/MetaMask/core/pull/7672), [#7694](https://github.com/MetaMask/core/pull/7694))
16+
- Bump `@metamask/bridge-controller` from `^64.5.1` to `^64.7.0` ([#7667](https://github.com/MetaMask/core/pull/7667), [#7672](https://github.com/MetaMask/core/pull/7672), [#7694](https://github.com/MetaMask/core/pull/7694), [#7700](https://github.com/MetaMask/core/pull/7700))
1717

1818
## [11.0.2]
1919

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": "^95.3.0",
5555
"@metamask/base-controller": "^9.0.0",
56-
"@metamask/bridge-controller": "^64.7.0",
56+
"@metamask/bridge-controller": "^64.8.0",
5757
"@metamask/bridge-status-controller": "^64.4.3",
5858
"@metamask/controller-utils": "^11.18.0",
5959
"@metamask/gas-fee-controller": "^26.0.2",

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2815,7 +2815,7 @@ __metadata:
28152815
languageName: unknown
28162816
linkType: soft
28172817

2818-
"@metamask/bridge-controller@npm:^64.7.0, @metamask/bridge-controller@workspace:packages/bridge-controller":
2818+
"@metamask/bridge-controller@npm:^64.8.0, @metamask/bridge-controller@workspace:packages/bridge-controller":
28192819
version: 0.0.0-use.local
28202820
resolution: "@metamask/bridge-controller@workspace:packages/bridge-controller"
28212821
dependencies:
@@ -2866,7 +2866,7 @@ __metadata:
28662866
"@metamask/accounts-controller": "npm:^35.0.2"
28672867
"@metamask/auto-changelog": "npm:^3.4.4"
28682868
"@metamask/base-controller": "npm:^9.0.0"
2869-
"@metamask/bridge-controller": "npm:^64.7.0"
2869+
"@metamask/bridge-controller": "npm:^64.8.0"
28702870
"@metamask/controller-utils": "npm:^11.18.0"
28712871
"@metamask/gas-fee-controller": "npm:^26.0.2"
28722872
"@metamask/network-controller": "npm:^29.0.0"
@@ -5163,7 +5163,7 @@ __metadata:
51635163
"@metamask/assets-controllers": "npm:^95.3.0"
51645164
"@metamask/auto-changelog": "npm:^3.4.4"
51655165
"@metamask/base-controller": "npm:^9.0.0"
5166-
"@metamask/bridge-controller": "npm:^64.7.0"
5166+
"@metamask/bridge-controller": "npm:^64.8.0"
51675167
"@metamask/bridge-status-controller": "npm:^64.4.3"
51685168
"@metamask/controller-utils": "npm:^11.18.0"
51695169
"@metamask/gas-fee-controller": "npm:^26.0.2"

0 commit comments

Comments
 (0)