Files
Ben Taylor 8b2d036cc6 chore: delete the stale changeset files (#6827)
Nothing reads `.changeset/*.md`. Releases are built from conventional
commit
subjects by `scripts/release/`, `@changesets/cli` is not a dependency,
CONTRIBUTING.md says not to add one, and `check-binaries` fails any PR
that
does.

Two inert files were still sitting in `.changeset/` anyway, and that is
enough
to make the convention look alive. Someone opening the directory finds
it
populated, reasonably concludes a changeset is expected, writes one, and
gets a
red check for following what the repo appeared to be doing. That
happened on
#6826.

This deletes the two files so the directory stops contradicting the
docs. The
CI check filters on added and modified paths only, so a PR that deletes
stale
changesets still passes.

Package `CHANGELOG.md` history is untouched — it keeps the entries those
changesets produced when the tooling was still in use.


<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

* **Chores**
  * Removed pending release notes for previously planned updates.
* No user-visible features, fixes, or behavior changes are included in
this change.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2026-09-09 13:41:10 -05:00
..