Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/core-monorepo",
"version": "724.0.0",
"version": "725.0.0",
"private": true,
"description": "Monorepo for packages shared between MetaMask clients",
"repository": {
Expand Down
7 changes: 5 additions & 2 deletions packages/bridge-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [64.2.0]

### Changed

- Bump `@metamask/assets-controllers` from `^93.1.0` to `^94.1.0` ([#7444](https://github.com/MetaMask/core/pull/7444), [#7488](https://github.com/MetaMask/core/pull/7488))
- Bump `@metamask/transaction-controller` from `^62.5.0` to `^62.7.0` ([#7430](https://github.com/MetaMask/core/pull/7430), [#7494](https://github.com/MetaMask/core/pull/7494))
- Add fee limit passthrough for Tron snap fee computation ([#7426](https://github.com/MetaMask/core/pull/7426))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was this change not actually added in 64.1.0, is that why this was moved?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, exactly. This whole release is just because somehow the last release included the changelog entry but not the actual changes. Hoping to rectify that error with this release.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Interesting. Looks like this is a bug with how CI is configured in our merge queue.

We protect against release candidates bringing in unreviewed changes, but we don't protect against non-release PRs from documenting their changes under previous releases. Tricky.


## [64.1.0]

Expand All @@ -19,7 +22,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Bump `@metamask/assets-controllers` from `^93.0.0` to `^93.1.0` ([#7309](https://github.com/MetaMask/core/pull/7309))
- Bump `@metamask/remote-feature-flag-controller` from `^2.0.1` to `^3.0.0` ([#7309](https://github.com/MetaMask/core/pull/7309))
- Bump `@metamask/transaction-controller` from `^62.4.0` to `^62.5.0` ([#7325](https://github.com/MetaMask/core/pull/7325))
- Add fee limit passthrough for Tron snap fee computation ([#7426](https://github.com/MetaMask/core/pull/7426))

### Fixed

Expand Down Expand Up @@ -946,7 +948,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@64.1.0...HEAD
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@64.2.0...HEAD
[64.2.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@64.1.0...@metamask/bridge-controller@64.2.0
[64.1.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@64.0.0...@metamask/bridge-controller@64.1.0
[64.0.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@63.2.0...@metamask/bridge-controller@64.0.0
[63.2.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@63.1.0...@metamask/bridge-controller@63.2.0
Expand Down
2 changes: 1 addition & 1 deletion packages/bridge-controller/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/bridge-controller",
"version": "64.1.0",
"version": "64.2.0",
"description": "Manages bridge-related quote fetching functionality for MetaMask",
"keywords": [
"MetaMask",
Expand Down
6 changes: 5 additions & 1 deletion packages/bridge-status-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [64.2.0]

### Changed

- Bump `@metamask/transaction-controller` from `^62.5.0` to `^62.7.0` ([#7430](https://github.com/MetaMask/core/pull/7430), [#7494](https://github.com/MetaMask/core/pull/7494))
- Bump `@metamask/bridge-controller` from `^64.1.0` to `^64.2.0` ([#7509](https://github.com/MetaMask/core/pull/7509))

## [64.1.0]

Expand Down Expand Up @@ -826,7 +829,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@64.1.0...HEAD
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@64.2.0...HEAD
[64.2.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@64.1.0...@metamask/bridge-status-controller@64.2.0
[64.1.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@64.0.1...@metamask/bridge-status-controller@64.1.0
[64.0.1]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@64.0.0...@metamask/bridge-status-controller@64.0.1
[64.0.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@63.1.0...@metamask/bridge-status-controller@64.0.0
Expand Down
4 changes: 2 additions & 2 deletions packages/bridge-status-controller/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/bridge-status-controller",
"version": "64.1.0",
"version": "64.2.0",
"description": "Manages bridge-related status fetching functionality for MetaMask",
"keywords": [
"MetaMask",
Expand Down Expand Up @@ -50,7 +50,7 @@
"dependencies": {
"@metamask/accounts-controller": "^35.0.0",
"@metamask/base-controller": "^9.0.0",
"@metamask/bridge-controller": "^64.1.0",
"@metamask/bridge-controller": "^64.2.0",
"@metamask/controller-utils": "^11.16.0",
"@metamask/gas-fee-controller": "^26.0.0",
"@metamask/network-controller": "^27.0.0",
Expand Down
1 change: 1 addition & 0 deletions packages/transaction-pay-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Bump `@metamask/assets-controllers` from `^93.1.0` to `^94.1.0` ([#7444](https://github.com/MetaMask/core/pull/7444), [#7488](https://github.com/MetaMask/core/pull/7488))
- Bump `@metamask/transaction-controller` from `^62.6.0` to `^62.7.0` ([#7494](https://github.com/MetaMask/core/pull/7494))
- Bump `@metamask/bridge-controller` from `^64.1.0` to `^64.2.0` ([#7509](https://github.com/MetaMask/core/pull/7509))

## [10.5.0]

Expand Down
4 changes: 2 additions & 2 deletions packages/transaction-pay-controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
"@ethersproject/contracts": "^5.7.0",
"@metamask/assets-controllers": "^94.1.0",
"@metamask/base-controller": "^9.0.0",
"@metamask/bridge-controller": "^64.1.0",
"@metamask/bridge-status-controller": "^64.1.0",
"@metamask/bridge-controller": "^64.2.0",
"@metamask/bridge-status-controller": "^64.2.0",
"@metamask/controller-utils": "^11.16.0",
"@metamask/gas-fee-controller": "^26.0.0",
"@metamask/messenger": "^0.3.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2793,7 +2793,7 @@ __metadata:
languageName: unknown
linkType: soft

"@metamask/bridge-controller@npm:^64.1.0, @metamask/bridge-controller@workspace:packages/bridge-controller":
"@metamask/bridge-controller@npm:^64.2.0, @metamask/bridge-controller@workspace:packages/bridge-controller":
version: 0.0.0-use.local
resolution: "@metamask/bridge-controller@workspace:packages/bridge-controller"
dependencies:
Expand Down Expand Up @@ -2837,14 +2837,14 @@ __metadata:
languageName: unknown
linkType: soft

"@metamask/bridge-status-controller@npm:^64.1.0, @metamask/bridge-status-controller@workspace:packages/bridge-status-controller":
"@metamask/bridge-status-controller@npm:^64.2.0, @metamask/bridge-status-controller@workspace:packages/bridge-status-controller":
version: 0.0.0-use.local
resolution: "@metamask/bridge-status-controller@workspace:packages/bridge-status-controller"
dependencies:
"@metamask/accounts-controller": "npm:^35.0.0"
"@metamask/auto-changelog": "npm:^3.4.4"
"@metamask/base-controller": "npm:^9.0.0"
"@metamask/bridge-controller": "npm:^64.1.0"
"@metamask/bridge-controller": "npm:^64.2.0"
"@metamask/controller-utils": "npm:^11.16.0"
"@metamask/gas-fee-controller": "npm:^26.0.0"
"@metamask/network-controller": "npm:^27.0.0"
Expand Down Expand Up @@ -5100,8 +5100,8 @@ __metadata:
"@metamask/assets-controllers": "npm:^94.1.0"
"@metamask/auto-changelog": "npm:^3.4.4"
"@metamask/base-controller": "npm:^9.0.0"
"@metamask/bridge-controller": "npm:^64.1.0"
"@metamask/bridge-status-controller": "npm:^64.1.0"
"@metamask/bridge-controller": "npm:^64.2.0"
"@metamask/bridge-status-controller": "npm:^64.2.0"
"@metamask/controller-utils": "npm:^11.16.0"
"@metamask/gas-fee-controller": "npm:^26.0.0"
"@metamask/messenger": "npm:^0.3.0"
Expand Down
Loading