Atelier-Kit v0.4.1 — correct client version reporting
Fixed
- Preserve the applied Atelier-Kit version in the tracked
.atelier-kit-versionfile. - Ensure remote builds and Vercel deployments display the correct footer version after client upgrades.
- Keep compatibility with historical clients through the existing
.atelier-kit-upgrade.jsonandCHANGELOG.mdfallbacks. - Preserve scaffold and upgrade guarantees, including dry-run, idempotency, atomic writes and rollback.
Upgrade notes
Client sites upgraded to v0.4.1 receive a generated .atelier-kit-version file that must be committed to the client repository.
This patch includes the fix delivered in #185.