chore: bump web to v7.1.0-rc.5

This commit is contained in:
Jannik Stehle
2023-08-08 16:24:31 +02:00
parent fc3dce05f4
commit 952892713f
3 changed files with 9 additions and 6 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
# The test runner source for UI tests
WEB_COMMITID=45f6a7f53398bcd0cc77fea96e473092b485bd7a
WEB_COMMITID=779be73d9cfa3b91535044d7a191282d7c3c2578
WEB_BRANCH=stable-7.1
@@ -1,8 +1,8 @@
Enhancement: Update web to v7.1.0-rc.4
Enhancement: Update web to v7.1.0-rc.5
Tags: web
We updated ownCloud Web to v7.1.0-rc.4. Please refer to the changelog (linked) for details on the web release.
We updated ownCloud Web to v7.1.0-rc.5. Please refer to the changelog (linked) for details on the web release.
## Summary
* Bugfix [owncloud/web#9078](https://github.com/owncloud/web/pull/9078): Favorites list update on removal
@@ -57,6 +57,9 @@ We updated ownCloud Web to v7.1.0-rc.4. Please refer to the changelog (linked) f
* Enhancement [owncloud/web#9377](https://github.com/owncloud/web/issues/9377): User notification for blocked pop-ups and redirects
* Enhancement [owncloud/web#9386](https://github.com/owncloud/web/pull/9386): Allow local storage for auth token
* Enhancement [owncloud/web#9394](https://github.com/owncloud/web/pull/9394): Button styling
* Enhancement [owncloud/web#9449](https://github.com/owncloud/web/issues/9449): Error notifications include x-request-id
* Enhancement [owncloud/web#9426](https://github.com/owncloud/web/pull/9426): Add error log to upload dialog
https://github.com/owncloud/ocis/pull/6925
https://github.com/owncloud/web/releases/tag/v7.1.0-rc.4
https://github.com/owncloud/ocis/pull/6944
https://github.com/owncloud/web/releases/tag/v7.1.0-rc.5
+1 -1
View File
@@ -1,6 +1,6 @@
SHELL := bash
NAME := web
WEB_ASSETS_VERSION = v7.1.0-rc.4
WEB_ASSETS_VERSION = v7.1.0-rc.5
include ../../.make/recursion.mk