Merge pull request #2096 from owncloud/update-web-3.2.0

Update web to 3.2.0
This commit is contained in:
Michael Barz
2021-05-31 17:38:58 +02:00
committed by GitHub
3 changed files with 63 additions and 55 deletions

View File

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

File diff suppressed because one or more lines are too long