import { VersionInfo } from '@start9labs/start-sdk' export const v_0_2_161 = VersionInfo.of({ version: '0.2.161:0', releaseNotes: { en_US: 'New: shareable HTML export for YouTube recaps — a self-contained .html file with the embedded video and expandable timestamped summaries baked in, openable by anyone with no account (native share sheet on mobile, download on desktop). Plus a design-system pass: colors, type sizes, and corner radii now follow one consistent set of tokens across the app.', }, migrations: { up: async ({ effects }) => {}, down: async ({ effects }) => {}, }, })