diff --git a/packages/utils/changelog.ts b/packages/utils/changelog.ts index 0413b92da..d33140b34 100644 --- a/packages/utils/changelog.ts +++ b/packages/utils/changelog.ts @@ -10,6 +10,15 @@ export type VersionEntry = { } const VERSIONS: VersionEntry[] = [ + { + date: `2026-02-16T12:40:00-08:00`, + product: 'web', + body: `## Improvements +- Fixed slider inputs not being styled correctly. +- Fixed tabbed modal icons shrinking when the text is too long. +- Fixed version dependencies sometimes appearing as "Unknown project" +- Fixed overflow in the collections list when descriptions contain very long words.`, + }, { date: `2026-02-09T16:45:00-08:00`, product: 'app',