Skip to content

chore: patch bump all packages to recover the latest npm dist-tag - #37

Merged
shashikanth-gs merged 1 commit into
mainfrom
fix/promote-latest-dist-tag
Sep 10, 2026
Merged

shashikanth-gs merged 1 commit into
mainfrom
fix/promote-latest-dist-tag

Conversation

@shashikanth-gs

Copy link
Copy Markdown
Owner

Summary

Follow-up to #36. That PR fixed the root cause (canary job no-op'ing on zero pending changesets), but the six versions it already published under the canary tag are stuck there — npm's Trusted Publishing OIDC only authorizes the publish command, not dist-tag add (confirmed against npm/cli#8547, still open with no workaround), so there's no way to retag them without adding a classic npm token as a secret.

Adds one changeset patch-bumping all 6 packages, no code changes. Merging the resulting Version Packages PR will publish fresh version numbers straight to latest through the now-fixed pipeline — sidesteps the stuck dist-tag entirely instead of fighting it.

Test plan

  • CI green on this PR
  • Resulting Version Packages PR bumps all 6 packages by a patch version
  • Merging that PR publishes cleanly to latest with no 409s

🤖 Generated with Claude Code

https://claude.ai/code/session_012mMhPi1WBbxt6BxWJvJ6wD


Generated by Claude Code

See PR #36 for the root cause: a prior release run's canary job no-op'd
(zero pending changesets) and published the exact release versions under
the canary tag, so the release job's publish of the same version strings
under latest hit 409 Conflict from npm. No code changes here -- this
changeset exists purely to produce fresh, publishable version numbers so
the next release cycle can reach latest cleanly.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_012mMhPi1WBbxt6BxWJvJ6wD
@shashikanth-gs
shashikanth-gs merged commit e2abcd8 into main Sep 10, 2026
3 checks passed
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.

2 participants