diff --git a/.drone.env b/.drone.env index 587e59196d..cc5e7a3dff 100644 --- a/.drone.env +++ b/.drone.env @@ -3,5 +3,5 @@ CORE_COMMITID=da94f5f803eeab02db1baf59a8a3f019b95344cb CORE_BRANCH=master # The test runner source for UI tests -WEB_COMMITID=5e0bcc7027a0f426e27340242afa9e29a4f7f235 +WEB_COMMITID=22cf41cad85b8377de42f44025b09b6c37ce4bc7 WEB_BRANCH=master diff --git a/changelog/2.0.0_2022-05-10/update-web-5.5.0.md b/changelog/2.0.0_2022-05-10/update-web-5.5.0.md index 20766576ee..1eb9259f91 100644 --- a/changelog/2.0.0_2022-05-10/update-web-5.5.0.md +++ b/changelog/2.0.0_2022-05-10/update-web-5.5.0.md @@ -1,12 +1,13 @@ -Enhancement: Update ownCloud Web to v5.5.0-rc.5 +Enhancement: Update ownCloud Web to v5.5.0-rc.6 Tags: web -We updated ownCloud Web to v5.5.0-rc.5. Please refer to the changelog (linked) for details on the web release. +We updated ownCloud Web to v5.5.0-rc.6. 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/ocis/pull/3747 -https://github.com/owncloud/web/releases/tag/v5.5.0-rc.5 +https://github.com/owncloud/ocis/pull/3797 +https://github.com/owncloud/web/releases/tag/v5.5.0-rc.6 diff --git a/extensions/web/Makefile b/extensions/web/Makefile index 2dfbf0ea8c..8682c057f2 100644 --- a/extensions/web/Makefile +++ b/extensions/web/Makefile @@ -1,6 +1,6 @@ SHELL := bash NAME := web -WEB_ASSETS_VERSION = v5.5.0-rc.5 +WEB_ASSETS_VERSION = v5.5.0-rc.6 include ../../.make/recursion.mk