зеркало из https://github.com/nextcloud/viewer.git
feat(deps): Add Nextcloud 32 support on master
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Родитель
3bc355cdee
Коммит
9d355c2888
|
@ -21,7 +21,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
branches: ['main', 'master', 'stable30', 'stable29']
|
||||
branches: ['main', 'master', 'stable31', 'stable30', 'stable29']
|
||||
|
||||
name: npm-audit-fix-${{ matrix.branches }}
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<name>Viewer</name>
|
||||
<summary>Simple file viewer with slideshow for media</summary>
|
||||
<description><![CDATA[Show your latest holiday photos and videos like in the movies, show a glimpse of your latest novel directly from your Nextcloud, choose the best GIF of your collection thanks to the direct preview of your favorites files and many more!]]></description>
|
||||
<version>4.0.0</version>
|
||||
<version>5.0.0-dev.0</version>
|
||||
<licence>agpl</licence>
|
||||
<author mail="skjnldsv@protonmail.com">John Molakvoæ</author>
|
||||
<namespace>Viewer</namespace>
|
||||
|
@ -17,7 +17,7 @@
|
|||
<bugs>https://github.com/nextcloud/viewer</bugs>
|
||||
<screenshot>https://raw.githubusercontent.com/nextcloud/screenshots/master/apps/Viewer/viewer.png</screenshot>
|
||||
<dependencies>
|
||||
<nextcloud min-version="31" max-version="31" />
|
||||
<nextcloud min-version="32" max-version="32" />
|
||||
</dependencies>
|
||||
<default_enable />
|
||||
</info>
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "viewer",
|
||||
"version": "4.0.0",
|
||||
"version": "5.0.0-dev.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "viewer",
|
||||
"version": "4.0.0",
|
||||
"version": "5.0.0-dev.0",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"dependencies": {
|
||||
"@fontsource/roboto": "^5.1.0",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "viewer",
|
||||
"description": "Simple file viewer with slideshow for media",
|
||||
"version": "4.0.0",
|
||||
"version": "5.0.0-dev.0",
|
||||
"author": "John Molakvoæ <skjnldsv@protonmail.com>",
|
||||
"contributors": [
|
||||
"John Molakvoæ <skjnldsv@protonmail.com>"
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
"ignoreUnstable": false,
|
||||
"baseBranches": [
|
||||
"master",
|
||||
"stable31",
|
||||
"stable30",
|
||||
"stable29"
|
||||
],
|
||||
|
@ -67,6 +68,7 @@
|
|||
"major"
|
||||
],
|
||||
"matchBaseBranches": [
|
||||
"stable31",
|
||||
"stable30",
|
||||
"stable29"
|
||||
],
|
||||
|
|
Загрузка…
Ссылка в новой задаче