chore: bump web to v8.0.0-beta.1

This commit is contained in:
Jannik Stehle
2023-12-12 12:59:37 +01:00
parent 973849e0e0
commit b6ce5e44b4
3 changed files with 15 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
# The test runner source for UI tests
WEB_COMMITID=f0a937705e51cef0393af3b070730d6f347a41e5
WEB_COMMITID=f3b6c0699537483a1497c69c2493b271f45def9d
WEB_BRANCH=master

View File

@@ -0,0 +1,13 @@
Enhancement: Update web to v8.0.0-beta.1
Tags: web
We updated ownCloud Web to v8.0.0-beta.1. Please refer to the changelog (linked) for details on the web release.
## Summary
* Change [owncloud/web#9698](https://github.com/owncloud/web/pull/9698): Theme handling
* Enhancement [owncloud/web#10111](https://github.com/owncloud/web/pull/10111): Registering right sidebar panels as extension
* Enhancement [owncloud/web#10111](https://github.com/owncloud/web/pull/10111): File sidebar in viewer and editor apps
https://github.com/owncloud/ocis/pull/7930
https://github.com/owncloud/web/releases/tag/v8.0.0-beta.1

View File

@@ -1,6 +1,6 @@
SHELL := bash
NAME := web
WEB_ASSETS_VERSION = v8.0.0-alpha.13
WEB_ASSETS_VERSION = v8.0.0-beta.1
include ../../.make/recursion.mk