Commit ed5fc9a
authored
chore: cleanup changelog uncategorized sections (#7136)
## Explanation
<!--
Thanks for your contribution! Take a moment to answer these questions so
that reviewers have the information they need to properly understand
your changes:
* What is the current state of things and why does it need to change?
* What is the solution your changes offer and how does it work?
* Are there any changes whose purpose might not obvious to those
unfamiliar with the domain?
* If your primary goal was to update one package but you found you had
to update another one along the way, why did you do so?
* If you had to upgrade a dependency, why did you do so?
-->
This PR cleans up uncategorized sections from three changelog files by
removing redundant entries.
### Changes
- Removed uncategorized section from `bridge-controller` changelog
- Removed uncategorized section from `bridge-status-controller`
changelog
- Removed uncategorized section from `claims-controller` changelog
### Motivation
The uncategorized sections contained internal release management entries
(Release/671.0.0) and general maintenance items (ESLint auto-fixes) that
don't provide value to consumers of these packages. Removing these
entries keeps the changelogs focused on meaningful changes.
## References
<!--
Are there any issues that this pull request is tied to?
Are there other links that reviewers should consult to understand these
changes better?
Are there client or consumer pull requests to adopt any breaking
changes?
For example:
* Fixes #12345
* Related to #67890
-->
## Checklist
- [ ] I've updated the test suite for new or updated code as appropriate
- [ ] I've updated documentation (JSDoc, Markdown, etc.) for new or
updated code as appropriate
- [ ] I've communicated my changes to consumers by [updating changelogs
for packages I've
changed](https://github.com/MetaMask/core/tree/main/docs/contributing.md#updating-changelogs),
highlighting breaking changes as necessary
- [ ] I've prepared draft pull requests for clients and consumer
packages to resolve any breaking changes
<!-- CURSOR_SUMMARY -->
---
> [!NOTE]
> Removes redundant "Uncategorized" sections from three package
changelogs to keep entries focused on meaningful changes.
>
> - **Changelogs**:
> - `packages/bridge-controller/CHANGELOG.md`: remove `Uncategorized`
section (internal release/ESLint entries).
> - `packages/bridge-status-controller/CHANGELOG.md`: remove
`Uncategorized` section (internal release entry).
> - `packages/claims-controller/CHANGELOG.md`: remove `Uncategorized`
section (CI/tsconfig entry).
>
> <sup>Written by [Cursor
Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit
949d3b9. This will update automatically
on new commits. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->1 parent 095f256 commit ed5fc9a
File tree
3 files changed
+0
-13
lines changed- packages
- bridge-controller
- bridge-status-controller
- claims-controller
3 files changed
+0
-13
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | 12 | | |
18 | 13 | | |
19 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | 12 | | |
17 | 13 | | |
18 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | 12 | | |
17 | 13 | | |
18 | 14 | | |
| |||
0 commit comments