From 06e19424855f53eea2d39f9040bd3805d1c6527e Mon Sep 17 00:00:00 2001 From: Jannik Stehle Date: Wed, 5 Apr 2023 14:46:32 +0200 Subject: [PATCH 1/2] chore: bump web to v7.0.0-rc.28 --- .drone.env | 2 +- services/web/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.env b/.drone.env index 4c55fa693..624efea55 100644 --- a/.drone.env +++ b/.drone.env @@ -1,3 +1,3 @@ # The test runner source for UI tests -WEB_COMMITID=a3bb344aeab7fbb42c53815502abef7311e948fe +WEB_COMMITID=44022d389f1d44ac3765f766396e783b6b5dfbc0 WEB_BRANCH=master diff --git a/services/web/Makefile b/services/web/Makefile index fa96ab416..0e9d4828c 100644 --- a/services/web/Makefile +++ b/services/web/Makefile @@ -1,6 +1,6 @@ SHELL := bash NAME := web -WEB_ASSETS_VERSION = v7.0.0-rc.27 +WEB_ASSETS_VERSION = v7.0.0-rc.28 include ../../.make/recursion.mk From 29899e8b06aa221873ec6543a731d8a2c1efdc13 Mon Sep 17 00:00:00 2001 From: Jannik Stehle Date: Wed, 5 Apr 2023 20:53:58 +0200 Subject: [PATCH 2/2] chore: bump web to v7.0.0-rc.29 --- .drone.env | 2 +- services/web/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.env b/.drone.env index 624efea55..33cab7c53 100644 --- a/.drone.env +++ b/.drone.env @@ -1,3 +1,3 @@ # The test runner source for UI tests -WEB_COMMITID=44022d389f1d44ac3765f766396e783b6b5dfbc0 +WEB_COMMITID=c7781078121ee07cc19b866713b0047a0e1c0eed WEB_BRANCH=master diff --git a/services/web/Makefile b/services/web/Makefile index 0e9d4828c..c09e3e752 100644 --- a/services/web/Makefile +++ b/services/web/Makefile @@ -1,6 +1,6 @@ SHELL := bash NAME := web -WEB_ASSETS_VERSION = v7.0.0-rc.28 +WEB_ASSETS_VERSION = v7.0.0-rc.29 include ../../.make/recursion.mk