From 2a6b1ae22ef52828dba3b0113471ed724e2df5f9 Mon Sep 17 00:00:00 2001 From: Mark Stacey Date: Mon, 20 Jul 2026 14:14:32 -0230 Subject: [PATCH] chore: remove "Uncategorized" changelog entries Only one change entry was relevant to package users, and it has been correctly logged now. The other two uncatorized entries were internal- only and have been removed. --- packages/bridge-controller/CHANGELOG.md | 4 ---- packages/social-controllers/CHANGELOG.md | 9 +-------- 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/packages/bridge-controller/CHANGELOG.md b/packages/bridge-controller/CHANGELOG.md index 2791f64caa3..ef163696235 100644 --- a/packages/bridge-controller/CHANGELOG.md +++ b/packages/bridge-controller/CHANGELOG.md @@ -9,10 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [77.6.0] -### Uncategorized - -- Ensure refs in tsconfig files are synced with internal deps ([#8384](https://github.com/MetaMask/core/pull/8384)) - ### Added - Added `FollowTradingTokenScreen` and `FollowTradingFeedScreen` values to `MetaMetricsSwapsEventSource` enum for attributing swap and bridge flows to follow trading entry points ([#9553](https://github.com/MetaMask/core/pull/9553)) diff --git a/packages/social-controllers/CHANGELOG.md b/packages/social-controllers/CHANGELOG.md index 9757f3a6d7e..58cde501931 100644 --- a/packages/social-controllers/CHANGELOG.md +++ b/packages/social-controllers/CHANGELOG.md @@ -9,10 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [2.5.0] -### Uncategorized - -- chore: MIT license text update ([#9472](https://github.com/MetaMask/core/pull/9472)) - ### Added - Add `fetchFeed` method to `SocialService` (and the `SocialService:fetchFeed` messenger action) for the trader-activity feed. Calls `GET /feed` with an optional `scope` (`following`, default, personalized to the JWT-identified user; or `leaderboard`, the generic shared feed), `chains` (as CAIP-2 chain ids), `limit`, and cursor pagination (`olderThan`/`newerThan`) for infinite scroll ([#9447](https://github.com/MetaMask/core/pull/9447)) @@ -21,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Bump `@metamask/profile-sync-controller` from `^28.2.0` to `^28.3.0` ([#9463](https://github.com/MetaMask/core/pull/9463)) +- Update `LICENSE` text ([#9472](https://github.com/MetaMask/core/pull/9472)) ## [2.4.0] @@ -83,10 +80,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [1.0.0] -### Uncategorized - -- chore: Format changelogs with Oxfmt ([#8442](https://github.com/MetaMask/core/pull/8442)) - ### Changed - **BREAKING:** `SocialServiceMessenger` now requires `AuthenticationController:getBearerToken` as an allowed action — all consumers must provide this action via messenger delegation