import { VersionInfo } from '@start9labs/start-sdk' // Cosmetic: drop the redundant "[note]" tag from the fundraising-grid note line. The line is // now "YYYY-MM-DD Contact: summary"; informative comm types (call, meeting, …) keep their // "[type]" tag. Shared by the Matrix intake bot and any grid-UI logging. No schema change. export const v_0_1_0_85 = VersionInfo.of({ version: '0.1.0:85', releaseNotes: { en_US: [ 'Cleaner grid note lines: the redundant "[note]" tag is dropped (other communication', 'types keep their tag). No data changes.', ].join(' '), }, migrations: { up: async () => {}, down: async () => {} }, })