Update web to 2.1.0

This commit is contained in:
Pascal Wengerter
2021-03-29 09:32:06 +01:00
parent 523e611b7e
commit e27c320fa1
4 changed files with 69 additions and 61 deletions

View File

@@ -3,5 +3,5 @@ CORE_COMMITID=16d04954125a87ecba7a1029290d332e97ec2c78
CORE_BRANCH=master
# The test runner source for UI tests
WEB_COMMITID=e6a3298584d057b8c10cf7b66d21b7e34ee49896
WEB_COMMITID=b7b084cd06278c5f02cdf67fe8665959d0c5c13d
WEB_BRANCH=master

View File

@@ -0,0 +1,8 @@
Change: Update ownCloud Web to v2.1.0
Tags: web
We updated ownCloud Web to v2.1.0. Please refer to the changelog (linked) for details on the web release.
https://github.com/owncloud/ocis/pull/1870
https://github.com/owncloud/web/releases/tag/v2.1.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 = v2.0.2
WEB_ASSETS_VERSION = v2.1.0
.PHONY: pull-assets
pull-assets:

View File

File diff suppressed because one or more lines are too long