From 7a5a34a579e5133d701d41de84c7271c8e33027d Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 28 Mar 2024 12:54:14 +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 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/.github/workflows/update-nextcloud-ocp.yml b/.github/workflows/update-nextcloud-ocp.yml index 2d65b440..7ba334c7 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 621e1385..2e32e138 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -7,7 +7,7 @@ Displays resources related to current item in right panel. - 1.4.0 + 2.0.0 agpl Maxence Lange RelatedResources @@ -19,7 +19,7 @@ https://github.com/nextcloud/related_resources/issues https://github.com/nextcloud/related_resources.git - + diff --git a/package-lock.json b/package-lock.json index 71041493..0b269d93 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "related_resources", - "version": "1.4.0", + "version": "2.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "related_resources", - "version": "1.4.0", + "version": "2.0.0", "license": "AGPL", "dependencies": { "@nextcloud/axios": "^2.4.0", diff --git a/package.json b/package.json index 87ca7c33..6da65b13 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "related_resources", - "version": "1.4.0", + "version": "2.0.0", "description": "Related Resources", "main": "main.js", "private": true,