From 364590e0735786fed1dc41b97743aec6378cc3c4 Mon Sep 17 00:00:00 2001 From: SebastianKrupinski Date: Fri, 12 Jun 2026 11:25:56 -0400 Subject: [PATCH] chore: Release 6.5 Branch off Signed-off-by: SebastianKrupinski --- .github/workflows/npm-audit-fix.yml | 2 +- .github/workflows/php-test.yml | 6 ++---- appinfo/info.xml | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 8 insertions(+), 10 deletions(-) diff --git a/.github/workflows/npm-audit-fix.yml b/.github/workflows/npm-audit-fix.yml index 7d9dd28879..adc47c4c28 100644 --- a/.github/workflows/npm-audit-fix.yml +++ b/.github/workflows/npm-audit-fix.yml @@ -24,7 +24,7 @@ jobs: strategy: fail-fast: false matrix: - branches: ['main', 'stable5.5', 'stable6.4'] + branches: ['stable6.5'] name: npm-audit-fix-${{ matrix.branches }} diff --git a/.github/workflows/php-test.yml b/.github/workflows/php-test.yml index 8de1dcc966..46046c0b61 100644 --- a/.github/workflows/php-test.yml +++ b/.github/workflows/php-test.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: php-versions: [ '8.2', '8.3', '8.4', '8.5' ] - nextcloud-versions: [ 'master' ] + nextcloud-versions: [ 'stable34' ] include: - php-versions: '8.5' nextcloud-versions: 'stable33' @@ -58,10 +58,8 @@ jobs: strategy: matrix: php-versions: [ '8.2', '8.3', '8.4', '8.5' ] - nextcloud-versions: [ 'master' ] + nextcloud-versions: [ 'stable34' ] include: - - php-versions: '8.5' - nextcloud-versions: 'stable34' - php-versions: '8.5' nextcloud-versions: 'stable33' - php-versions: '8.2' diff --git a/appinfo/info.xml b/appinfo/info.xml index 0880d1d619..77fff0bc6c 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -23,7 +23,7 @@ * πŸ“Ž **Attachments!** Add, upload and view event attachments * πŸ™ˆ **We’re not reinventing the wheel!** Based on the great [c-dav library](https://github.com/nextcloud/cdav-library), [ical.js](https://github.com/mozilla-comm/ical.js) and [fullcalendar](https://github.com/fullcalendar/fullcalendar) libraries. ]]> - 6.5.0-dev.0 + 6.5.0 agpl Grigory Vodyanov Sebastian Krupinski @@ -44,7 +44,7 @@ https://raw.githubusercontent.com/nextcloud/calendar/main/screenshots/week_sidebar.png - + caldav diff --git a/package-lock.json b/package-lock.json index 054be889ab..0747b9cf7d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "calendar", - "version": "6.5.0-dev.0", + "version": "6.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "calendar", - "version": "6.5.0-dev.0", + "version": "6.5.0", "license": "agpl", "dependencies": { "@fullcalendar/core": "6.1.20", diff --git a/package.json b/package.json index 8334bf1128..e219ae1a5f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "calendar", "description": "A calendar app for Nextcloud. Easily sync events from various devices, share and edit them online.", - "version": "6.5.0-dev.0", + "version": "6.5.0", "keywords": [ "nextcloud", "calendars",