From 2bbe35b9787fc947a5e2f3eb749f8f270288e163 Mon Sep 17 00:00:00 2001 From: Jannik Stehle Date: Thu, 9 Mar 2023 16:49:04 +0100 Subject: [PATCH 1/2] chore: bump web to v7.0.0-rc.19 --- .drone.env | 2 +- services/web/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.env b/.drone.env index 2605e618a..c818fa471 100644 --- a/.drone.env +++ b/.drone.env @@ -1,3 +1,3 @@ # The test runner source for UI tests -WEB_COMMITID=c2f5d649e364bb2a52c53c3f81390726af296d7d +WEB_COMMITID=7340b4063c542726c569ca140f389ae2e71861af WEB_BRANCH=master diff --git a/services/web/Makefile b/services/web/Makefile index 0dd380b86..03ff7181c 100644 --- a/services/web/Makefile +++ b/services/web/Makefile @@ -1,6 +1,6 @@ SHELL := bash NAME := web -WEB_ASSETS_VERSION = v7.0.0-rc.18 +WEB_ASSETS_VERSION = v7.0.0-rc.19 include ../../.make/recursion.mk From 89d7bfcf243c987efdd74f59ac8d17875e5a7a30 Mon Sep 17 00:00:00 2001 From: Michael Barz Date: Fri, 10 Mar 2023 07:58:33 +0100 Subject: [PATCH 2/2] bump to v7.0.0-rc.20 --- .drone.env | 2 +- services/web/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.env b/.drone.env index c818fa471..d5b38f976 100644 --- a/.drone.env +++ b/.drone.env @@ -1,3 +1,3 @@ # The test runner source for UI tests -WEB_COMMITID=7340b4063c542726c569ca140f389ae2e71861af +WEB_COMMITID=62100dc92495cdacc7ef01db50998bd0912d40c3 WEB_BRANCH=master diff --git a/services/web/Makefile b/services/web/Makefile index 03ff7181c..ffec79a74 100644 --- a/services/web/Makefile +++ b/services/web/Makefile @@ -1,6 +1,6 @@ SHELL := bash NAME := web -WEB_ASSETS_VERSION = v7.0.0-rc.19 +WEB_ASSETS_VERSION = v7.0.0-rc.20 include ../../.make/recursion.mk