fix: package.json version drift (0.0.16 -> 0.0.18) - #8
Open
asachs01 wants to merge 1 commit into
Open
Conversation
release.yml derives the published version from the git ref only, with no package.json validation, so v0.0.17 and v0.0.18 both shipped while package.json still said 0.0.16. v0.0.17 failed CI (canvasFormControls flake, fixed in #7) and never produced a real release artifact, so it gets no changelog entry of its own -- v0.0.18 is the fork's first real release. Moves the Unreleased section's content under a dated 0.0.18 heading to match. --- Task-ID: task_1788901554010_21350406 Agent: dev Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
|
Important
This repository does not receive automatic reviews because it has fewer than 10 stars. ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Advanced Run ID: Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
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.ymlderives the published version from the git ref only (nopackage.jsonvalidation), so v0.0.17 and v0.0.18 both shipped whilepackage.jsonstill said0.0.16.0.0.18, the fork's first real release (v0.0.17failed CI on thecanvasFormControlsflake — fixed in fix(test): canvasFormControls test-order flake - test never asserted its own canvasView precondition #7 — and never produced a release artifact, so it doesn't get its own changelog entry).CHANGELOG.md'sUnreleasedcontent under a dated## 0.0.18 - 2026-09-08heading to match.Test plan
npx tsc -b— cleanbun test— 6601 passing / 0 failing / 1 skipped across 721 files (theact(...)warnings and one mock-API 500 log in the output are pre-existing noise fromExportDialog's own test setup, unrelated to this change — a version-string-only diff)Task-ID: task_1788901554010_21350406
Agent: dev
🤖 Generated with Claude Code
Need help on this PR? Tag
@codesmith-botwith what you need. Autofix is disabled.