From a07bca35e83fc1c9d2777693316cba3a6b92b3fb Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 28 Mar 2024 12:46:22 +0100 Subject: [PATCH] feat(deps): Add Nextcloud 30 support on master Signed-off-by: Joas Schilling --- .github/dependabot.yml | 6 +++--- .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 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1617bf18e..592fe32d2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -41,7 +41,7 @@ updates: day: saturday time: "03:00" timezone: Europe/Paris - target-branch: stable28 + target-branch: stable29 labels: - "3. to review" - "dependencies" @@ -57,7 +57,7 @@ updates: day: saturday time: "03:00" timezone: Europe/Paris - target-branch: stable27 + target-branch: stable28 labels: - "3. to review" - "dependencies" @@ -73,7 +73,7 @@ updates: day: saturday time: "03:00" timezone: Europe/Paris - target-branch: stable26 + target-branch: stable27 labels: - "3. to review" - "dependencies" 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/.github/workflows/update-nextcloud-ocp.yml b/.github/workflows/update-nextcloud-ocp.yml index b7751b3c7..b1f1ed3f7 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 6a82d185d..1b072055b 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -8,7 +8,7 @@ The First run wizard can be customized to meet specific design goals, or to change links and messages. Create an appropriate theme following the Theming documentation, and changes to the look and feel of this Wizard are simple. More information is available in the first run wizard documentation, as well as the theming documentation. - 2.18.0 + 3.0.0 agpl Frank Karlitschek Jan-Christoph Borchardt @@ -26,7 +26,7 @@ The First run wizard can be customized to meet specific design goals, or to chan https://github.com/nextcloud/firstrunwizard.git - + diff --git a/package-lock.json b/package-lock.json index 1493a8708..add4d5f67 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "firstrunwizard", - "version": "2.18.0", + "version": "3.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "firstrunwizard", - "version": "2.18.0", + "version": "3.0.0", "license": "AGPL-3.0-or-later", "dependencies": { "@nextcloud/axios": "^2.4.0", diff --git a/package.json b/package.json index 097151afa..0401c2084 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "firstrunwizard", "description": "A first run wizard that explains the usage of Nextcloud to new users", - "version": "2.18.0", + "version": "3.0.0", "author": "Julius Härtl ", "license": "AGPL-3.0-or-later", "private": true,