From 9d4a74225f1148fb3cf399dfefd936d429ff4ee0 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 14 Aug 2024 12:52:20 +0200 Subject: [PATCH] feat(deps): Add Nextcloud 31 support on master Signed-off-by: Joas Schilling --- .github/dependabot.yml | 12 ++++++------ .github/workflows/update-nextcloud-ocp.yml | 2 +- appinfo/info.xml | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1a50214..878bab9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -15,7 +15,7 @@ updates: day: saturday time: "03:00" timezone: Europe/Paris - target-branch: stable29 + target-branch: stable30 open-pull-requests-limit: 10 ignore: # ignore all GitHub linguist patch updates @@ -28,7 +28,7 @@ updates: day: saturday time: "03:00" timezone: Europe/Paris - target-branch: stable28 + target-branch: stable29 open-pull-requests-limit: 10 ignore: # ignore all GitHub linguist patch updates @@ -41,7 +41,7 @@ updates: day: saturday time: "03:00" timezone: Europe/Paris - target-branch: stable27 + target-branch: stable28 open-pull-requests-limit: 10 ignore: # ignore all GitHub linguist patch updates @@ -62,7 +62,7 @@ updates: day: saturday time: "03:00" timezone: Europe/Paris - target-branch: stable29 + target-branch: stable30 open-pull-requests-limit: 10 ignore: # ignore all GitHub linguist patch updates @@ -75,7 +75,7 @@ updates: day: saturday time: "03:00" timezone: Europe/Paris - target-branch: stable28 + target-branch: stable29 open-pull-requests-limit: 10 ignore: # ignore all GitHub linguist patch updates @@ -88,7 +88,7 @@ updates: day: saturday time: "03:00" timezone: Europe/Paris - target-branch: stable27 + target-branch: stable28 open-pull-requests-limit: 10 ignore: # ignore all GitHub linguist patch updates diff --git a/.github/workflows/update-nextcloud-ocp.yml b/.github/workflows/update-nextcloud-ocp.yml index ae3f020..c3f0df1 100644 --- a/.github/workflows/update-nextcloud-ocp.yml +++ b/.github/workflows/update-nextcloud-ocp.yml @@ -20,7 +20,7 @@ jobs: strategy: fail-fast: false matrix: - branches: ['main', 'master', 'stable29', 'stable28', 'stable27'] + branches: ['main', 'master', 'stable30', 'stable29', 'stable28'] name: update-nextcloud-ocp-${{ matrix.branches }} diff --git a/appinfo/info.xml b/appinfo/info.xml index 66e6dee..1b5291f 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -14,7 +14,7 @@ When an event happens where all conditions are apply, the user will receive a re ![Flow Notification](https://raw.githubusercontent.com/nextcloud/flow_notifications/master/screenshots/notification.png) ]]> - 1.10.0 + 2.0.0 agpl Arthur Schiwon FlowNotifications @@ -25,6 +25,6 @@ When an event happens where all conditions are apply, the user will receive a re https://raw.githubusercontent.com/nextcloud/flow_notifications/master/screenshots/notification.png https://raw.githubusercontent.com/nextcloud/flow_notifications/master/screenshots/configuration.png - + diff --git a/package-lock.json b/package-lock.json index 4f883a6..c149bef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "flow_notifications", - "version": "1.10.0", + "version": "2.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "flow_notifications", - "version": "1.10.0", + "version": "2.0.0", "license": "AGPL-3.0-or-later", "dependencies": { "vue": "^2.6.14" diff --git a/package.json b/package.json index 2e1edd3..47694e4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flow_notifications", - "version": "1.10.0", + "version": "2.0.0", "description": "", "main": "src/main.js", "directories": {