Skip to content

Sync version display defaults with version.json#18

Draft
Copilot wants to merge 2 commits intomasterfrom
copilot/publish-updates
Draft

Sync version display defaults with version.json#18
Copilot wants to merge 2 commits intomasterfrom
copilot/publish-updates

Conversation

Copy link
Contributor

Copilot AI commented Dec 13, 2025

Version consistency issue: index.html displayed v1.0.0 as default while version.json was at v1.0.1. The defaults are shown before JavaScript loads the actual version data.

Changes:

  • Updated index.html default version from v1.0.0 → v1.0.1 (line 43)
  • Updated index.html default build number from 1 → 2 (line 52)
  • Added missing v1.0.1 entry to CHANGELOG.md

The dynamic loader still fetches current version from version.json at runtime; this ensures consistency during initial page render.

Original prompt

publish


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: tansuozcelebi <33808162+tansuozcelebi@users.noreply.github.com>
Copilot AI changed the title [WIP] Publish updates to the documentation Sync version display defaults with version.json Dec 13, 2025
Copilot AI requested a review from tansuozcelebi December 13, 2025 20:29
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.

2 participants