From bc838cc5d476d8dda5dc9518848854335f81f904 Mon Sep 17 00:00:00 2001 From: Jannik Stehle Date: Tue, 21 Nov 2023 17:00:46 +0100 Subject: [PATCH] chore: bump web to v8.0.0-alpha.10 --- .drone.env | 2 +- changelog/5.0.0_2023-11-08/update-web-8.0.0.md | 4 ++-- services/web/Makefile | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.drone.env b/.drone.env index b4974c9220d..27a3eba6413 100644 --- a/.drone.env +++ b/.drone.env @@ -1,3 +1,3 @@ # The test runner source for UI tests -WEB_COMMITID=7fd9f43ea4d9ba6024259f480ba72820db4e9b6c +WEB_COMMITID=9eaba7e2b21d44bf58c7c8b47e077d10cc531e84 WEB_BRANCH=master diff --git a/changelog/5.0.0_2023-11-08/update-web-8.0.0.md b/changelog/5.0.0_2023-11-08/update-web-8.0.0.md index c6669222c85..17861a8b155 100644 --- a/changelog/5.0.0_2023-11-08/update-web-8.0.0.md +++ b/changelog/5.0.0_2023-11-08/update-web-8.0.0.md @@ -70,5 +70,5 @@ We updated ownCloud Web to v8.0.0. Please refer to the changelog (linked) for de * Enhancement [owncloud/web#9912](https://github.com/owncloud/web/pull/9912) - Add media type filter chip -https://github.com/owncloud/ocis/pull/7748 -https://github.com/owncloud/web/releases/tag/v8.0.0-alpha.9 +https://github.com/owncloud/ocis/pull/7773 +https://github.com/owncloud/web/releases/tag/v8.0.0-alpha.10 diff --git a/services/web/Makefile b/services/web/Makefile index c53647e7b3f..91e150330b4 100644 --- a/services/web/Makefile +++ b/services/web/Makefile @@ -1,6 +1,6 @@ SHELL := bash NAME := web -WEB_ASSETS_VERSION = v8.0.0-alpha.9 +WEB_ASSETS_VERSION = v8.0.0-alpha.10 include ../../.make/recursion.mk