import { VersionInfo } from '@start9labs/start-sdk' export const v_0_2_123 = VersionInfo.of({ version: '0.2.123:0', releaseNotes: { en_US: "Drop the per-speaker turn count from the Speakers legend. A 90-min interview with 1000+ turns per speaker was emitting numbers too big to mean anything to viewers; speaking time (24:42, 65:37, 3s) is the actually-useful per-speaker fact and lets a glance distinguish 'main host' from 'brief interlude'. Same legend layout, just the noisy field removed.", }, migrations: { up: async ({ effects }) => {}, down: async ({ effects }) => {}, }, })