Skip to content

fix(devstub): pull About version from package.json via vite define#82

Merged
EinfachValle merged 1 commit into
developfrom
bugfix/about-version-from-package-json
Jun 16, 2026
Merged

fix(devstub): pull About version from package.json via vite define#82
EinfachValle merged 1 commit into
developfrom
bugfix/about-version-from-package-json

Conversation

@EinfachValle

Copy link
Copy Markdown
Contributor

Summary

  • Replaced the hardcoded 0.7.0 in devStub.handlers.plugins.ts (returned by plugin:app|version in dev:web) with a build-time-injected __APP_VERSION__ from the root package.json.

Why

The About tab on yarn dev:web rendered "Recrest 0.7.0" — a stale string from when the dev stub was added. The release-please version is at 0.9.1, so the displayed version was confusing.

Test plan

  • yarn dev:web + navigate to Settings → About → Application now shows "Recrest 0.9.1"

@EinfachValle EinfachValle merged commit 66cb4dc into develop Jun 16, 2026
8 of 12 checks passed
@EinfachValle EinfachValle deleted the bugfix/about-version-from-package-json branch June 16, 2026 07:19
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