Merge pull request #2045 from owncloud/update-web-v3.1.0

Update web to v3.1.0
This commit is contained in:
Pascal Wengerter
2021-05-12 15:11:30 +01:00
committed by GitHub
4 changed files with 64 additions and 56 deletions

View File

@@ -3,5 +3,5 @@ CORE_COMMITID=eb3deef4ce524b441e76a5b2861dc8fdf298b826
CORE_BRANCH=master
# The test runner source for UI tests
WEB_COMMITID=47c2ddac70ce5b554c2b3ed4a548a0ac0c78d370
WEB_COMMITID=90cfa889a64d47a98700469cd8cd81eafeedd277
WEB_BRANCH=master

View File

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

View File

File diff suppressed because one or more lines are too long