diff --git a/.drone.env b/.drone.env index e81955aed1e..ac11cf4b916 100644 --- a/.drone.env +++ b/.drone.env @@ -3,5 +3,5 @@ CORE_COMMITID=5699b6e0adf79ec3241a918ac28c8eb20c70f8bd CORE_BRANCH=master # The test runner source for UI tests -WEB_COMMITID=b747d299b66a2f9f11559c8c14ce3d6fd64a6135 +WEB_COMMITID=54495e55a46c051680e121dae8c9c4f7938746cb WEB_BRANCH=master diff --git a/changelog/unreleased/update-web-5.5.0.md b/changelog/unreleased/update-web-5.5.0.md index 714c3d1d758..20766576ee9 100644 --- a/changelog/unreleased/update-web-5.5.0.md +++ b/changelog/unreleased/update-web-5.5.0.md @@ -1,11 +1,12 @@ -Enhancement: Update ownCloud Web to v5.5.0-rc.4 +Enhancement: Update ownCloud Web to v5.5.0-rc.5 Tags: web -We updated ownCloud Web to v5.5.0-rc.4. Please refer to the changelog (linked) for details on the web release. +We updated ownCloud Web to v5.5.0-rc.5. Please refer to the changelog (linked) for details on the web release. https://github.com/owncloud/web/pull/6854 https://github.com/owncloud/ocis/pull/3664 https://github.com/owncloud/ocis/pull/3680 https://github.com/owncloud/ocis/pull/3727 -https://github.com/owncloud/web/releases/tag/v5.5.0-rc.4 +https://github.com/owncloud/ocis/pull/3747 +https://github.com/owncloud/web/releases/tag/v5.5.0-rc.5 diff --git a/extensions/web/Makefile b/extensions/web/Makefile index 7349794305c..2dfbf0ea8c6 100644 --- a/extensions/web/Makefile +++ b/extensions/web/Makefile @@ -1,6 +1,6 @@ SHELL := bash NAME := web -WEB_ASSETS_VERSION = v5.5.0-rc.4 +WEB_ASSETS_VERSION = v5.5.0-rc.5 include ../../.make/recursion.mk