Skip to content

Commit c8633d9

Browse files
zone-livesalimtb
andauthored
Release/587.0.0 (#6746)
## Explanation Release `@metamask/network-enablement-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 --> ## 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 <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Release @metamask/network-enablement-controller 2.1.0 adding Tron support and refining popular network selection; bump monorepo to 587.0.0. > > - **@metamask/network-enablement-controller 2.1.0**: > - Added: Tron network support; reuse Keyring API types. > - Changed: refine popular network addition selection behavior; bump `@metamask/utils` to `^11.8.1`. > - **Repo**: bump monorepo version to `587.0.0`. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit bbfe20e. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY --> --------- Co-authored-by: Salim TOUBAL <[email protected]>
1 parent c154788 commit c8633d9

File tree

3 files changed

+6
-3
lines changed

3 files changed

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

packages/network-enablement-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+
## [2.1.0]
11+
1012
### Added
1113

1214
- Add Tron network support ([#6734](https://github.com/MetaMask/core/pull/6734))
@@ -115,7 +117,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
115117

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

118-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
120+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
121+
[2.1.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
119122
[2.0.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
120123
[1.2.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
121124
[1.1.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]

packages/network-enablement-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/network-enablement-controller",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "Provides an interface to the currently enabled network using a MetaMask-compatible provider object",
55
"keywords": [
66
"MetaMask",

0 commit comments

Comments
 (0)