Skip to content

Commit

Permalink
Update web to 1.0.0-beta4
Browse files Browse the repository at this point in the history
  • Loading branch information
kulmann committed Dec 15, 2020
1 parent 50ffe63 commit 2e55d8d
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ config = {
},
'uiTests': {
'webBranch': 'master',
'webCommit': '900bbf51b4d903e2a9ab3f6bddc5de1166bee877',
'webCommit': 'a96ce8dfa86dc668b620b609830b75dfa4c07a3d',
'suites': {
'webUIBasic': [
'webUILogin',
Expand Down
8 changes: 8 additions & 0 deletions changelog/unreleased/update-web-1.0.0-beta4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Change: Update ownCloud Web to v1.0.0-beta4

Tags: web

We updated ownCloud Web to v1.0.0-beta4. Please refer to the changelog (linked) for details on the web release.

https://github.com/owncloud/ocis/pull/1110
https://github.com/owncloud/phoenix/releases/tag/v1.0.0-beta4
2 changes: 1 addition & 1 deletion web/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ NAME := web
IMPORT := github.com/owncloud/ocis/$(NAME)
BIN := bin
DIST := dist
WEB_ASSETS_VERSION = v1.0.0-beta3
WEB_ASSETS_VERSION = v1.0.0-beta4

ifeq ($(OS), Windows_NT)
EXECUTABLE := $(NAME).exe
Expand Down
8 changes: 4 additions & 4 deletions web/pkg/assets/embed.go

Large diffs are not rendered by default.

0 comments on commit 2e55d8d

Please sign in to comment.