From 3e4575e1e66774d798d7d9adff91cf20b1ee08e5 Mon Sep 17 00:00:00 2001 From: Mark Stacey Date: Thu, 28 Nov 2024 15:59:36 -0330 Subject: [PATCH] Revert "Release/261.0.0" (#5002) Reverts MetaMask/core#5000. This release candidate was not well formatted (the root version was not incremented, nor the package version) --- packages/remote-feature-flag-controller/CHANGELOG.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/packages/remote-feature-flag-controller/CHANGELOG.md b/packages/remote-feature-flag-controller/CHANGELOG.md index afbd70db4c..b7c21ed1d3 100644 --- a/packages/remote-feature-flag-controller/CHANGELOG.md +++ b/packages/remote-feature-flag-controller/CHANGELOG.md @@ -7,12 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [1.0.0] - ### Added -- 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. +- Initial release ([#4931](https://github.com/MetaMask/core/pull/4931)) -[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 +[Unreleased]: https://github.com/MetaMask/core/