@metamask-previews/remote-feature-flag-controller 3.0.0-preview-c208c1a → 3.0.0-preview-3fa1672

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +0 -2
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -7,10 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
-
11
10
  ### Added
12
11
 
13
- - pr preview comment
14
12
  - Add override functionality to remote feature flags ([#7271](https://github.com/MetaMask/core/pull/7271))
15
13
  - `setFlagOverride(flagName, value)` - Set a local override for a specific feature flag
16
14
  - `removeFlagOverride(flagName)` - Clear the local override for a specific feature flag
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/remote-feature-flag-controller",
3
- "version": "3.0.0-preview-c208c1a",
3
+ "version": "3.0.0-preview-3fa1672",
4
4
  "description": "The RemoteFeatureFlagController manages the retrieval and caching of remote feature flags",
5
5
  "keywords": [
6
6
  "MetaMask",