Merge pull request #9585 from owncloud/chore/bump-web-9.2.0-alpha.1

[full-ci] chore: bump web to v9.2.0-alpha.1
This commit is contained in:
Michael Barz
2024-07-11 13:15:11 +02:00
committed by GitHub
3 changed files with 12 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
# The test runner source for UI tests
WEB_COMMITID=b92e0c3d353ba72174e9941ed4ef1ff528a35862
WEB_COMMITID=862a4b4a419cf4e7cb2811c456675cd55a1924c6
WEB_BRANCH=master

View File

@@ -0,0 +1,10 @@
Enhancement: Update web to v9.1.0-alpha.1
Tags: web
We updated ownCloud Web to v9.1.0-alpha.1. Please refer to the changelog (linked) for details on the web release.
- Enhancement [owncloud/web#11101](https://github.com/owncloud/web/issues/11101): Add share role icon to shared with me table
https://github.com/owncloud/ocis/pull/9585
https://github.com/owncloud/web/releases/tag/v9.2.0-alpha.1

View File

@@ -1,6 +1,6 @@
SHELL := bash
NAME := web
WEB_ASSETS_VERSION = v9.1.0
WEB_ASSETS_VERSION = v9.2.0-alpha.1
include ../../.make/recursion.mk