Merge pull request #8497 from owncloud/update-web

[forward-port] chore: bump web to v8.0.0-rc.5
This commit is contained in:
Michael Barz
2024-02-20 20:21:26 +01:00
committed by GitHub
3 changed files with 12 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
# The test runner source for UI tests
WEB_COMMITID=6fca4f4f12aa58d21c73d299b47bda2a9407eb4e
WEB_COMMITID=98f771cb1424a864805bffd9084ddfc3eea01e49
WEB_BRANCH=stable-8.0

View File

@@ -1,7 +1,12 @@
Enhancement: Update web to v8.0.0-rc.4
Enhancement: Update web to v8.0.0-rc.5
Tags: web
We updated ownCloud Web to v8.0.0-rc.5. Please refer to the changelog (linked) for details on the web release.
## Summary
* Bugfix [owncloud/web#10473](https://github.com/owncloud/web/issues/10473): Public link file download
We updated ownCloud Web to v8.0.0-rc.4. Please refer to the changelog (linked) for details on the web release.
## Summary
@@ -141,6 +146,10 @@ We updated ownCloud Web to v8.0.0-alpha.12. Please refer to the changelog (linke
* Enhancement [owncloud/web#10099](https://github.com/owncloud/web/pull/10099): Support mandatory filter while listing users
* Enhancement [owncloud/web#10102](https://github.com/owncloud/web/pull/10102): Registering quick actions as extension
https://github.com/owncloud/ocis/pull/8491
https://github.com/owncloud/web/releases/tag/v8.0.0-rc.5
https://github.com/owncloud/ocis/pull/8468
https://github.com/owncloud/web/releases/tag/v8.0.0-rc.4
https://github.com/owncloud/ocis/pull/8342
https://github.com/owncloud/web/releases/tag/v8.0.0-rc.3
https://github.com/owncloud/ocis/pull/8154

View File

@@ -1,6 +1,6 @@
SHELL := bash
NAME := web
WEB_ASSETS_VERSION = v8.0.0-rc.4
WEB_ASSETS_VERSION = v8.0.0-rc.5
include ../../.make/recursion.mk