feat: add changelog and versioning, surface it in admin

Bumps version to 0.2.0 (root + apps/web package.json) and adds
CHANGELOG.md as the canonical human-readable history, mirrored by
apps/web/lib/changelog.ts as the in-app data source (single
ChangelogList component renders both).

- /changelog: user-facing page, linked from the account dropdown.
- /admin/changelog: same list, plus a "Version" card on the admin
  overview dashboard linking to it.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
Arnaud
2026-07-12 12:06:07 +02:00
parent 2682eba2be
commit 83d18f5ad4
12 changed files with 169 additions and 5 deletions
+1
View File
@@ -11,6 +11,7 @@
"pantry": "Pantry",
"shopping": "Shopping",
"settings": "Settings",
"changelog": "Changelog",
"admin": "Admin",
"signOut": "Sign out",
"apiKeys": "API keys",
+1
View File
@@ -11,6 +11,7 @@
"pantry": "Garde-manger",
"shopping": "Courses",
"settings": "Paramètres",
"changelog": "Journal des modifications",
"admin": "Admin",
"signOut": "Se déconnecter",
"apiKeys": "Clés API",