Skip to content

fix(platform): sync dashboard footer version (v1.4.3)#97

Merged
trentas merged 2 commits into
mainfrom
fix/footer-version-sync
Jun 11, 2026
Merged

fix(platform): sync dashboard footer version (v1.4.3)#97
trentas merged 2 commits into
mainfrom
fix/footer-version-sync

Conversation

@trentas

@trentas trentas commented Jun 11, 2026

Copy link
Copy Markdown
Contributor

The dashboard footer showed v1.0.7 while the product shipped v1.4.x.

Root cause

The footer renders platform/package.json's version (via NEXT_PUBLIC_BUILD_VERSION in next.config.ts), but platform/package.json was never part of the release checklist — only pyproject.toml and iris/cli.py get bumped. So it sat at 1.0.7 from the original scaffold.

Fix

  • platform/package.json1.4.3 (footer now reads v1.4.3 (<sha>)).
  • Added platform/package.json to the Release Checklist in CLAUDE.md so the footer tracks releases going forward.
  • Bumped pyproject.toml + iris/cli.py to 1.4.3 and added a CHANGELOG entry (patch release).

Release checklist:

  • pyproject.toml1.4.3
  • iris/cli.pyVERSION = "v1.4.3"
  • platform/package.json1.4.3
  • CHANGELOG.md entry
  • tag v1.4.3 after merge

🤖 Generated with Claude Code

The footer renders platform/package.json's version via
NEXT_PUBLIC_BUILD_VERSION, but that file was never part of the release
checklist, so it sat at 1.0.7 while the product shipped v1.4.x. Bump it
to the product version and add platform/package.json to the release
checklist so the footer tracks releases going forward.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@vercel

vercel Bot commented Jun 11, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
clickbus-iris Ready Ready Preview, Comment Jun 11, 2026 7:24pm

Request Review

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@trentas trentas merged commit b558c89 into main Jun 11, 2026
2 checks passed
@trentas trentas deleted the fix/footer-version-sync branch June 11, 2026 19:36
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