Skip to content

Commit 0422656

Browse files
authored
Revert "Release/628.0.0 (#6893)" (#6894)
This reverts commit b6301b3. ## 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] > Reverts the 628.0.0 release by downgrading versions, removing latest changelog sections, and aligning bridge-status-controller to @metamask/bridge-controller ^52.0.0. > > - **Release**: > - Downgrade root `package.json` version `628.0.0` → `627.0.0`. > - **Packages**: > - `packages/bridge-controller`: > - Version `53.0.0` → `52.0.0`. > - Remove `53.0.0` changelog entry; update `[Unreleased]` compare link to start from `52.0.0`. > - `packages/bridge-status-controller`: > - Version `51.0.1` → `51.0.0`. > - Remove `51.0.1` changelog entry; update `[Unreleased]` compare link to start from `51.0.0`. > - Downgrade `@metamask/bridge-controller` range in `devDependencies` and `peerDependencies` to `^52.0.0`. > - **Lockfile**: > - Update `yarn.lock` to reflect `@metamask/bridge-controller@^52.0.0`. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 17aee70. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent b6301b3 commit 0422656

File tree

6 files changed

+10
-16
lines changed

6 files changed

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

packages/bridge-controller/CHANGELOG.md

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

88
## [Unreleased]
99

10-
## [53.0.0]
11-
1210
### Changed
1311

1412
- **BREAKING:** Require clientVersion in BridgeController constructor ([#6891](https://github.com/MetaMask/core/pull/6891))
@@ -733,8 +731,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
733731

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

736-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
737-
[53.0.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
734+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
738735
[52.0.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
739736
[51.0.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
740737
[50.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": "53.0.0",
3+
"version": "52.0.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 & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
## [51.0.1]
11-
1210
### Changed
1311

1412
- Bump `@metamask/network-controller` from `^24.2.2` to `^24.3.0` ([#6883](https://github.com/MetaMask/core/pull/6883))
@@ -678,8 +676,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
678676

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

681-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
682-
[51.0.1]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
679+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
683680
[51.0.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
684681
[50.1.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
685682
[50.0.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]

packages/bridge-status-controller/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/bridge-status-controller",
3-
"version": "51.0.1",
3+
"version": "51.0.0",
44
"description": "Manages bridge-related status fetching functionality for MetaMask",
55
"keywords": [
66
"MetaMask",
@@ -58,7 +58,7 @@
5858
"devDependencies": {
5959
"@metamask/accounts-controller": "^33.1.1",
6060
"@metamask/auto-changelog": "^3.4.4",
61-
"@metamask/bridge-controller": "^53.0.0",
61+
"@metamask/bridge-controller": "^52.0.0",
6262
"@metamask/gas-fee-controller": "^24.1.0",
6363
"@metamask/network-controller": "^24.3.0",
6464
"@metamask/snaps-controllers": "^14.0.1",
@@ -76,7 +76,7 @@
7676
},
7777
"peerDependencies": {
7878
"@metamask/accounts-controller": "^33.0.0",
79-
"@metamask/bridge-controller": "^53.0.0",
79+
"@metamask/bridge-controller": "^52.0.0",
8080
"@metamask/gas-fee-controller": "^24.0.0",
8181
"@metamask/network-controller": "^24.0.0",
8282
"@metamask/snaps-controllers": "^14.0.0",

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2888,7 +2888,7 @@ __metadata:
28882888
languageName: unknown
28892889
linkType: soft
28902890

2891-
"@metamask/bridge-controller@npm:^53.0.0, @metamask/bridge-controller@workspace:packages/bridge-controller":
2891+
"@metamask/bridge-controller@npm:^52.0.0, @metamask/bridge-controller@workspace:packages/bridge-controller":
28922892
version: 0.0.0-use.local
28932893
resolution: "@metamask/bridge-controller@workspace:packages/bridge-controller"
28942894
dependencies:
@@ -2945,7 +2945,7 @@ __metadata:
29452945
"@metamask/accounts-controller": "npm:^33.1.1"
29462946
"@metamask/auto-changelog": "npm:^3.4.4"
29472947
"@metamask/base-controller": "npm:^8.4.1"
2948-
"@metamask/bridge-controller": "npm:^53.0.0"
2948+
"@metamask/bridge-controller": "npm:^52.0.0"
29492949
"@metamask/controller-utils": "npm:^11.14.1"
29502950
"@metamask/gas-fee-controller": "npm:^24.1.0"
29512951
"@metamask/network-controller": "npm:^24.3.0"
@@ -2968,7 +2968,7 @@ __metadata:
29682968
uuid: "npm:^8.3.2"
29692969
peerDependencies:
29702970
"@metamask/accounts-controller": ^33.0.0
2971-
"@metamask/bridge-controller": ^53.0.0
2971+
"@metamask/bridge-controller": ^52.0.0
29722972
"@metamask/gas-fee-controller": ^24.0.0
29732973
"@metamask/network-controller": ^24.0.0
29742974
"@metamask/snaps-controllers": ^14.0.0

0 commit comments

Comments
 (0)