Package v0.2.12→v0.2.124: manifest, actions, version graph
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
import { VersionInfo } from '@start9labs/start-sdk'
|
||||
|
||||
export const v_0_2_75 = VersionInfo.of({
|
||||
version: '0.2.75:0',
|
||||
releaseNotes: {
|
||||
en_US:
|
||||
"Settings sliders now show the factory-default value next to every row consistently (was: only shown when the operator's value differed from the default, which produced asymmetric labels across rows). Relabel from 'default N' to 'ships at N' so it reads clearly as historical info — the slider value IS the operator's setting at request time, the hint just says what the s9pk shipped with for reset reference.",
|
||||
},
|
||||
migrations: {
|
||||
up: async ({ effects }) => {},
|
||||
down: async ({ effects }) => {},
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user