Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[full-ci] chore: bump web to v11.0.5 #10667

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .drone.env
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# The test runner source for UI tests
WEB_COMMITID=3088a7d9a353ebf5e128d9d784b28fb103a30a40
WEB_COMMITID=0cd1e233374c302bc1c8f0db91bb62d6244cbd09
WEB_BRANCH=stable-11.0
11 changes: 11 additions & 0 deletions changelog/unreleased/update-web-11.0.5.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Enhancement: Update web to v11.0.5

Tags: web

We updated ownCloud Web to v11.0.5. Please refer to the changelog (linked) for details on the web release.

- Bugfix [owncloud/web#11883](https://github.com/owncloud/web/issues/11883): Preview app Shared with me page
- Bugfix [owncloud/web#11951](https://github.com/owncloud/web/pull/11951): Export request ID when delete fails

https://github.com/owncloud/ocis/pull/10667
https://github.com/owncloud/web/releases/tag/v11.0.5
2 changes: 1 addition & 1 deletion services/web/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SHELL := bash
NAME := web
WEB_ASSETS_VERSION = v11.0.4
WEB_ASSETS_VERSION = v11.0.5

include ../../.make/recursion.mk

Expand Down