mirror of
https://github.com/felipegcoutinho/openmonetis.git
synced 2026-05-11 03:31:47 +00:00
chore: prepara versão 2.5.6, atualiza dependências e polimento do changelog
Bump de dependências: next 16.2.6, react/react-dom 19.2.6, react-day-picker 10 (major), tailwindcss/postcss 4.3.0, tailwind-merge 3.6.0, better-auth 1.6.10, ai-sdk (anthropic/google/openai), aws-sdk S3 3.1045, resend 6.12.3, biome 2.4.15, knip 6.12.2, @types/node 25.6.2. Changelog: número de versão em text-lg e padding do card de resumo aumentado para p-6 para melhor leitura na linha do tempo. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -124,8 +124,10 @@ function TimelineItem({
|
||||
</div>
|
||||
|
||||
<div className="flex-1 pb-6 space-y-3 min-w-0">
|
||||
<div className="flex flex-wrap items-baseline gap-x-3 gap-y-1">
|
||||
<h3 className="font-semibold font-mono">v{version.version}</h3>
|
||||
<div className="flex flex-wrap items-baseline gap-x-2">
|
||||
<h3 className="font-semibold font-mono text-lg">
|
||||
v{version.version}
|
||||
</h3>
|
||||
{isLatest ? (
|
||||
<Badge variant="default" className="text-xs">
|
||||
Atual
|
||||
@@ -142,7 +144,7 @@ function TimelineItem({
|
||||
</div>
|
||||
|
||||
{version.summary ? (
|
||||
<Card className="p-4">
|
||||
<Card className="p-6">
|
||||
<blockquote className="pl-2 text-sm text-muted-foreground leading-relaxed italic">
|
||||
{version.summary}
|
||||
</blockquote>
|
||||
|
||||
Reference in New Issue
Block a user