Skip to content

Commit 22a1921

Browse files
authored
Release/563.0.0 (#6647)
## Explanation Releases minor versions of the bridge-controller and bridge-status-controller <!-- 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
1 parent 9304d16 commit 22a1921

File tree

6 files changed

+14
-8
lines changed

6 files changed

+14
-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": "562.0.0",
3+
"version": "563.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+
## [43.1.0]
11+
1012
### Added
1113

1214
- Add `selectDefaultSlippagePercentage` that returns the default slippage for a chain and token combination ([#6616](https://github.com/MetaMask/core/pull/6616))
@@ -583,7 +585,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
583585

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

586-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@43.0.0...HEAD
588+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@43.1.0...HEAD
589+
[43.1.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@43.0.0...@metamask/bridge-controller@43.1.0
587590
[43.0.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@42.0.0...@metamask/bridge-controller@43.0.0
588591
[42.0.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@41.4.0...@metamask/bridge-controller@42.0.0
589592
[41.4.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@41.3.0...@metamask/bridge-controller@41.4.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": "43.0.0",
3+
"version": "43.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+
## [43.1.0]
11+
1012
### Added
1113

1214
- Add new controller metadata properties to `BridgeStatusController` ([#6589](https://github.com/MetaMask/core/pull/6589))
@@ -550,7 +552,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
550552

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

553-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@43.0.0...HEAD
555+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@43.1.0...HEAD
556+
[43.1.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@43.0.0...@metamask/bridge-status-controller@43.1.0
554557
[43.0.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@42.0.0...@metamask/bridge-status-controller@43.0.0
555558
[42.0.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@41.0.0...@metamask/bridge-status-controller@42.0.0
556559
[41.0.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@40.2.0...@metamask/bridge-status-controller@41.0.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": "43.0.0",
3+
"version": "43.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.1.0",
6161
"@metamask/auto-changelog": "^3.4.4",
62-
"@metamask/bridge-controller": "^43.0.0",
62+
"@metamask/bridge-controller": "^43.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
@@ -2723,7 +2723,7 @@ __metadata:
27232723
languageName: unknown
27242724
linkType: soft
27252725

2726-
"@metamask/bridge-controller@npm:^43.0.0, @metamask/bridge-controller@workspace:packages/bridge-controller":
2726+
"@metamask/bridge-controller@npm:^43.1.0, @metamask/bridge-controller@workspace:packages/bridge-controller":
27272727
version: 0.0.0-use.local
27282728
resolution: "@metamask/bridge-controller@workspace:packages/bridge-controller"
27292729
dependencies:
@@ -2779,7 +2779,7 @@ __metadata:
27792779
"@metamask/accounts-controller": "npm:^33.1.0"
27802780
"@metamask/auto-changelog": "npm:^3.4.4"
27812781
"@metamask/base-controller": "npm:^8.4.0"
2782-
"@metamask/bridge-controller": "npm:^43.0.0"
2782+
"@metamask/bridge-controller": "npm:^43.1.0"
27832783
"@metamask/controller-utils": "npm:^11.14.0"
27842784
"@metamask/gas-fee-controller": "npm:^24.0.0"
27852785
"@metamask/keyring-api": "npm:^21.0.0"

0 commit comments

Comments
 (0)