Update web to 2.0.0

This commit is contained in:
Benedikt Kulmann
2021-02-16 16:07:08 +01:00
parent f4161385d4
commit ef109c872f
3 changed files with 465 additions and 893 deletions

View File

@@ -0,0 +1,8 @@
Change: Update ownCloud Web to v2.0.0
Tags: web
We updated ownCloud Web to v2.0.0. Please refer to the changelog (linked) for details on the web release.
https://github.com/owncloud/ocis/pull/1660
https://github.com/owncloud/web/releases/tag/v2.0.0

View File

@@ -3,7 +3,7 @@ NAME := web
IMPORT := github.com/owncloud/ocis/$(NAME)
BIN := bin
DIST := dist
WEB_ASSETS_VERSION = v1.0.1
WEB_ASSETS_VERSION = v2.0.0
ifeq ($(OS), Windows_NT)
EXECUTABLE := $(NAME).exe

File diff suppressed because one or more lines are too long