Skip to content

Commit 60e0e8d

Browse files
Release/436.0.0 (#5969)
## 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 `bridge-controller` and `bridge-status-controller` ## 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 - [ ] 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 177aa6c commit 60e0e8d

File tree

6 files changed

+15
-8
lines changed

6 files changed

+15
-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": "435.0.0",
3+
"version": "436.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+
## [32.1.2]
11+
1012
### Changed
1113

1214
- Bump `@metamask/controller-utils` to `^11.10.0` ([#5935](https://github.com/MetaMask/core/pull/5935))
@@ -347,7 +349,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
347349

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

350-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
352+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
353+
[32.1.2]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
351354
[32.1.1]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
352355
[32.1.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
353356
[32.0.1]: 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": "32.1.1",
3+
"version": "32.1.2",
44
"description": "Manages bridge-related quote fetching functionality for MetaMask",
55
"keywords": [
66
"MetaMask",

packages/bridge-status-controller/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [29.1.1]
11+
1012
### Changed
1113

14+
- Bump `@metamask/bridge-controller` to `^32.1.2` ([#5969](https://github.com/MetaMask/core/pull/5969))
1215
- Bump `@metamask/controller-utils` to `^11.10.0` ([#5935](https://github.com/MetaMask/core/pull/5935))
1316
- Bump `@metamask/transaction-controller` to `^57.3.0` ([#5954](https://github.com/MetaMask/core/pull/5954))
1417

@@ -312,7 +315,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
312315

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

315-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
318+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
319+
[29.1.1]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
316320
[29.1.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
317321
[29.0.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
318322
[28.0.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]

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": "29.1.0",
3+
"version": "29.1.1",
44
"description": "Manages bridge-related status fetching functionality for MetaMask",
55
"keywords": [
66
"MetaMask",
@@ -60,7 +60,7 @@
6060
"devDependencies": {
6161
"@metamask/accounts-controller": "^30.0.0",
6262
"@metamask/auto-changelog": "^3.4.4",
63-
"@metamask/bridge-controller": "^32.1.1",
63+
"@metamask/bridge-controller": "^32.1.2",
6464
"@metamask/gas-fee-controller": "^23.0.0",
6565
"@metamask/multichain-transactions-controller": "^2.0.0",
6666
"@metamask/network-controller": "^23.6.0",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2748,7 +2748,7 @@ __metadata:
27482748
languageName: unknown
27492749
linkType: soft
27502750

2751-
"@metamask/bridge-controller@npm:^32.1.1, @metamask/bridge-controller@workspace:packages/bridge-controller":
2751+
"@metamask/bridge-controller@npm:^32.1.2, @metamask/bridge-controller@workspace:packages/bridge-controller":
27522752
version: 0.0.0-use.local
27532753
resolution: "@metamask/bridge-controller@workspace:packages/bridge-controller"
27542754
dependencies:
@@ -2804,7 +2804,7 @@ __metadata:
28042804
"@metamask/accounts-controller": "npm:^30.0.0"
28052805
"@metamask/auto-changelog": "npm:^3.4.4"
28062806
"@metamask/base-controller": "npm:^8.0.1"
2807-
"@metamask/bridge-controller": "npm:^32.1.1"
2807+
"@metamask/bridge-controller": "npm:^32.1.2"
28082808
"@metamask/controller-utils": "npm:^11.10.0"
28092809
"@metamask/gas-fee-controller": "npm:^23.0.0"
28102810
"@metamask/keyring-api": "npm:^18.0.0"

0 commit comments

Comments
 (0)