From b3fbd884e0102b4d095161d696b2ae386959857c Mon Sep 17 00:00:00 2001 From: Prospector <6166773+Prospector@users.noreply.github.com> Date: Mon, 16 Feb 2026 12:33:46 -0800 Subject: [PATCH] changelog --- packages/utils/changelog.ts | 9 +++++++++ 1 file changed, 9 insertions(+) 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',