Update web to 3.4.0-rc1

This commit is contained in:
Benedikt Kulmann
2021-07-09 00:18:29 +02:00
parent 2119d12cbc
commit b0fe255a5d
4 changed files with 72 additions and 64 deletions

View File

@@ -3,5 +3,5 @@ CORE_COMMITID=ab94324f8007effb3f18ffd35e43264d5c93d97a
CORE_BRANCH=master
# The test runner source for UI tests
WEB_COMMITID=329a0c0251bb55ac170c562a7c2a2167663b979f
WEB_COMMITID=229b8cb24b2249daad8d404f4f6a76d433bcd0c4
WEB_BRANCH=master

View File

@@ -0,0 +1,8 @@
Change: Update ownCloud Web to v3.4.0
Tags: web
We updated ownCloud Web to v3.4.0. Please refer to the changelog (linked) for details on the web release.
https://github.com/owncloud/ocis/pull/2276
https://github.com/owncloud/web/releases/tag/v3.4.0

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 = v3.3.0
WEB_ASSETS_VERSION = v3.4.0-rc1
.PHONY: pull-assets
pull-assets:

File diff suppressed because one or more lines are too long