diff --git a/.drone.env b/.drone.env index 7a92e2cd66..f322540de5 100644 --- a/.drone.env +++ b/.drone.env @@ -3,5 +3,5 @@ CORE_COMMITID=4ee9352f4df70cb49cdd539f5a6f0275d369605a CORE_BRANCH=master # The test runner source for UI tests -WEB_COMMITID=4d0b216f0ef6ad9708d414aca60920fdb877e5ab +WEB_COMMITID=eb00649279daab8442dd392bb34b85ab1e1d75ef WEB_BRANCH=master diff --git a/changelog/unreleased/update-web-5.5.0.md b/changelog/unreleased/update-web-5.5.0.md index cb1bfe545b..880e3bff20 100644 --- a/changelog/unreleased/update-web-5.5.0.md +++ b/changelog/unreleased/update-web-5.5.0.md @@ -1,9 +1,10 @@ -Enhancement: Update ownCloud Web to v5.5.0-rc.2 +Enhancement: Update ownCloud Web to v5.5.0-rc.3 Tags: web -We updated ownCloud Web to v5.5.0-rc.2. Please refer to the changelog (linked) for details on the web release. +We updated ownCloud Web to v5.5.0-rc.3. 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/web/releases/tag/v5.5.0-rc.2 +https://github.com/owncloud/ocis/pull/3680 +https://github.com/owncloud/web/releases/tag/v5.5.0-rc.3 diff --git a/extensions/web/Makefile b/extensions/web/Makefile index 1200e1fb9a..433b09f1f8 100644 --- a/extensions/web/Makefile +++ b/extensions/web/Makefile @@ -1,6 +1,6 @@ SHELL := bash NAME := web -WEB_ASSETS_VERSION = v5.5.0-rc.2 +WEB_ASSETS_VERSION = v5.5.0-rc.3 include ../../.make/recursion.mk