diff --git a/.drone.env b/.drone.env index ea52a3913..4480809b7 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 000000000..1b150aad9 --- /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 3ec4269c4..792f17060 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