Skip to content

Commit e200e1c

Browse files
authored
Release/362.0.0 (#5657)
## 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? --> Releasing @metamask/bridge-controller 14.0.0 which includes cross-chain swaps quote metadata utilities added in #5614 ## 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 --> ## Changelog <!-- THIS SECTION IS NO LONGER NEEDED. The process for updating changelogs has changed. Please consult the "Updating changelogs" section of the Contributing doc for more. --> ## Checklist [ X] I've updated the test suite for new or updated code as appropriate [ X] I've updated documentation (JSDoc, Markdown, etc.) for new or updated code as appropriate [X] 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 [X] I've prepared draft pull requests for clients and consumer packages to resolve any breaking changes
1 parent c669ea6 commit e200e1c

File tree

6 files changed

+13
-6
lines changed

6 files changed

+13
-6
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": "361.0.0",
3+
"version": "362.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+
## [14.0.0]
11+
1012
### Added
1113

1214
- **BREAKING:** Add `@metamask/assets-controllers` as a required peer dependency at `^56.0.0` ([#5614](https://github.com/MetaMask/core/pull/5614))
@@ -138,7 +140,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
138140

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

141-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
143+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
144+
[14.0.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
142145
[13.0.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
143146
[12.0.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
144147
[11.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": "13.0.0",
3+
"version": "14.0.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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Changed
11+
12+
- Bump `@metamask/bridge-controller` dependency to `^14.0.0` ([#5657](https://github.com/MetaMask/core/pull/5657))
13+
1014
## [12.0.1]
1115

1216
### Fixed

packages/bridge-status-controller/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
},
4949
"dependencies": {
5050
"@metamask/base-controller": "^8.0.0",
51-
"@metamask/bridge-controller": "^13.0.0",
51+
"@metamask/bridge-controller": "^14.0.0",
5252
"@metamask/controller-utils": "^11.7.0",
5353
"@metamask/polling-controller": "^13.0.0",
5454
"@metamask/superstruct": "^3.1.0",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2687,7 +2687,7 @@ __metadata:
26872687
languageName: unknown
26882688
linkType: soft
26892689

2690-
"@metamask/bridge-controller@npm:^13.0.0, @metamask/bridge-controller@workspace:packages/bridge-controller":
2690+
"@metamask/bridge-controller@npm:^14.0.0, @metamask/bridge-controller@workspace:packages/bridge-controller":
26912691
version: 0.0.0-use.local
26922692
resolution: "@metamask/bridge-controller@workspace:packages/bridge-controller"
26932693
dependencies:
@@ -2740,7 +2740,7 @@ __metadata:
27402740
"@metamask/accounts-controller": "npm:^27.0.0"
27412741
"@metamask/auto-changelog": "npm:^3.4.4"
27422742
"@metamask/base-controller": "npm:^8.0.0"
2743-
"@metamask/bridge-controller": "npm:^13.0.0"
2743+
"@metamask/bridge-controller": "npm:^14.0.0"
27442744
"@metamask/controller-utils": "npm:^11.7.0"
27452745
"@metamask/network-controller": "npm:^23.2.0"
27462746
"@metamask/polling-controller": "npm:^13.0.0"

0 commit comments

Comments
 (0)