chore(release): version packages - #377
Merged
Merged
Conversation
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
davidwkeith
commented
Jul 23, 2026
davidwkeith
left a comment
Owner
Author
There was a problem hiding this comment.
Review
This is a mechanical Changesets version pass (pnpm changeset version) — every changed file is a package.json version bump or a generated CHANGELOG.md entry, plus the .changeset/pre.json bookkeeping. No hand-written logic changed.
CONTRIBUTING.md conformance — looks good:
- PR title follows Conventional Commits:
chore(release): version packages✅ - Body uses the PR template's
Summary/Packages affected/Checklistheadings verbatim, and unchecked items each carry a one-line reason rather than being deleted, per §7 of CONTRIBUTING.md ✅ - The
changesetsarray in.changeset/pre.jsongrows rather than shrinks — that's correct for pre mode: the individual.changeset/*.mdfiles are intentionally kept (not deleted) untilpre exit, so they can be re-applied to the final non-prerelease changelog later. Confirmed the.changeset/directory has the same file count (185) before and after.
Spot-checked version bumps — all correct semver progressions given the consumed changesets (e.g. @dwk/activitypub 0.1.0-beta.4→.5, @dwk/micropub .3→.4, @dwk/store .3→.4, new @dwk/mastodon-api 0.0.0→0.1.0-beta.0).
CI status at time of review: release-gate, integration, CodeQL, and the Analyze jobs are green. Two things worth noting before merge:
build-testwas stillin_progress— please confirm it finishes green.github-advanced-security(Copilot autofind) failed, but it's an infra/config issue on GitHub's side (CAPIError: 400 model_not_supported— the check tried to invokeclaude-opus-4.6and the CAPI backend rejected the model), not something addressable in this diff.
No code changes requested — nothing here to fix.
Generated by Claude Code
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
Changesets pre-mode version pass for the next beta cut (
pnpm changeset version): bumps 16 packages to their next0.1.0-beta.N, consumes the pending changesets into.changeset/pre.json, and writes the changelogs. Follows the RELEASING.md routine path; after this merges the Release workflow will be dispatched (dry run, then publish).pnpm release:gateandpnpm catalog:checkpass locally.Packages affected
@dwk/activitypub, @dwk/atproto-pds, @dwk/calendar, @dwk/esi, @dwk/ldn, @dwk/mastodon-api, @dwk/micropub, @dwk/microsub, @dwk/oauth, @dwk/safe-fetch, @dwk/solid-pod, @dwk/store, @dwk/vc, @dwk/webfinger, @dwk/webmention, @dwk/websub (+ private @dwk/server / @dwk/conformance-target version alignment)
Checklist
spec/packages/and updated them ifbehaviour changed — not applicable, version-only release commit
src/*.test.ts) — not applicable, no behaviour changepnpm lint && pnpm format:check && pnpm typecheck && pnpm build && pnpm testpnpm changeset) if this touches a publishablepackage — not applicable, this commit consumes changesets
catalog.json/conformance/status.json— not applicable, no new worker🤖 Generated with Claude Code