Skip to content

Commit

Permalink
Update phoenix to 0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kulmann committed Oct 30, 2020
1 parent 72491b4 commit 13c6416
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ config = {
},
'uiTests': {
'phoenixBranch': 'master',
'phoenixCommit': 'f427a438e12a23e7a32f7864763787e756287461',
'phoenixCommit': '492e6a663efad67f770ba4ac405c4d9983d00cd3',
'suites': {
'phoenixWebUI1': [
'webUICreateFilesFolders',
Expand Down
8 changes: 8 additions & 0 deletions changelog/unreleased/update-phoenix-0.23.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Change: Update phoenix to v0.23.0

Tags: web

We updated phoenix to v0.23.0. Please refer to the changelog (linked) for details on the phoenix release.

https://github.com/owncloud/ocis/pull/785
https://github.com/owncloud/phoenix/releases/tag/v0.23.0
2 changes: 1 addition & 1 deletion ocis-phoenix/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ NAME := ocis-phoenix
IMPORT := github.com/owncloud/ocis/$(NAME)
BIN := bin
DIST := dist
PHOENIX_ASSETS_VERSION = v0.22.0
PHOENIX_ASSETS_VERSION = v0.23.0

ifeq ($(OS), Windows_NT)
EXECUTABLE := $(NAME).exe
Expand Down
26 changes: 13 additions & 13 deletions ocis-phoenix/pkg/assets/embed.go

Large diffs are not rendered by default.

0 comments on commit 13c6416

Please sign in to comment.