import { VersionInfo } from '@start9labs/start-sdk' export const v_0_2_89 = VersionInfo.of({ version: '0.2.89:0', releaseNotes: { en_US: 'Hide broken "Upgrade" and "Buy more" buttons for anonymous visitors. Both call endpoints behind tenant-auth and 401 when there\'s no session; surfacing them was misleading. Now: anon users see their trial credits + a Sign in CTA only. Once they sign in, both CTAs appear normally. Anon-side credit purchase (without account) is planned as a follow-up — see your message thread for context.', }, migrations: { up: async ({ effects }) => {}, down: async ({ effects }) => {}, }, })