Bump web to v4.1.0

This commit is contained in:
pwengerter
2021-08-20 17:24:58 +01:00
parent 63a6d9c73f
commit 08d26b2ff1
4 changed files with 154 additions and 88 deletions
+1 -1
View File
@@ -3,5 +3,5 @@ CORE_COMMITID=5b1cbf202ff50485401e572b6462ce75e63395b8
CORE_BRANCH=master
# The test runner source for UI tests
WEB_COMMITID=c778edabc0fd8ecba4067ad136d4f3b26bb5e1af
WEB_COMMITID=e44bf0c76d1811339ac58941130a411f420bd302
WEB_BRANCH=master
+8
View File
@@ -0,0 +1,8 @@
Change: Update ownCloud Web to v4.1.0
Tags: web
We updated ownCloud Web to v4.1.0. Please refer to the changelog (linked) for details on the web release.
https://github.com/owncloud/ocis/pull/2426
https://github.com/owncloud/web/releases/tag/v4.1.0
+1 -1
View File
@@ -28,7 +28,7 @@ ci-go-generate: pull-assets # CI runs ci-node-generate automatically before this
.PHONY: ci-node-generate
ci-node-generate:
WEB_ASSETS_VERSION = v4.0.0
WEB_ASSETS_VERSION = v4.1.0
.PHONY: pull-assets
pull-assets:
+144 -86
View File
File diff suppressed because one or more lines are too long