the changelog page stopped at v0.51 while the site shipped to v0.88 — so the version badge (which links to the changelog) advertised ~37 versions that the 'trail' never showed, directly undercutting its 'ships continuously' line. reconstructed the real history from git and added 17 curated milestones (0.54 -> 0.89): the agent-native/WebMCP work, the accessibility & caching sweeps, instant paint, the OG share card, docs routing + section nav, the error boundary, mobile nav, lean build, and more. - verified live: 31 entries, newest v0.89, matches the v0.89 badge
19 lines
386 B
JSON
19 lines
386 B
JSON
{
|
|
"name": "amerc-site",
|
|
"version": "0.89.0-changelog",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --host 0.0.0.0",
|
|
"build": "vite build",
|
|
"preview": "vite preview --host 0.0.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@vitejs/plugin-react": "^5.0.0",
|
|
"marked": "^14.1.4",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"vite": "^7.0.0"
|
|
}
|
|
}
|