From bfefda187d079c4674c68a334256f3d8c570cae8 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 28 Mar 2024 12:43:51 +0100 Subject: [PATCH] feat(deps): Add Nextcloud 30 support on master Signed-off-by: Joas Schilling --- .github/dependabot.yml | 7 ++++--- .github/workflows/npm-audit-fix.yml | 2 +- appinfo/info.xml | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 10 insertions(+), 9 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 25fb1e51..624f05cb 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -30,7 +30,7 @@ updates: day: saturday time: "03:00" timezone: Europe/Paris - target-branch: stable28 + target-branch: stable29 labels: - "3. to review" - "dependencies" @@ -46,7 +46,7 @@ updates: day: saturday time: "03:00" timezone: Europe/Paris - target-branch: stable27 + target-branch: stable28 labels: - "3. to review" - "dependencies" @@ -62,7 +62,7 @@ updates: day: saturday time: "03:00" timezone: Europe/Paris - target-branch: stable26 + target-branch: stable27 labels: - "3. to review" - "dependencies" @@ -70,3 +70,4 @@ updates: # ignore all GitHub linguist patch updates - dependency-name: "*" update-types: ["version-update:semver-major", "version-update:semver-minor"] + diff --git a/.github/workflows/npm-audit-fix.yml b/.github/workflows/npm-audit-fix.yml index 4f51e2b2..0fa447f3 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 77042355..0ef05449 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -7,7 +7,7 @@ - 2.10.0 + 3.0.0 agpl John Molakvoæ @@ -21,6 +21,6 @@ Powered by [pdf.js](https://mozilla.github.io/pdf.js/)]]> https://github.com/nextcloud/files_pdfviewer.git - + diff --git a/package-lock.json b/package-lock.json index 726e5ebe..a6958be7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "files_pdfviewer", - "version": "2.10.0", + "version": "3.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "files_pdfviewer", - "version": "2.10.0", + "version": "3.0.0", "license": "AGPL-3.0-or-later", "dependencies": { "@nextcloud/auth": "^2.2.1", diff --git a/package.json b/package.json index 349d5a03..b940f575 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "files_pdfviewer", "description": "PDF viewer plugin for Nextcloud", - "version": "2.10.0", + "version": "3.0.0", "author": "John Molakvoæ ", "contributors": [], "bugs": {