From a52b79d23d35aadd973955338768d1ed2a7ce359 Mon Sep 17 00:00:00 2001 From: Anna Larch Date: Wed, 28 Aug 2024 12:26:15 +0200 Subject: [PATCH] release: v5.0.0-beta.3 Signed-off-by: Anna Larch --- CHANGELOG.md | 1 + appinfo/info.xml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37396ee0c..634ed655d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,7 @@ ### Fixed - Teams missing from placeholder texts - Free/busy slot suggestion breaking with duplicate events +- Overlapping events ## 4.7.12 - 2024-07-17 ### Fixed diff --git a/appinfo/info.xml b/appinfo/info.xml index 6032dc389..e5dea9df1 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -20,7 +20,7 @@ * ☑️ Tasks! See tasks with a due date directly in the calendar * 🙈 **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. ]]> - 5.0.0-beta.2 + 5.0.0-beta.3 agpl Anna Larch Nextcloud Groupware Team diff --git a/package-lock.json b/package-lock.json index 4c5b08cca..cc1f671f9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "calendar", - "version": "5.0.0-beta.2", + "version": "5.0.0-beta.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "calendar", - "version": "5.0.0-beta.2", + "version": "5.0.0-beta.3", "license": "agpl", "dependencies": { "@fullcalendar/core": "6.1.14", diff --git a/package.json b/package.json index b5ce60a2a..5d839f480 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": "5.0.0-beta.2", + "version": "5.0.0-beta.3", "author": "Georg Ehrke ", "contributors": [ "Georg Ehrke ",