Update web to v3.3.0-rc4

This commit is contained in:
Benedikt Kulmann
2021-06-16 16:06:01 +02:00
parent 6d3472f383
commit 8323300122
4 changed files with 122 additions and 56 deletions
+1 -1
View File
@@ -3,5 +3,5 @@ CORE_COMMITID=a8f4715fd8cdb6ec371c79e05a4a1fa404618918
CORE_BRANCH=master
# The test runner source for UI tests
WEB_COMMITID=06745744336efb9238a57a81e49d8be80162d976
WEB_COMMITID=21a36a97154c9fa560ae8d9d5bcdb1d8e1ca45a6
WEB_BRANCH=master
+8
View File
@@ -0,0 +1,8 @@
Change: Update ownCloud Web to v3.3.0
Tags: web
We updated ownCloud Web to v3.3.0. Please refer to the changelog (linked) for details on the web release.
https://github.com/owncloud/ocis/pull/2187
https://github.com/owncloud/web/releases/tag/v3.3.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 = v3.2.0
WEB_ASSETS_VERSION = v3.3.0-rc4
.PHONY: pull-assets
pull-assets:
+112 -54
View File
File diff suppressed because one or more lines are too long