From 7f8d5d6303b411c87f0c83d8d17da935801b2e97 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 28 Mar 2024 13:13:48 +0100 Subject: [PATCH] feat(deps): Add Nextcloud 30 support on master Signed-off-by: Joas Schilling --- .github/workflows/npm-audit-fix.yml | 2 +- .github/workflows/update-nextcloud-ocp.yml | 2 +- appinfo/info.xml | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/npm-audit-fix.yml b/.github/workflows/npm-audit-fix.yml index 4f51e2b..0fa447f 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/.github/workflows/update-nextcloud-ocp.yml b/.github/workflows/update-nextcloud-ocp.yml index 2d65b44..7ba334c 100644 --- a/.github/workflows/update-nextcloud-ocp.yml +++ b/.github/workflows/update-nextcloud-ocp.yml @@ -17,7 +17,7 @@ jobs: strategy: fail-fast: false matrix: - branches: ['main', 'master', 'stable28', 'stable27', 'stable26'] + branches: ['main', 'master', 'stable29', 'stable28', 'stable27'] name: update-nextcloud-ocp-${{ matrix.branches }} diff --git a/appinfo/info.xml b/appinfo/info.xml index f483bdc..e718a3d 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -5,7 +5,7 @@ Automated PDF conversion Rule based conversion of Documents into the PDF format An app to trigger automatic conversion of documents to PDF. Based on admin defined rules, a background job file be set up when a matching file was created or written, or was assigned a tag. Then, LibreOffice is being utilized for converting the document. - 1.14.0 + 1.15.0 agpl Joas Schilling Arthur Schiwon @@ -23,6 +23,6 @@ https://github.com/raw/nextcloud/workflow_pdf_converter/master/screenshots/flow-settings-ui.png https://github.com/raw/nextcloud/workflow_pdf_converter/master/screenshots/management-apps.png - + diff --git a/package-lock.json b/package-lock.json index 497847f..318e6b9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "workflow_pdf_converter", - "version": "1.14.0", + "version": "1.15.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "workflow_pdf_converter", - "version": "1.14.0", + "version": "1.15.0", "license": "agpl", "dependencies": { "@nextcloud/vue": "^5.4.0", diff --git a/package.json b/package.json index 665b68a..16c749f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "workflow_pdf_converter", "description": "Workflow for converting to pdf", - "version": "1.14.0", + "version": "1.15.0", "author": "Julius Härtl ", "license": "agpl", "private": true,