import { VersionInfo } from '@start9labs/start-sdk' export const v_0_2_115 = VersionInfo.of({ version: '0.2.115:0', releaseNotes: { en_US: "Better payment-confirmed moment for credit purchases. Instead of immediately closing the buy modal and tossing a 'credits added' toast in the corner, the modal now transitions to a centered success view: a green pop-in checkmark, a brief radial sparkle burst (✨ ⚡ ⭐ pure CSS, no library), 'Payment confirmed' headline, and 'N Recap credits added to your balance' subtext. Auto-closes after 2.8s; Done button closes sooner. Gives the buyer a clear visual beat that the payment actually landed before the UI moves on.", }, migrations: { up: async ({ effects }) => {}, down: async ({ effects }) => {}, }, })