From f5a4f12e1bb47b64f74b169bf5e999dd03275f16 Mon Sep 17 00:00:00 2001 From: Jannik Stehle Date: Fri, 8 Dec 2023 13:25:37 +0100 Subject: [PATCH] chore: bump web to v8.0.0-alpha.13 --- .drone.env | 2 +- changelog/unreleased/update-web-8.0.0-alpha.13.md | 11 +++++++++++ services/web/Makefile | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 changelog/unreleased/update-web-8.0.0-alpha.13.md diff --git a/.drone.env b/.drone.env index ea52a39130d..4480809b7c8 100644 --- a/.drone.env +++ b/.drone.env @@ -1,3 +1,3 @@ # The test runner source for UI tests -WEB_COMMITID=bdd7363797fd0f43c5f3d16579beb18d6f40bb0d +WEB_COMMITID=f0a937705e51cef0393af3b070730d6f347a41e5 WEB_BRANCH=master diff --git a/changelog/unreleased/update-web-8.0.0-alpha.13.md b/changelog/unreleased/update-web-8.0.0-alpha.13.md new file mode 100644 index 00000000000..1b150aad9c7 --- /dev/null +++ b/changelog/unreleased/update-web-8.0.0-alpha.13.md @@ -0,0 +1,11 @@ +Enhancement: Update web to v8.0.0-alpha.13 + +Tags: web + +We updated ownCloud Web to v8.0.0-alpha.13. Please refer to the changelog (linked) for details on the web release. + +## Summary +* Enhancement [owncloud/web#10104](https://github.com/owncloud/web/pull/10104): Create link modal + +https://github.com/owncloud/ocis/pull/7918 +https://github.com/owncloud/web/releases/tag/v8.0.0-alpha.13 diff --git a/services/web/Makefile b/services/web/Makefile index 3ec4269c40d..792f17060a0 100644 --- a/services/web/Makefile +++ b/services/web/Makefile @@ -1,6 +1,6 @@ SHELL := bash NAME := web -WEB_ASSETS_VERSION = v8.0.0-alpha.12 +WEB_ASSETS_VERSION = v8.0.0-alpha.13 include ../../.make/recursion.mk