Skip to content

fix(toolkit): set version 0.2.1 and private:true to prevent premature publish - #67

Merged
sepehr-safari merged 1 commit into
mainfrom
fix/toolkit-version-and-private
Jul 8, 2026
Merged

fix(toolkit): set version 0.2.1 and private:true to prevent premature publish#67
sepehr-safari merged 1 commit into
mainfrom
fix/toolkit-version-and-private

Conversation

@sepehr-safari

Copy link
Copy Markdown
Member

Summary

The release workflow's Changesets action auto-published @ocpp-debugkit/toolkit@0.2.0 when PR #55 merged, even though no changeset was present. This is because Changesets publishes any package whose local version hasn't been published on npm yet.

The published 0.2.0 contains only Phase 0 consolidation code (stubs for replay/react, no actual v0.2.0 features). It has been deprecated on npm (manually by maintainer). The premature release-v0.2.0 GitHub release and tag have been deleted.

Fix

Verification

  • ✅ Build, test (196), lint, typecheck, format all pass

… publish

The release workflow's Changesets action publishes any package whose local
version hasn't been published on npm, even without a changeset. This caused
@ocpp-debugkit/toolkit@0.2.0 to be auto-published when PR #55 merged with
only Phase 0 consolidation code.

Fix: set version to 0.2.1 (next available) and private:true to prevent any
auto-publishing. private:true will be removed in the release issue (#66)
when all v0.2.0 features are complete and we're ready to publish.
@vercel

vercel Bot commented Jul 8, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
ocpp-debugkit-web Ready Ready Preview, Comment Jul 8, 2026 1:27pm

@sepehr-safari
sepehr-safari merged commit 868798c into main Jul 8, 2026
3 checks passed
@sepehr-safari
sepehr-safari deleted the fix/toolkit-version-and-private branch July 8, 2026 13:30
sepehr-safari added a commit that referenced this pull request Jul 8, 2026
…ote (#68)

Phase 0 packaging consolidation is complete (PRs #55, #67 merged).
Documented the premature 0.2.0 auto-publish incident and the private:true
fix. Updated What's Next with issue numbers for remaining v0.2.0 work.
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