Merge pull request #1870 from owncloud/update-web-2.1.0

Update web to 2.1.0
This commit is contained in:
Pascal Wengerter
2021-03-29 14:57:39 +01:00
committed by GitHub
4 changed files with 69 additions and 61 deletions
+1 -1
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
+8
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
+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 = v2.0.2
WEB_ASSETS_VERSION = v2.1.0
.PHONY: pull-assets
pull-assets:
+59 -59
View File
File diff suppressed because one or more lines are too long