From ada81059485e486f51a6118631fda1e201431349 Mon Sep 17 00:00:00 2001 From: ZGaetano Date: Wed, 27 May 2026 10:14:12 -0400 Subject: [PATCH] chore(web-ui): bump Premiere panel latest to v1.2.0 in data.jsx (#125) --- services/web-ui/public/data.jsx | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/services/web-ui/public/data.jsx b/services/web-ui/public/data.jsx index 03c38e2..7842508 100644 --- a/services/web-ui/public/data.jsx +++ b/services/web-ui/public/data.jsx @@ -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',