Skip to content

Commit e2cdac9

Browse files
Gudahttdanjm
andauthored
Release/261.0.0 (#5003)
## Explanation Release candidate for v1 of the remote feature flag controller package. --------- Co-authored-by: Dan J Miller <danjm.com@gmail.com>
1 parent 3e4575e commit e2cdac9

File tree

3 files changed

+8
-4
lines changed

3 files changed

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

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

+6-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.0.0]
11+
1012
### Added
1113

12-
- Initial release ([#4931](https://github.com/MetaMask/core/pull/4931))
14+
- Initial release of the RemoteFeatureFlagController. ([#4931](https://github.com/MetaMask/core/pull/4931))
15+
- 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.
1316

14-
[Unreleased]: https://github.com/MetaMask/core/
17+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/remote-feature-flag-controller@1.0.0...HEAD
18+
[1.0.0]: https://github.com/MetaMask/core/releases/tag/@metamask/remote-feature-flag-controller@1.0.0

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

0 commit comments

Comments
 (0)