Skip to content

Commit b3ecd6a

Browse files
committed
Update Release 621.0.0
1 parent 713a230 commit b3ecd6a

File tree

14 files changed

+16
-36
lines changed

14 files changed

+16
-36
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/core-monorepo",
3-
"version": "620.0.0",
3+
"version": "621.0.0",
44
"private": true,
55
"description": "Monorepo for packages shared between MetaMask clients",
66
"repository": {

packages/assets-controllers/CHANGELOG.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
### Uncategorized
11-
12-
- Release/620.0.0 ([#6838](https://github.com/MetaMask/core/pull/6838))
13-
1410
## [81.0.0]
1511

1612
### Changed

packages/bridge-controller/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"@metamask/auto-changelog": "^3.4.4",
7272
"@metamask/eth-json-rpc-provider": "^5.0.1",
7373
"@metamask/network-controller": "^24.2.1",
74-
"@metamask/remote-feature-flag-controller": "^1.8.0",
74+
"@metamask/remote-feature-flag-controller": "^1.9.0",
7575
"@metamask/snaps-controllers": "^14.0.1",
7676
"@metamask/superstruct": "^3.1.0",
7777
"@metamask/transaction-controller": "^60.6.1",

packages/earn-controller/CHANGELOG.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
### Uncategorized
11-
12-
- Release/620.0.0 ([#6838](https://github.com/MetaMask/core/pull/6838))
13-
- Release/612.0.0 ([#6814](https://github.com/MetaMask/core/pull/6814))
14-
1510
## [8.0.1]
1611

1712
### Changed

packages/network-controller/CHANGELOG.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
### Uncategorized
11-
12-
- Release/611.0.0 ([#6810](https://github.com/MetaMask/core/pull/6810))
13-
1410
## [24.2.1]
1511

1612
### Changed

packages/notification-services-controller/CHANGELOG.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
### Uncategorized
11-
12-
- Release/611.0.0 ([#6810](https://github.com/MetaMask/core/pull/6810))
13-
1410
## [18.3.0]
1511

1612
### Added

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

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

1214
- Export additional controller types from package index ([#6835](https://github.com/MetaMask/core/pull/6835))
@@ -109,7 +111,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
109111
- Initial release of the RemoteFeatureFlagController. ([#4931](https://github.com/MetaMask/core/pull/4931))
110112
- 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.
111113

112-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/remote-feature-flag-controller@1.8.0...HEAD
114+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/remote-feature-flag-controller@1.9.0...HEAD
115+
[1.9.0]: https://github.com/MetaMask/core/compare/@metamask/remote-feature-flag-controller@1.8.0...@metamask/remote-feature-flag-controller@1.9.0
113116
[1.8.0]: https://github.com/MetaMask/core/compare/@metamask/remote-feature-flag-controller@1.7.0...@metamask/remote-feature-flag-controller@1.8.0
114117
[1.7.0]: https://github.com/MetaMask/core/compare/@metamask/remote-feature-flag-controller@1.6.0...@metamask/remote-feature-flag-controller@1.7.0
115118
[1.6.0]: https://github.com/MetaMask/core/compare/@metamask/remote-feature-flag-controller@1.5.0...@metamask/remote-feature-flag-controller@1.6.0

packages/remote-feature-flag-controller/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/remote-feature-flag-controller",
3-
"version": "1.8.0",
3+
"version": "1.9.0",
44
"description": "The RemoteFeatureFlagController manages the retrieval and caching of remote feature flags",
55
"keywords": [
66
"MetaMask",

packages/token-search-discovery-controller/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

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

1214
- Export additional controller types from package index ([#6837](https://github.com/MetaMask/core/pull/6837))
@@ -97,7 +99,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9799
- This service is responsible for making search related requests to the Portfolio API
98100
- Specifically, it handles the `tokens-search` endpoint which returns a list of tokens based on the provided query parameters
99101

100-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/token-search-discovery-controller@3.4.0...HEAD
102+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/token-search-discovery-controller@3.5.0...HEAD
103+
[3.5.0]: https://github.com/MetaMask/core/compare/@metamask/token-search-discovery-controller@3.4.0...@metamask/token-search-discovery-controller@3.5.0
101104
[3.4.0]: https://github.com/MetaMask/core/compare/@metamask/token-search-discovery-controller@3.3.0...@metamask/token-search-discovery-controller@3.4.0
102105
[3.3.0]: https://github.com/MetaMask/core/compare/@metamask/token-search-discovery-controller@3.2.0...@metamask/token-search-discovery-controller@3.3.0
103106
[3.2.0]: https://github.com/MetaMask/core/compare/@metamask/token-search-discovery-controller@3.1.0...@metamask/token-search-discovery-controller@3.2.0

packages/token-search-discovery-controller/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/token-search-discovery-controller",
3-
"version": "3.4.0",
3+
"version": "3.5.0",
44
"description": "Manages token search and discovery through the Portfolio API",
55
"keywords": [
66
"MetaMask",

0 commit comments

Comments
 (0)