import { VersionInfo } from '@start9labs/start-sdk' // Grid/contacts unification polish: richer inline contact entry. The fundraising // grid's per-contact editor now includes a LinkedIn field alongside name, email, // title, and location; it persists to the contact record through the existing // grid→contacts sync. No schema migration. export const v_0_1_0_54 = VersionInfo.of({ version: '0.1.0:54', releaseNotes: { en_US: [ 'The fundraising grid can now capture a LinkedIn URL right in the inline contact', 'editor (next to name, email, title, and location), saved to the contact record.', 'Richer entry without leaving the grid.', ].join(' '), }, migrations: { up: async () => {}, down: async () => {} }, })