From 484d6cdac4db04af3fe0eb80a5aeb18a833ef049 Mon Sep 17 00:00:00 2001 From: schroda <50052685+schroda@users.noreply.github.com> Date: Sat, 7 Dec 2024 23:31:00 +0100 Subject: [PATCH] Fix previous preview version mappings Update ui versions to the latest compatible versions, they were pointing to the first version that updated the minimum server version while they needed to point to the previous commit of the commit that changed the minimum server version to a higher version. Updated ui versions that pointed to non-existing revisions. Multiple commits at once were pushed to the master which caused the revision of the mapping update commit to not be a release --- versionToServerVersionMapping.json | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/versionToServerVersionMapping.json b/versionToServerVersionMapping.json index e3eac249..74f94c5c 100644 --- a/versionToServerVersionMapping.json +++ b/versionToServerVersionMapping.json @@ -5,23 +5,18 @@ }, { "tag": "PREVIEW", - "uiVersion": "r1947", - "serverVersion": "r1611" - }, - { - "tag": "PREVIEW", - "uiVersion": "r1944", + "uiVersion": "r1943", "serverVersion": "r1566" }, { "tag": "PREVIEW", - "uiVersion": "r1798", + "uiVersion": "r1797", "serverVersion": "r1548" }, { "tag": "PREVIEW", - "uiVersion": "r1745", - "serverVersion": "r1540" + "uiVersion": "r1738", + "serverVersion": "r1527" }, { "tag": "v1.1.0",