Skip to content

Commit bf93458

Browse files
Release 271.0.0 (#5063)
## Explanation Added support for threshold-based feature flag scoping in `remote-feature-flag-controller` <!-- 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 N/A <!-- 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 --> ## Changelog N/A <!-- If you're making any consumer-facing changes, list those changes here as if you were updating a changelog, using the template below as a guide. (CATEGORY is one of BREAKING, ADDED, CHANGED, DEPRECATED, REMOVED, or FIXED. For security-related issues, follow the Security Advisory process.) Please take care to name the exact pieces of the API you've added or changed (e.g. types, interfaces, functions, or methods). If there are any breaking changes, make sure to offer a solution for consumers to follow once they upgrade to the changes. Finally, if you're only making changes to development scripts or tests, you may replace the template below with "None". --> ## Checklist - [x] I've updated the test suite for new or updated code as appropriate - [x] I've updated documentation (JSDoc, Markdown, etc.) for new or updated code as appropriate - [x] I've highlighted breaking changes using the "BREAKING" category above as appropriate - [x] I've prepared draft pull requests for clients and consumer packages to resolve any breaking changes Co-authored-by: cryptodev-2s <[email protected]>
1 parent ed8677e commit bf93458

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/core-monorepo",
3-
"version": "270.0.0",
3+
"version": "271.0.0",
44
"private": true,
55
"description": "Monorepo for packages shared between MetaMask clients",
66
"repository": {

packages/remote-feature-flag-controller/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313

1414
- Added support for threshold-based feature flag scoping ([#5051](https://github.com/MetaMask/core/pull/5051))
1515
- Enables percentage-based feature flag distribution across user base
16-
- Uses deterministic random group assignment based on metaMetricsId
16+
- Uses deterministic random group assignment based on metaMetricsId from the client
1717

1818
## [1.1.0]
1919

packages/remote-feature-flag-controller/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/remote-feature-flag-controller",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "The RemoteFeatureFlagController manages the retrieval and caching of remote feature flags",
55
"keywords": [
66
"MetaMask",

0 commit comments

Comments
 (0)