Skip to content

Commit

Permalink
Release/261.0.0 (#5003)
Browse files Browse the repository at this point in the history
## Explanation

Release candidate for v1 of the remote feature flag controller package.

---------

Co-authored-by: Dan J Miller <danjm.com@gmail.com>
  • Loading branch information
Gudahtt and danjm authored Nov 28, 2024
1 parent 3e4575e commit e2cdac9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/core-monorepo",
"version": "260.0.0",
"version": "261.0.0",
"private": true,
"description": "Monorepo for packages shared between MetaMask clients",
"repository": {
Expand Down
8 changes: 6 additions & 2 deletions packages/remote-feature-flag-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.0.0]

### Added

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

[Unreleased]: https://github.com/MetaMask/core/
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/remote-feature-flag-controller@1.0.0...HEAD
[1.0.0]: https://github.com/MetaMask/core/releases/tag/@metamask/remote-feature-flag-controller@1.0.0
2 changes: 1 addition & 1 deletion packages/remote-feature-flag-controller/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/remote-feature-flag-controller",
"version": "0.0.0",
"version": "1.0.0",
"description": "The RemoteFeatureFlagController manages the retrieval and caching of remote feature flags",
"keywords": [
"MetaMask",
Expand Down

0 comments on commit e2cdac9

Please sign in to comment.