Bump version to 0.1.17
See pending notes
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
import { VersionInfo } from '@start9labs/start-sdk'
|
||||
|
||||
export const v_0_1_17 = VersionInfo.of({
|
||||
version: '0.1.17:0',
|
||||
releaseNotes: {
|
||||
en_US: 'Persistent upgrade banner now shows for any non-Pro user (was unlicensed-only). Fix Settings modal silently failing to open by surfacing render-time exceptions instead of leaving the DOM frozen. Reword library/subs toasts to drop the misleading "tap Upgrade" instruction.',
|
||||
},
|
||||
migrations: {
|
||||
up: async ({ effects }) => {},
|
||||
down: async ({ effects }) => {},
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user