Skip to content

chore: prune already-shipped changesets#223

Merged
cdot65 merged 1 commit into
mainfrom
cdot65/chore-prune-shipped-changesets
May 28, 2026
Merged

chore: prune already-shipped changesets#223
cdot65 merged 1 commit into
mainfrom
cdot65/chore-prune-shipped-changesets

Conversation

@cdot65

@cdot65 cdot65 commented May 28, 2026

Copy link
Copy Markdown
Owner

Summary

  • Delete 21 .changeset/*.md files whose content has already shipped in v2.6.x through v2.10.1.
  • Keep 32 changesets describing genuinely-unreleased post-v2.10.0 work (will go in the next release).

Why

The repo has @changesets/cli installed and devs add changesets alongside PRs, but the release workflow does manual package.json version bumps (e.g. chore: bump to v2.9.0). pnpm changeset version has 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

Range Date added Shipped in
00000007 2026-03-17 → 04-12 v2.2.0 → v2.6.0
00080014 2026-05-04 v2.6.1 → v2.7.0
00150017 2026-05-13 v2.7.0 → v2.8.0
0018 2026-05-21 v2.8.0
0019 2026-05-24 v2.10.0
lazy-load-docx 2026-05-28 v2.10.1 (#218)

What was kept (32)

All docs-* and fix-* from 2026-05-25 through 2026-05-27, plus 0020/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

  • CI green (lint, typecheck, test, docs-check, docs-build)
  • .changeset/ count is 33 (32 kept + README.md)
  • No .changeset/*.md describing pre-v2.10.0 work remains

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)
@cdot65 cdot65 merged commit d4f2cd1 into main May 28, 2026
5 checks passed
@cdot65 cdot65 deleted the cdot65/chore-prune-shipped-changesets branch May 28, 2026 09:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant