From 079fb63927c34e35fd0fcbd3f7f2ca99ddb1a572 Mon Sep 17 00:00:00 2001 From: Benedikt Kulmann Date: Mon, 9 May 2022 13:38:19 +0200 Subject: [PATCH] Bump web to v5.5.0-rc.5 --- .drone.env | 2 +- changelog/unreleased/update-web-5.5.0.md | 7 ++++--- extensions/web/Makefile | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.drone.env b/.drone.env index e81955aed..ac11cf4b9 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 714c3d1d7..20766576e 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 734979430..2dfbf0ea8 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