From 4aede682bca910a1def0e9c48ee5dab4525ff780 Mon Sep 17 00:00:00 2001 From: Jannik Stehle Date: Wed, 8 Nov 2023 12:31:12 +0100 Subject: [PATCH] chore: bump web to v8.0.0-alpha.7 --- .drone.env | 2 +- changelog/5.0.0_2023-10-30/update-web-8.0.0.md | 2 +- services/web/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.env b/.drone.env index f6002f5a5..d38e39832 100644 --- a/.drone.env +++ b/.drone.env @@ -1,3 +1,3 @@ # The test runner source for UI tests -WEB_COMMITID=d61c5f240b17a04b3de4ce6da1d1773445853431 +WEB_COMMITID=e518f4c2d19ccd233666e7dd46ad8f38ecdbdf00 WEB_BRANCH=master diff --git a/changelog/5.0.0_2023-10-30/update-web-8.0.0.md b/changelog/5.0.0_2023-10-30/update-web-8.0.0.md index 1babd927d..f2872650e 100644 --- a/changelog/5.0.0_2023-10-30/update-web-8.0.0.md +++ b/changelog/5.0.0_2023-10-30/update-web-8.0.0.md @@ -65,4 +65,4 @@ We updated ownCloud Web to v8.0.0. Please refer to the changelog (linked) for de https://github.com/owncloud/ocis/pull/7673 -https://github.com/owncloud/web/releases/tag/v8.0.0-alpha.6 +https://github.com/owncloud/web/releases/tag/v8.0.0-alpha.7 diff --git a/services/web/Makefile b/services/web/Makefile index f9440ed65..9cc2ef863 100644 --- a/services/web/Makefile +++ b/services/web/Makefile @@ -1,6 +1,6 @@ SHELL := bash NAME := web -WEB_ASSETS_VERSION = v8.0.0-alpha.6 +WEB_ASSETS_VERSION = v8.0.0-alpha.7 include ../../.make/recursion.mk