Skip to content

chore: version bump for the packages the changelog PR left unbumped - #44

Merged
ChristoPy merged 1 commit into
mainfrom
chore/version-bump-stragglers
Jul 27, 2026
Merged

chore: version bump for the packages the changelog PR left unbumped#44
ChristoPy merged 1 commit into
mainfrom
chore/version-bump-stragglers

Conversation

@ChristoPy

Copy link
Copy Markdown
Contributor

Summary

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.

Related Issue

Closes (N/A)

Why

What problem does this solve?

What changed

Breaking changes

  • Yes
  • No

Checklist

  • Docs updated
  • CI passing
  • I followed the CONTRIBUTING guidelines
  • I added or updated tests (if applicable)

Additional context

Add any other context or screenshots here.

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
@ChristoPy
ChristoPy merged commit 4f44b01 into main Jul 27, 2026
1 check failed
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