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": "922.0.0",
"version": "923.0.0",
"private": true,
"description": "Monorepo for packages shared between MetaMask clients",
"repository": {
Expand Down
1 change: 1 addition & 0 deletions packages/assets-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- Bump `@metamask/assets-controllers` from `^104.0.0` to `^104.1.0` ([#8509](https://github.com/MetaMask/core/pull/8509))
- Bump `@metamask/keyring-api` from `^21.6.0` to `^23.0.1` ([#8464](https://github.com/MetaMask/core/pull/8464))
- Bump `@metamask/keyring-internal-api` from `^10.0.0` to `^10.1.1` ([#8464](https://github.com/MetaMask/core/pull/8464))
- Bump `@metamask/keyring-snap-client` from `^8.2.0` to `^9.0.1` ([#8464](https://github.com/MetaMask/core/pull/8464))
Expand Down
2 changes: 1 addition & 1 deletion packages/assets-controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@ethersproject/providers": "^5.7.0",
"@metamask/account-tree-controller": "^7.1.0",
"@metamask/accounts-controller": "^37.2.0",
"@metamask/assets-controllers": "^104.0.0",
"@metamask/assets-controllers": "^104.1.0",
Comment thread
Prithpal-Sooriya marked this conversation as resolved.
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Dependency bump.

"@metamask/base-controller": "^9.1.0",
"@metamask/client-controller": "^1.0.1",
"@metamask/controller-utils": "^11.20.0",
Expand Down
86 changes: 36 additions & 50 deletions packages/assets-controllers/CHANGELOG.md
Copy link
Copy Markdown
Contributor

@bergarces bergarces Apr 17, 2026

Choose a reason for hiding this comment

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

There are a lot of changelog linting changes here. Is that expected?

Edit: They look mostly ok though, so not blocking for me. Just wondering.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Changes was done by the yarn create-release-branch script. It fixed some areas, but also found some issues which are now resolved.

Copy link
Copy Markdown
Contributor Author

@Prithpal-Sooriya Prithpal-Sooriya Apr 17, 2026

Choose a reason for hiding this comment

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

Formatting changes on this file were done by create-release-branch (or a formatter ran on top of this). I've reviewed the changes made, but another pair of eyes would be great.

I've added resolved comments that you can open in some areas for this changelog.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/assets-controllers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/assets-controllers",
"version": "104.0.0",
"version": "104.1.0",
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Main package release

"description": "Controllers which manage interactions involving ERC-20, ERC-721, and ERC-1155 tokens (including NFTs)",
"keywords": [
"Ethereum",
Expand Down
1 change: 1 addition & 0 deletions packages/bridge-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- Bump `@metamask/assets-controllers` from `^104.0.0` to `^104.1.0` ([#8509](https://github.com/MetaMask/core/pull/8509))
- Bump `@metamask/transaction-controller` from `^64.2.0` to `^64.3.0` ([#8482](https://github.com/MetaMask/core/pull/8482))
- Bump `@metamask/keyring-api` from `^21.6.0` to `^23.0.1` ([#8464](https://github.com/MetaMask/core/pull/8464))

Expand Down
2 changes: 1 addition & 1 deletion packages/bridge-controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@ethersproject/providers": "^5.7.0",
"@metamask/accounts-controller": "^37.2.0",
"@metamask/assets-controller": "^6.0.0",
"@metamask/assets-controllers": "^104.0.0",
"@metamask/assets-controllers": "^104.1.0",
Comment thread
Prithpal-Sooriya marked this conversation as resolved.
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Dependency bump.

"@metamask/base-controller": "^9.1.0",
"@metamask/controller-utils": "^11.20.0",
"@metamask/gas-fee-controller": "^26.1.1",
Expand Down
4 changes: 4 additions & 0 deletions packages/transaction-pay-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- Bump `@metamask/assets-controllers` from `^104.0.0` to `^104.1.0` ([#8509](https://github.com/MetaMask/core/pull/8509))

## [19.2.1]

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion packages/transaction-pay-controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@ethersproject/contracts": "^5.7.0",
"@ethersproject/providers": "^5.7.0",
"@metamask/assets-controller": "^6.0.0",
"@metamask/assets-controllers": "^104.0.0",
"@metamask/assets-controllers": "^104.1.0",
Comment thread
Prithpal-Sooriya marked this conversation as resolved.
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Dependency bump.

"@metamask/base-controller": "^9.1.0",
"@metamask/bridge-controller": "^70.1.1",
"@metamask/bridge-status-controller": "^70.0.5",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2772,7 +2772,7 @@ __metadata:
"@ethersproject/providers": "npm:^5.7.0"
"@metamask/account-tree-controller": "npm:^7.1.0"
"@metamask/accounts-controller": "npm:^37.2.0"
"@metamask/assets-controllers": "npm:^104.0.0"
"@metamask/assets-controllers": "npm:^104.1.0"
"@metamask/auto-changelog": "npm:^6.1.0"
"@metamask/base-controller": "npm:^9.1.0"
"@metamask/client-controller": "npm:^1.0.1"
Expand Down Expand Up @@ -2810,7 +2810,7 @@ __metadata:
languageName: unknown
linkType: soft

"@metamask/assets-controllers@npm:^104.0.0, @metamask/assets-controllers@workspace:packages/assets-controllers":
"@metamask/assets-controllers@npm:^104.1.0, @metamask/assets-controllers@workspace:packages/assets-controllers":
version: 0.0.0-use.local
resolution: "@metamask/assets-controllers@workspace:packages/assets-controllers"
dependencies:
Expand Down Expand Up @@ -2997,7 +2997,7 @@ __metadata:
"@ethersproject/providers": "npm:^5.7.0"
"@metamask/accounts-controller": "npm:^37.2.0"
"@metamask/assets-controller": "npm:^6.0.0"
"@metamask/assets-controllers": "npm:^104.0.0"
"@metamask/assets-controllers": "npm:^104.1.0"
"@metamask/auto-changelog": "npm:^6.1.0"
"@metamask/base-controller": "npm:^9.1.0"
"@metamask/controller-utils": "npm:^11.20.0"
Expand Down Expand Up @@ -5593,7 +5593,7 @@ __metadata:
"@ethersproject/contracts": "npm:^5.7.0"
"@ethersproject/providers": "npm:^5.7.0"
"@metamask/assets-controller": "npm:^6.0.0"
"@metamask/assets-controllers": "npm:^104.0.0"
"@metamask/assets-controllers": "npm:^104.1.0"
"@metamask/auto-changelog": "npm:^6.1.0"
"@metamask/base-controller": "npm:^9.1.0"
"@metamask/bridge-controller": "npm:^70.1.1"
Expand Down
Loading