Skip to content

Commit d926d2c

Browse files
authored
Release/507.0.0 (MetaMask#6347)
## Explanation Bumps bridge-controller and bridge-status controller versions to enable gasless 7702 swaps <!-- 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 2676664 commit d926d2c

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": "506.0.0",
3+
"version": "507.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+
## [40.1.0]
11+
1012
### Added
1113

1214
- Add `gasless7702` field to QuoteRequest and Quote types to support EIP-7702 delegated gasless execution ([#6346](https://github.com/MetaMask/core/pull/6346))
@@ -513,7 +515,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
513515

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

516-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@40.0.0...HEAD
518+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@40.1.0...HEAD
519+
[40.1.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@40.0.0...@metamask/bridge-controller@40.1.0
517520
[40.0.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@39.1.0...@metamask/bridge-controller@40.0.0
518521
[39.1.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@39.0.1...@metamask/bridge-controller@39.1.0
519522
[39.0.1]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@39.0.0...@metamask/bridge-controller@39.0.1

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": "40.0.0",
3+
"version": "40.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+
## [39.1.0]
11+
1012
### Added
1113

1214
- Add `getBridgeHistoryItemByTxMetaId` method to retrieve bridge history items by their transaction meta ID ([#6346](https://github.com/MetaMask/core/pull/6346))
@@ -498,7 +500,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
498500

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

501-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@39.0.0...HEAD
503+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@39.1.0...HEAD
504+
[39.1.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@39.0.0...@metamask/bridge-status-controller@39.1.0
502505
[39.0.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@38.1.0...@metamask/bridge-status-controller@39.0.0
503506
[38.1.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@38.0.1...@metamask/bridge-status-controller@38.1.0
504507
[38.0.1]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@38.0.0...@metamask/bridge-status-controller@38.0.1

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": "39.0.0",
3+
"version": "39.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": "^40.0.0",
62+
"@metamask/bridge-controller": "^40.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:^40.0.0, @metamask/bridge-controller@workspace:packages/bridge-controller":
2723+
"@metamask/bridge-controller@npm:^40.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.1.0"
2779-
"@metamask/bridge-controller": "npm:^40.0.0"
2779+
"@metamask/bridge-controller": "npm:^40.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)