chore(changelog): update titles in changelog entries to remove version prefixes

This commit is contained in:
Anish Sarkar 2026-06-09 01:27:53 +05:30
parent 5738bf0707
commit 1c6227eef3
16 changed files with 17 additions and 17 deletions

View file

@ -49,11 +49,11 @@ export const ChangelogTimeline = ({
key={`${entry.version}-${entry.date}`}
className="relative flex flex-col gap-4 md:flex-row md:gap-16"
>
<div className="top-8 flex h-min w-64 shrink-0 items-center gap-4 md:sticky">
<div className="top-8 flex h-min w-64 shrink-0 flex-col items-start gap-3 md:sticky">
<time className="text-xs font-medium text-muted-foreground">{entry.date}</time>
<Badge variant="secondary" className="text-xs">
{entry.version}
</Badge>
<time className="text-xs font-medium text-muted-foreground">{entry.date}</time>
</div>
<div className="flex flex-col">
<h2 className="mb-3 text-lg leading-tight font-bold text-foreground/90 md:text-2xl">