chore: bump web to v7.0.1

This commit is contained in:
Benedikt Kulmann
2023-06-07 14:54:13 +02:00
parent 4c341392a5
commit 6e527be912
3 changed files with 13 additions and 2 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
# The test runner source for UI tests
WEB_COMMITID=13a10f5a86dea81e48e01f2644280877b64492cb
WEB_COMMITID=0759adba28e0fb230b47646b07509471d3ce5a4f
WEB_BRANCH=stable-7.0
+11
View File
@@ -0,0 +1,11 @@
Enhancement: Update web to v7.0.1
Tags: web
We updated ownCloud Web to v7.0.1. Please refer to the changelog (linked) for details on the web release.
## Summary
* Bugfix [owncloud/web#9153](https://github.com/owncloud/web/pull/9153): Reduce space preloading
https://github.com/owncloud/ocis/pull/6470
https://github.com/owncloud/web/releases/tag/v7.0.1
+1 -1
View File
@@ -1,6 +1,6 @@
SHELL := bash
NAME := web
WEB_ASSETS_VERSION = v7.0.0
WEB_ASSETS_VERSION = v7.0.1
include ../../.make/recursion.mk