Skip to content

chore: revert unpublished 6.0.0; next cut is 5.2.0 - #623

Merged
bokelley merged 2 commits into
mainfrom
bokelley/revert-6-to-5.2
Apr 19, 2026
Merged

chore: revert unpublished 6.0.0; next cut is 5.2.0#623
bokelley merged 2 commits into
mainfrom
bokelley/revert-6-to-5.2

Conversation

@bokelley

Copy link
Copy Markdown
Contributor

Summary

npm 6.0.0 was published in error (no 5.x adopters, should have been beta). Unpublished from npm via npm unpublish @adcp/client@6.0.0 — the 6.0.0 version slot is now permanently burned. This PR cleans up the repo to match.

Changes

  • package.json back to 5.1.0 (current npm state). Next release PR will bump to 5.2.0 via the rollup changeset.
  • CHANGELOG.md 6.0.0 section stripped (1108 lines). The next release PR will regenerate a clean 5.2.0 entry from the changeset.
  • .changeset/rollup-5-2-0.md — single minor changeset that captures everything that was in the unpublished 6.0.0, with a prominent "Heads-up if tracking 5.1.0 → 5.2.0" section for the real API changes (verifier v3 return shape, governance status narrowing, budget.authority_level removal, domain → protocol rename).

Follow-ups for whoever merges

  • Local tag cleanup: git tag -d v6.0.0 and git push origin :refs/tags/v6.0.0
  • Delete v6.0.0 GitHub release: gh release delete v6.0.0 --cleanup-tag
  • Once this merges, the changesets action will open a release PR titled "chore: release package" proposing 5.2.0. Review + merge to publish.

Why not cut 6.0.1 forward instead?

User call — nobody on 5.x yet, the functional changes are big but the API surface is additive enough that demoting the bump to minor is honest, and keeping the 5.x line tidy is preferable to an abandoned 6.0.0 on npm history.

🤖 Generated with Claude Code

bokelley and others added 2 commits April 19, 2026 14:51
npm 6.0.0 was published in error and has been unpublished. 5.x had no
adopters, so we're treating it as beta and collapsing the work into a
single minor bump instead of a major.

- package.json back to 5.1.0 to match the current npm state
- CHANGELOG.md 6.0.0 section removed
- Rollup changeset (minor) captures all the accumulated work; next
  release PR will regenerate a clean 5.2.0 entry with breaking-change
  notices preserved as a heads-up

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Picks up an expanded docstring on ComplyTestControllerRequest ("Naturally
idempotent..." paragraph) added upstream. Comment-only, no functional
change.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@bokelley
bokelley force-pushed the bokelley/revert-6-to-5.2 branch from be773bc to 90ba62b Compare April 19, 2026 18:51
@bokelley
bokelley merged commit fd49ecc into main Apr 19, 2026
14 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.

1 participant