Skip to content

Commit 7e82fe2

Browse files
authored
Release/775.0.0 (#7771)
## 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? --> ## 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/processes/updating-changelogs.md) - [ ] I've introduced [breaking changes](https://github.com/MetaMask/core/tree/main/docs/processes/breaking-changes.md) in this PR and have prepared draft pull requests for clients and consumer packages to resolve them <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Low risk release bookkeeping: version bumps and changelog updates only, with no runtime code changes. Main risk is dependency/version skew if consumers rely on exact package ranges. > > **Overview** > This is a release/version bump PR updating the root monorepo version to `775.0.0` and `@metamask/assets-controllers` to `99.1.0` (with corresponding changelog entries/links). > > It also updates downstream packages (`bridge-controller`, `transaction-pay-controller`) and `yarn.lock` to depend on `@metamask/assets-controllers@^99.1.0` and records those bumps in their changelogs. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 22cb80a. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent a2ee4a6 commit 7e82fe2

File tree

8 files changed

+16
-8
lines changed

8 files changed

+16
-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": "774.0.0",
3+
"version": "775.0.0",
44
"private": true,
55
"description": "Monorepo for packages shared between MetaMask clients",
66
"repository": {

packages/assets-controllers/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+
## [99.1.0]
11+
1012
### Added
1113

1214
- Add multicall address for the chain: `Tempo Testnet` ([#7753](https://github.com/MetaMask/core/pull/7753))
@@ -2609,7 +2611,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
26092611
26102612
- Use Ethers for AssetsContractController ([#845](https://github.com/MetaMask/core/pull/845))
26112613
2612-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
2614+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
2615+
[99.1.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
26132616
[99.0.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
26142617
[98.0.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
26152618
[97.0.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]

packages/assets-controllers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/assets-controllers",
3-
"version": "99.0.0",
3+
"version": "99.1.0",
44
"description": "Controllers which manage interactions involving ERC-20, ERC-721, and ERC-1155 tokens (including NFTs)",
55
"keywords": [
66
"MetaMask",

packages/bridge-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/assets-controllers` from `^99.0.0` to `^99.1.0` ([#7771](https://github.com/MetaMask/core/pull/7771))
13+
1014
## [65.1.0]
1115

1216
### Added

packages/bridge-controller/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@ethersproject/contracts": "^5.7.0",
5555
"@ethersproject/providers": "^5.7.0",
5656
"@metamask/accounts-controller": "^35.0.2",
57-
"@metamask/assets-controllers": "^99.0.0",
57+
"@metamask/assets-controllers": "^99.1.0",
5858
"@metamask/base-controller": "^9.0.0",
5959
"@metamask/controller-utils": "^11.18.0",
6060
"@metamask/gas-fee-controller": "^26.0.2",

packages/transaction-pay-controller/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Changed
1111

12+
- Bump `@metamask/assets-controllers` from `^99.0.0` to `^99.1.0` ([#7771](https://github.com/MetaMask/core/pull/7771))
1213
- Bump `@metamask/bridge-controller` from `^65.0.1` to `^65.1.0` ([#7763](https://github.com/MetaMask/core/pull/7763))
1314
- Bump `@metamask/bridge-status-controller` from `^65.0.0` to `^65.0.1` ([#7763](https://github.com/MetaMask/core/pull/7763))
1415
- Bump `@metamask/transaction-controller` from `^62.10.0` to `^62.11.0` ([#7760](https://github.com/MetaMask/core/pull/7760))

packages/transaction-pay-controller/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"dependencies": {
5252
"@ethersproject/abi": "^5.7.0",
5353
"@ethersproject/contracts": "^5.7.0",
54-
"@metamask/assets-controllers": "^99.0.0",
54+
"@metamask/assets-controllers": "^99.1.0",
5555
"@metamask/base-controller": "^9.0.0",
5656
"@metamask/bridge-controller": "^65.1.0",
5757
"@metamask/bridge-status-controller": "^65.0.1",

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2695,7 +2695,7 @@ __metadata:
26952695
languageName: unknown
26962696
linkType: soft
26972697

2698-
"@metamask/assets-controllers@npm:^99.0.0, @metamask/assets-controllers@workspace:packages/assets-controllers":
2698+
"@metamask/assets-controllers@npm:^99.1.0, @metamask/assets-controllers@workspace:packages/assets-controllers":
26992699
version: 0.0.0-use.local
27002700
resolution: "@metamask/assets-controllers@workspace:packages/assets-controllers"
27012701
dependencies:
@@ -2868,7 +2868,7 @@ __metadata:
28682868
"@ethersproject/contracts": "npm:^5.7.0"
28692869
"@ethersproject/providers": "npm:^5.7.0"
28702870
"@metamask/accounts-controller": "npm:^35.0.2"
2871-
"@metamask/assets-controllers": "npm:^99.0.0"
2871+
"@metamask/assets-controllers": "npm:^99.1.0"
28722872
"@metamask/auto-changelog": "npm:^3.4.4"
28732873
"@metamask/base-controller": "npm:^9.0.0"
28742874
"@metamask/controller-utils": "npm:^11.18.0"
@@ -5204,7 +5204,7 @@ __metadata:
52045204
dependencies:
52055205
"@ethersproject/abi": "npm:^5.7.0"
52065206
"@ethersproject/contracts": "npm:^5.7.0"
5207-
"@metamask/assets-controllers": "npm:^99.0.0"
5207+
"@metamask/assets-controllers": "npm:^99.1.0"
52085208
"@metamask/auto-changelog": "npm:^3.4.4"
52095209
"@metamask/base-controller": "npm:^9.0.0"
52105210
"@metamask/bridge-controller": "npm:^65.1.0"

0 commit comments

Comments
 (0)