import { VersionInfo, IMPOSSIBLE } from '@start9labs/start-sdk' export const v0_1_0 = VersionInfo.of({ version: '0.11.0:2', releaseNotes: { en_US: 'v0.11.0:2 — pill sizing fix. The 0.11.0:1 .tag refactor added line-height: 1.5 + display: inline-block, which made every pill on the LLM cards and speech-models panel visually taller than the "Healthy" status pill on the Always-On Services cards. Dropped both additions and bumped .tag font-size from 11px → 12px so every pill on the dashboard now matches the .status pill exactly (12px, default inline, no explicit line-height). Cards, status, on-disk, mode, custom, and speech-model pills all render at the same footprint.', }, migrations: { up: async ({ effects }) => {}, down: IMPOSSIBLE, }, })