Skip to content

Commit ba91843

Browse files
authored
Release/621.0.0 (#6840)
## 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/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 621.0.0 publishing `@metamask/remote-feature-flag-controller@1.9.0` and `@metamask/token-search-discovery-controller@3.5.0`, and updating dependents to the new feature-flag controller version. > > - **Release** > - Bump monorepo version to `621.0.0`. > - **Packages** > - `@metamask/remote-feature-flag-controller`: version `1.9.0`; changelog adds exported controller types and updates comparison links. > - `@metamask/token-search-discovery-controller`: version `3.5.0`; changelog adds exported controller types and updates comparison links. > - **Dependencies** > - Update dev dependency to `@metamask/remote-feature-flag-controller@^1.9.0` in `packages/bridge-controller/package.json` and `packages/transaction-controller/package.json`. > - Refresh `yarn.lock` to reflect the new `@metamask/remote-feature-flag-controller@^1.9.0`. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit b3ecd6a. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent f88100a commit ba91843

File tree

8 files changed

+16
-10
lines changed

8 files changed

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

packages/bridge-controller/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"@metamask/auto-changelog": "^3.4.4",
7272
"@metamask/eth-json-rpc-provider": "^5.0.1",
7373
"@metamask/network-controller": "^24.2.1",
74-
"@metamask/remote-feature-flag-controller": "^1.8.0",
74+
"@metamask/remote-feature-flag-controller": "^1.9.0",
7575
"@metamask/snaps-controllers": "^14.0.1",
7676
"@metamask/superstruct": "^3.1.0",
7777
"@metamask/transaction-controller": "^60.6.1",

packages/remote-feature-flag-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+
## [1.9.0]
11+
1012
### Added
1113

1214
- Export additional controller types from package index ([#6835](https://github.com/MetaMask/core/pull/6835))
@@ -109,7 +111,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
109111
- Initial release of the RemoteFeatureFlagController. ([#4931](https://github.com/MetaMask/core/pull/4931))
110112
- This controller manages the retrieval and caching of remote feature flags. It fetches feature flags from a remote API, caches them, and provides methods to access and manage these flags. The controller ensures that feature flags are refreshed based on a specified interval and handles cases where the controller is disabled or the network is unavailable.
111113

112-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/remote-feature-flag-controller@1.8.0...HEAD
114+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/remote-feature-flag-controller@1.9.0...HEAD
115+
[1.9.0]: https://github.com/MetaMask/core/compare/@metamask/remote-feature-flag-controller@1.8.0...@metamask/remote-feature-flag-controller@1.9.0
113116
[1.8.0]: https://github.com/MetaMask/core/compare/@metamask/remote-feature-flag-controller@1.7.0...@metamask/remote-feature-flag-controller@1.8.0
114117
[1.7.0]: https://github.com/MetaMask/core/compare/@metamask/remote-feature-flag-controller@1.6.0...@metamask/remote-feature-flag-controller@1.7.0
115118
[1.6.0]: https://github.com/MetaMask/core/compare/@metamask/remote-feature-flag-controller@1.5.0...@metamask/remote-feature-flag-controller@1.6.0

packages/remote-feature-flag-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/remote-feature-flag-controller",
3-
"version": "1.8.0",
3+
"version": "1.9.0",
44
"description": "The RemoteFeatureFlagController manages the retrieval and caching of remote feature flags",
55
"keywords": [
66
"MetaMask",

packages/token-search-discovery-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+
## [3.5.0]
11+
1012
### Added
1113

1214
- Export additional controller types from package index ([#6837](https://github.com/MetaMask/core/pull/6837))
@@ -97,7 +99,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9799
- This service is responsible for making search related requests to the Portfolio API
98100
- Specifically, it handles the `tokens-search` endpoint which returns a list of tokens based on the provided query parameters
99101

100-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/token-search-discovery-controller@3.4.0...HEAD
102+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/token-search-discovery-controller@3.5.0...HEAD
103+
[3.5.0]: https://github.com/MetaMask/core/compare/@metamask/token-search-discovery-controller@3.4.0...@metamask/token-search-discovery-controller@3.5.0
101104
[3.4.0]: https://github.com/MetaMask/core/compare/@metamask/token-search-discovery-controller@3.3.0...@metamask/token-search-discovery-controller@3.4.0
102105
[3.3.0]: https://github.com/MetaMask/core/compare/@metamask/token-search-discovery-controller@3.2.0...@metamask/token-search-discovery-controller@3.3.0
103106
[3.2.0]: https://github.com/MetaMask/core/compare/@metamask/token-search-discovery-controller@3.1.0...@metamask/token-search-discovery-controller@3.2.0

packages/token-search-discovery-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/token-search-discovery-controller",
3-
"version": "3.4.0",
3+
"version": "3.5.0",
44
"description": "Manages token search and discovery through the Portfolio API",
55
"keywords": [
66
"MetaMask",

packages/transaction-controller/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"@metamask/ethjs-provider-http": "^0.3.0",
7979
"@metamask/gas-fee-controller": "^24.1.0",
8080
"@metamask/network-controller": "^24.2.1",
81-
"@metamask/remote-feature-flag-controller": "^1.8.0",
81+
"@metamask/remote-feature-flag-controller": "^1.9.0",
8282
"@ts-bridge/cli": "^0.6.1",
8383
"@types/bn.js": "^5.1.5",
8484
"@types/jest": "^27.4.1",

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2909,7 +2909,7 @@ __metadata:
29092909
"@metamask/multichain-network-controller": "npm:^1.0.1"
29102910
"@metamask/network-controller": "npm:^24.2.1"
29112911
"@metamask/polling-controller": "npm:^14.0.1"
2912-
"@metamask/remote-feature-flag-controller": "npm:^1.8.0"
2912+
"@metamask/remote-feature-flag-controller": "npm:^1.9.0"
29132913
"@metamask/snaps-controllers": "npm:^14.0.1"
29142914
"@metamask/superstruct": "npm:^3.1.0"
29152915
"@metamask/transaction-controller": "npm:^60.6.1"
@@ -4563,7 +4563,7 @@ __metadata:
45634563
languageName: unknown
45644564
linkType: soft
45654565

4566-
"@metamask/remote-feature-flag-controller@npm:^1.8.0, @metamask/remote-feature-flag-controller@workspace:packages/remote-feature-flag-controller":
4566+
"@metamask/remote-feature-flag-controller@npm:^1.9.0, @metamask/remote-feature-flag-controller@workspace:packages/remote-feature-flag-controller":
45674567
version: 0.0.0-use.local
45684568
resolution: "@metamask/remote-feature-flag-controller@workspace:packages/remote-feature-flag-controller"
45694569
dependencies:
@@ -4983,7 +4983,7 @@ __metadata:
49834983
"@metamask/metamask-eth-abis": "npm:^3.1.1"
49844984
"@metamask/network-controller": "npm:^24.2.1"
49854985
"@metamask/nonce-tracker": "npm:^6.0.0"
4986-
"@metamask/remote-feature-flag-controller": "npm:^1.8.0"
4986+
"@metamask/remote-feature-flag-controller": "npm:^1.9.0"
49874987
"@metamask/rpc-errors": "npm:^7.0.2"
49884988
"@metamask/utils": "npm:^11.8.1"
49894989
"@ts-bridge/cli": "npm:^0.6.1"

0 commit comments

Comments
 (0)