chore: version bump for the packages the changelog PR left unbumped - #44
Merged
Conversation
The changelog-backfill PR (#43) updated package.json's `files` array for zod, typebox, rest, eslint-plugin, and better-auth to include CHANGELOG.md, but only bumped the version on the 8 packages actually touched by the externalization fix in the same PR. These 5 got the files-array change without a version bump, which means their published tarballs still won't contain CHANGELOG.md -- npm won't even accept republishing the same version with different content. Verified via `npm pack --dry-run` before and after. zod 2.0.1 -> 2.0.2, typebox 2.0.1 -> 2.0.2, rest 1.0.0 -> 1.0.1, eslint-plugin 0.1.3 -> 0.1.4, better-auth 1.0.1 -> 1.0.2 No code changed, only the files array + changelog. Verified with `npm pack --dry-run` that CHANGELOG.md is now included in all 5. Co-Authored-By: Claude Sonnet 5 <[email protected]> Claude-Session: https://claude.ai/code/session_01EqaJ2TCZoyMCFjK4WcKxBR
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
The changelog-backfill PR (#43) updated package.json's
filesarray for zod, typebox, rest, eslint-plugin, and better-auth to include CHANGELOG.md, but only bumped the version on the 8 packages actually touched by the externalization fix in the same PR. These 5 got the files-array change without a version bump, which means their published tarballs still won't contain CHANGELOG.md -- npm won't even accept republishing the same version with different content. Verified vianpm pack --dry-runbefore and after.zod 2.0.1 -> 2.0.2, typebox 2.0.1 -> 2.0.2, rest 1.0.0 -> 1.0.1,
eslint-plugin 0.1.3 -> 0.1.4, better-auth 1.0.1 -> 1.0.2
No code changed, only the files array + changelog. Verified with
npm pack --dry-runthat CHANGELOG.md is now included in all 5.Related Issue
Closes (N/A)
Why
What problem does this solve?
What changed
Breaking changes
Checklist
Additional context
Add any other context or screenshots here.