From 9d355c2888927aa4e9cc093085a8be95c25fccfd Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 23 Jan 2025 10:56:08 +0100 Subject: [PATCH] feat(deps): Add Nextcloud 32 support on master Signed-off-by: Joas Schilling --- .github/workflows/npm-audit-fix.yml | 2 +- appinfo/info.xml | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- renovate.json | 2 ++ 5 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.github/workflows/npm-audit-fix.yml b/.github/workflows/npm-audit-fix.yml index 4a1a2a20..9111fd86 100644 --- a/.github/workflows/npm-audit-fix.yml +++ b/.github/workflows/npm-audit-fix.yml @@ -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 }} diff --git a/appinfo/info.xml b/appinfo/info.xml index 8dd02355..da677733 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -9,7 +9,7 @@ Viewer Simple file viewer with slideshow for media - 4.0.0 + 5.0.0-dev.0 agpl John Molakvoæ Viewer @@ -17,7 +17,7 @@ https://github.com/nextcloud/viewer https://raw.githubusercontent.com/nextcloud/screenshots/master/apps/Viewer/viewer.png - + diff --git a/package-lock.json b/package-lock.json index 0e4d5d67..f376c709 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index b5a12c22..b94518f8 100644 --- a/package.json +++ b/package.json @@ -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æ ", "contributors": [ "John Molakvoæ " diff --git a/renovate.json b/renovate.json index 85b5c611..7b5c57a5 100644 --- a/renovate.json +++ b/renovate.json @@ -19,6 +19,7 @@ "ignoreUnstable": false, "baseBranches": [ "master", + "stable31", "stable30", "stable29" ], @@ -67,6 +68,7 @@ "major" ], "matchBaseBranches": [ + "stable31", "stable30", "stable29" ],