Skip to content

Commit 914e945

Browse files
Release/509.0.0 (MetaMask#6360)
## 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 `bridge-controller` and `bridge-status-controller` packages. ## 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
1 parent 1029647 commit 914e945

6 files changed

Lines changed: 14 additions & 8 deletions

File tree

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": "508.0.0",
3+
"version": "509.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+
## [41.1.0]
11+
1012
### Added
1113

1214
- Add `UnifiedSwapBridgeEventName.AssetDetailTooltipClicked` event ([#6352](https://github.com/MetaMask/core/pull/6352))
@@ -523,7 +525,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
523525

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

526-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@41.0.0...HEAD
528+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@41.1.0...HEAD
529+
[41.1.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@41.0.0...@metamask/bridge-controller@41.1.0
527530
[41.0.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@40.0.0...@metamask/bridge-controller@41.0.0
528531
[40.0.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@39.1.0...@metamask/bridge-controller@40.0.0
529532
[39.1.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@39.0.1...@metamask/bridge-controller@39.1.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": "41.0.0",
3+
"version": "41.1.0",
44
"description": "Manages bridge-related quote fetching functionality for MetaMask",
55
"keywords": [
66
"MetaMask",

packages/bridge-status-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+
## [40.1.0]
11+
1012
### Changed
1113

1214
- Bump `@metamask/base-controller` from `^8.1.0` to `^8.2.0` ([#6355](https://github.com/MetaMask/core/pull/6355))
@@ -505,7 +507,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
505507

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

508-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@40.0.0...HEAD
510+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@40.1.0...HEAD
511+
[40.1.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@40.0.0...@metamask/bridge-status-controller@40.1.0
509512
[40.0.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@39.0.0...@metamask/bridge-status-controller@40.0.0
510513
[39.0.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@38.1.0...@metamask/bridge-status-controller@39.0.0
511514
[38.1.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@38.0.1...@metamask/bridge-status-controller@38.1.0

packages/bridge-status-controller/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/bridge-status-controller",
3-
"version": "40.0.0",
3+
"version": "40.1.0",
44
"description": "Manages bridge-related status fetching functionality for MetaMask",
55
"keywords": [
66
"MetaMask",
@@ -59,7 +59,7 @@
5959
"devDependencies": {
6060
"@metamask/accounts-controller": "^33.0.0",
6161
"@metamask/auto-changelog": "^3.4.4",
62-
"@metamask/bridge-controller": "^41.0.0",
62+
"@metamask/bridge-controller": "^41.1.0",
6363
"@metamask/gas-fee-controller": "^24.0.0",
6464
"@metamask/network-controller": "^24.1.0",
6565
"@metamask/snaps-controllers": "^14.0.1",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2720,7 +2720,7 @@ __metadata:
27202720
languageName: unknown
27212721
linkType: soft
27222722

2723-
"@metamask/bridge-controller@npm:^41.0.0, @metamask/bridge-controller@workspace:packages/bridge-controller":
2723+
"@metamask/bridge-controller@npm:^41.1.0, @metamask/bridge-controller@workspace:packages/bridge-controller":
27242724
version: 0.0.0-use.local
27252725
resolution: "@metamask/bridge-controller@workspace:packages/bridge-controller"
27262726
dependencies:
@@ -2776,7 +2776,7 @@ __metadata:
27762776
"@metamask/accounts-controller": "npm:^33.0.0"
27772777
"@metamask/auto-changelog": "npm:^3.4.4"
27782778
"@metamask/base-controller": "npm:^8.2.0"
2779-
"@metamask/bridge-controller": "npm:^41.0.0"
2779+
"@metamask/bridge-controller": "npm:^41.1.0"
27802780
"@metamask/controller-utils": "npm:^11.12.0"
27812781
"@metamask/gas-fee-controller": "npm:^24.0.0"
27822782
"@metamask/keyring-api": "npm:^20.1.0"

0 commit comments

Comments
 (0)