Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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": "733.0.0",
"version": "734.0.0",
"private": true,
"description": "Monorepo for packages shared between MetaMask clients",
"repository": {
Expand Down
1 change: 1 addition & 0 deletions packages/bridge-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- Bump `@metamask/remote-feature-flag-controller` from `^3.1.0` to `^4.0.0` ([#7546](https://github.com/MetaMask/core/pull/7546))
- Upgrade `@metamask/utils` from `^11.8.1` to `^11.9.0` ([#7511](https://github.com/MetaMask/core/pull/7511))
- Bump `@metamask/network-controller` from `^27.0.0` to `^27.1.0` ([#7534](https://github.com/MetaMask/core/pull/7534))
- Bump `@metamask/controller-utils` from `^11.16.0` to `^11.17.0` ([#7534](https://github.com/MetaMask/core/pull/7534))
Expand Down
2 changes: 1 addition & 1 deletion packages/bridge-controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@metamask/multichain-network-controller": "^3.0.0",
"@metamask/network-controller": "^27.1.0",
"@metamask/polling-controller": "^16.0.0",
"@metamask/remote-feature-flag-controller": "^3.1.0",
"@metamask/remote-feature-flag-controller": "^4.0.0",
"@metamask/snaps-controllers": "^14.0.1",
"@metamask/transaction-controller": "^62.7.0",
"@metamask/utils": "^11.9.0",
Expand Down
5 changes: 4 additions & 1 deletion packages/remote-feature-flag-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [4.0.0]

### Changed

- **BREAKING:** Improve threshold-based feature flag processing to ensure independent user assignment across different flags ([#7511](https://github.com/MetaMask/core/pull/7511)):
Expand Down Expand Up @@ -176,7 +178,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- 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/compare/@metamask/[email protected]
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
[4.0.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
[3.1.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
[3.0.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
[2.0.1]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
Expand Down
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": "3.1.0",
"version": "4.0.0",
"description": "The RemoteFeatureFlagController manages the retrieval and caching of remote feature flags",
"keywords": [
"MetaMask",
Expand Down
1 change: 1 addition & 0 deletions packages/transaction-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- Bump `@metamask/remote-feature-flag-controller` from `^3.1.0` to `^4.0.0` ([#7546](https://github.com/MetaMask/core/pull/7546))
- Upgrade `@metamask/utils` from `^11.8.1` to `^11.9.0` ([#7511](https://github.com/MetaMask/core/pull/7511))
- Update transaction timeout to check time since submission or when transaction was last seen on network ([#7464](https://github.com/MetaMask/core/pull/7464))
- Uses `blockTime` from `acceleratedPolling` feature flag.
Expand Down
2 changes: 1 addition & 1 deletion packages/transaction-controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"@metamask/metamask-eth-abis": "^3.1.1",
"@metamask/network-controller": "^27.1.0",
"@metamask/nonce-tracker": "^6.0.0",
"@metamask/remote-feature-flag-controller": "^3.1.0",
"@metamask/remote-feature-flag-controller": "^4.0.0",
"@metamask/rpc-errors": "^7.0.2",
"@metamask/utils": "^11.9.0",
"async-mutex": "^0.5.0",
Expand Down
1 change: 1 addition & 0 deletions packages/transaction-pay-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- Bump `@metamask/remote-feature-flag-controller` from `^3.1.0` to `^4.0.0` ([#7546](https://github.com/MetaMask/core/pull/7546))
- Upgrade `@metamask/utils` from `^11.8.1` to `^11.9.0` ([#7511](https://github.com/MetaMask/core/pull/7511))
- Poll relay status using static URL ([#7535](https://github.com/MetaMask/core/pull/7535))
- Bump `@metamask/assets-controllers` from `^93.1.0` to `^94.1.0` ([#7444](https://github.com/MetaMask/core/pull/7444), [#7488](https://github.com/MetaMask/core/pull/7488))
Expand Down
2 changes: 1 addition & 1 deletion packages/transaction-pay-controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@metamask/messenger": "^0.3.0",
"@metamask/metamask-eth-abis": "^3.1.1",
"@metamask/network-controller": "^27.1.0",
"@metamask/remote-feature-flag-controller": "^3.1.0",
"@metamask/remote-feature-flag-controller": "^4.0.0",
"@metamask/transaction-controller": "^62.7.0",
"@metamask/utils": "^11.9.0",
"bignumber.js": "^9.1.2",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2815,7 +2815,7 @@ __metadata:
"@metamask/multichain-network-controller": "npm:^3.0.0"
"@metamask/network-controller": "npm:^27.1.0"
"@metamask/polling-controller": "npm:^16.0.0"
"@metamask/remote-feature-flag-controller": "npm:^3.1.0"
"@metamask/remote-feature-flag-controller": "npm:^4.0.0"
"@metamask/snaps-controllers": "npm:^14.0.1"
"@metamask/superstruct": "npm:^3.1.0"
"@metamask/transaction-controller": "npm:^62.7.0"
Expand Down Expand Up @@ -4622,7 +4622,7 @@ __metadata:
languageName: unknown
linkType: soft

"@metamask/remote-feature-flag-controller@npm:^3.1.0, @metamask/remote-feature-flag-controller@workspace:packages/remote-feature-flag-controller":
"@metamask/remote-feature-flag-controller@npm:^4.0.0, @metamask/remote-feature-flag-controller@workspace:packages/remote-feature-flag-controller":
version: 0.0.0-use.local
resolution: "@metamask/remote-feature-flag-controller@workspace:packages/remote-feature-flag-controller"
dependencies:
Expand Down Expand Up @@ -5062,7 +5062,7 @@ __metadata:
"@metamask/metamask-eth-abis": "npm:^3.1.1"
"@metamask/network-controller": "npm:^27.1.0"
"@metamask/nonce-tracker": "npm:^6.0.0"
"@metamask/remote-feature-flag-controller": "npm:^3.1.0"
"@metamask/remote-feature-flag-controller": "npm:^4.0.0"
"@metamask/rpc-errors": "npm:^7.0.2"
"@metamask/utils": "npm:^11.9.0"
"@ts-bridge/cli": "npm:^0.6.4"
Expand Down Expand Up @@ -5107,7 +5107,7 @@ __metadata:
"@metamask/messenger": "npm:^0.3.0"
"@metamask/metamask-eth-abis": "npm:^3.1.1"
"@metamask/network-controller": "npm:^27.1.0"
"@metamask/remote-feature-flag-controller": "npm:^3.1.0"
"@metamask/remote-feature-flag-controller": "npm:^4.0.0"
"@metamask/transaction-controller": "npm:^62.7.0"
"@metamask/utils": "npm:^11.9.0"
"@ts-bridge/cli": "npm:^0.6.4"
Expand Down
Loading