chore: prune already-shipped changesets#223
Merged
Merged
Conversation
Delete 21 .changeset/*.md files whose content has already shipped in v2.6.x through v2.10.1. The repo's release workflow does manual package.json version bumps (no `changeset version` run), so consumed changesets were never deleted and accumulated since March. Kept: 32 changesets describing genuinely-unreleased post-v2.10.0 work (2026-05-25 docs sweep, 2026-05-27 redteam/DLP fixes #214–#221). Deleted set: - 0000–0019: shipped in v2.2.0 through v2.10.0 - lazy-load-docx: just shipped in v2.10.1 (#218)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
.changeset/*.mdfiles whose content has already shipped in v2.6.x through v2.10.1.Why
The repo has
@changesets/cliinstalled and devs add changesets alongside PRs, but the release workflow does manualpackage.jsonversion bumps (e.g.chore: bump to v2.9.0).pnpm changeset versionhas never been run, so consumed entries were never deleted and have piled up since 2026-03. This left 53 files in.changeset/— 21 historical, 32 actually pending — which made it impossible to use the changesets workflow for future releases (would compute a misleading MAJOR bump from a stale 2026-03-28 changeset).What was deleted
0000–00070008–00140015–001700180019lazy-load-docxWhat was kept (32)
All
docs-*andfix-*from 2026-05-25 through 2026-05-27, plus0020/0021/0022. These describe the docs sweep + redteam/DLP fixes from PRs #214–#221 that merged after v2.10.0 and haven't shipped yet.Test plan
.changeset/count is 33 (32 kept +README.md).changeset/*.mddescribing pre-v2.10.0 work remains