Update phoenix 0.29.0

This commit is contained in:
Lukas Hirt
2020-12-08 09:32:52 +01:00
parent 5373eb93c4
commit 766b289c6e
4 changed files with 28 additions and 368 deletions

View File

@@ -22,7 +22,7 @@ config = {
},
'uiTests': {
'phoenixBranch': 'master',
'phoenixCommit': '1308ee9ed52bfe92ed1a3bc8489a0ab7ae5d1c5c',
'phoenixCommit': 'c136a4347548b022078294ea09f4eaa628a26097',
'suites': {
'webUIBasic': [
'webUILogin',

View File

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

View File

@@ -3,7 +3,7 @@ NAME := ocis-phoenix
IMPORT := github.com/owncloud/ocis/$(NAME)
BIN := bin
DIST := dist
PHOENIX_ASSETS_VERSION = v0.28.0
PHOENIX_ASSETS_VERSION = v0.29.0
ifeq ($(OS), Windows_NT)
EXECUTABLE := $(NAME).exe

File diff suppressed because one or more lines are too long