Bump web to v5.5.0-rc.3

This commit is contained in:
Benedikt Kulmann
2022-05-04 19:09:26 +02:00
parent 20e687f094
commit 32d4deb97a
3 changed files with 6 additions and 5 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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