Skip to content

fix: restore the version after a concurrent-merge regression (v0.320.1) - #589

Merged
vikasprogrammer merged 1 commit into
mainfrom
feat/ver-fix
Aug 8, 2026
Merged

fix: restore the version after a concurrent-merge regression (v0.320.1)#589
vikasprogrammer merged 1 commit into
mainfrom
feat/ver-fix

Conversation

@vikasprogrammer

Copy link
Copy Markdown
Owner

#588 branched off v0.319.0 and bumped to v0.319.1. #585 merged v0.320.0 while it was open, so #588's squash carried its own package.json back over it — main landed on 0.319.1 with 0.320.0's code in it, and the CHANGELOG listed 0.319.1 above 0.320.0. The live instapods box reported 0.319.1 while running both changes.

That matters because /health + the sidebar version is how we tell which build a long-running server is holding in memory — the first thing checked when a change "isn't taking". A version that moves backwards makes that check lie.

  • [0.319.1] heading → [0.320.1] (the patch on top of 0.320.0, which is what the code actually is)
  • package.json → 0.320.1
  • Step 0 reference in docs/insights-revisit.md updated

No code change.

🤖 Generated with Claude Code

https://claude.ai/code/session_01AiTKjtdcF4ESbuYVWj2CfU

#588 branched off v0.319.0 and bumped to v0.319.1. #585 merged v0.320.0 in the
meantime, so #588's squash carried its own package.json back over it: main landed
on 0.319.1 with 0.320.0's code in it, and the CHANGELOG listed 0.319.1 above
0.320.0. The live instapods box then reported 0.319.1 while running both changes.

That matters because the sidebar/`/health` version is how we tell which build a
long-running server is holding in memory — the first thing checked when a change
"isn't taking". A version that moves backwards makes that check lie.

Renames the 0.319.1 heading to 0.320.1 (the patch on top of 0.320.0, which is what
the code actually is), bumps package.json to match, and updates the Step 0
reference in docs/insights-revisit.md. No code change.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01AiTKjtdcF4ESbuYVWj2CfU
@vikasprogrammer
vikasprogrammer merged commit ca7512c into main Aug 8, 2026
1 check passed
@vikasprogrammer
vikasprogrammer deleted the feat/ver-fix branch August 8, 2026 11:26
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