release: v0.2.1 — publish @ocpp-debugkit/toolkit@0.2.1#79
Merged
Conversation
All v0.2.0 features are complete: - Packaging consolidation into @ocpp-debugkit/toolkit - 10 failure detection rules - 10 scenarios + CLI external scenario files - Replay engine + tests - HTML report format + CLI --format html - React components (SessionTimeline, MessageInspector, etc.) - App replay UI + report viewer Remove private:true so the release workflow can publish @ocpp-debugkit/toolkit@0.2.1 to npm. The Changesets action will auto-publish since 0.2.1 has not been published on npm yet. After publish: Git tag v0.2.1, GitHub release v0.2.1, deprecate old packages. Closes #66
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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
Release PR for
@ocpp-debugkit/toolkit@0.2.1— the real v0.2.0 release.Removes
private: truefrompackages/toolkit/package.jsonto enable the release workflow to publish to npm.What's included in v0.2.1
Packaging
@ocpp-debugkit/toolkitpackage with subpath exports (/core,/scenarios,/reporter,/replay,/react,/cli,/fixtures)v0.x.0)Features
--filefor external scenario files--format htmlWhat happens when this PR merges
changeset publish@ocpp-debugkit/toolkit@0.2.1published to npm (local version 0.2.1 not yet on npm)v0.2.1createdv0.2.1created with generated notesVerification
pnpm test— 295/295 tests passpnpm build— cleanpnpm lint— cleanpnpm typecheck— cleanpnpm format:check— cleanCloses #66