From be65f669f781b2d16ed719d3b94a9e9cdb95673c Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 28 Mar 2024 12:59:54 +0100 Subject: [PATCH] feat(deps): Add Nextcloud 30 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 07a712ec4..cf2a356ac 100644 --- a/.github/workflows/npm-audit-fix.yml +++ b/.github/workflows/npm-audit-fix.yml @@ -18,7 +18,7 @@ jobs: strategy: fail-fast: false matrix: - branches: ['main', 'master', 'stable28', 'stable27', 'stable26'] + branches: ['main', 'master', 'stable29', 'stable28', 'stable27'] name: npm-audit-fix-${{ matrix.branches }} diff --git a/appinfo/info.xml b/appinfo/info.xml index 3af39457a..e500984ee 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -5,7 +5,7 @@ Viewer Simple file viewer with slideshow for media - 2.3.0 + 3.0.0 agpl John Molakvoæ Viewer @@ -13,7 +13,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 75298adfe..19c35dbf6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "viewer", - "version": "2.3.0", + "version": "3.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "viewer", - "version": "2.3.0", + "version": "3.0.0", "license": "agpl", "dependencies": { "@fontsource/roboto": "^5.0.12", diff --git a/package.json b/package.json index 033798920..8364b49e4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "viewer", "description": "Simple file viewer with slideshow for media", - "version": "2.3.0", + "version": "3.0.0", "author": "John Molakvoæ ", "contributors": [ "John Molakvoæ " diff --git a/renovate.json b/renovate.json index e3cfb00c0..2025eee2d 100644 --- a/renovate.json +++ b/renovate.json @@ -19,6 +19,7 @@ "ignoreUnstable": false, "baseBranches": [ "master", + "stable29", "stable28", "stable27" ], @@ -67,6 +68,7 @@ "major" ], "matchBaseBranches": [ + "stable29", "stable28", "stable27", "stable26"