import { VersionInfo } from '@start9labs/start-sdk' export const v_0_2_27 = VersionInfo.of({ version: '0.2.27:0', releaseNotes: { en_US: 'Activity log: each video\'s entries can now be collapsed via the chevron on the group header. After a browser refresh during an in-flight free-tier job, the activity log is repopulated from the server\'s buffered log entries instead of starting blank.', }, migrations: { up: async ({ effects }) => {}, down: async ({ effects }) => {}, }, })