chore(web-ui): bump Premiere panel latest to v1.2.0 in data.jsx (#125)

This commit is contained in:
Zac Gaetano 2026-05-27 10:14:12 -04:00
parent c84519b606
commit ada8105948

View file

@ -25,12 +25,19 @@ window.ZAMPP_API_PREFIX = API; // single source of truth (#115)
// here is the single source of truth both the Editor download buttons and
// the Settings Capture SDKs page read from this list (#125).
window.PREMIERE_RELEASES = [
{
version: '1.2.0',
zxp: '/downloads/dragonflight-premiere-panel-1.2.0.zxp',
installer: null,
notes: 'Latest — design system refresh, aligned panel UI with web-ui tokens',
latest: true,
},
{
version: '1.0.1',
zxp: '/downloads/dragonflight-premiere-panel-1.0.1.zxp',
installer: '/downloads/dragonflight-premiere-panel-1.0.1-windows-setup.exe',
notes: 'Latest — auto-relinking, growing-file support, batch trim',
latest: true,
notes: 'Auto-relinking, growing-file support, batch trim',
latest: false,
},
{
version: '1.0.0',