import { VersionInfo } from '@start9labs/start-sdk' export const v_0_2_36 = VersionInfo.of({ version: '0.2.36:0', releaseNotes: { en_US: 'Picker UI now shows a per-field "✓ Server-configured" hint under any empty input whose value has been set via the StartOS action — so you can tell at a glance that the key is wired up server-side without it being exposed. Delete button correctly appears whenever EITHER the browser OR the server has a stored value (previously hidden when only the server had it).', }, migrations: { up: async ({ effects }) => {}, down: async ({ effects }) => {}, }, })