From 46386328b398e3d2ba143878a28a22476f79ffea Mon Sep 17 00:00:00 2001 From: Anna Larch Date: Thu, 1 Aug 2024 15:19:40 +0200 Subject: [PATCH] release: v5.0.0-alpha.3 Signed-off-by: Anna Larch --- CHANGELOG.md | 2 +- appinfo/info.xml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c287f860d..5e8ecda5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,7 +24,7 @@ - Automatic widget reloading - More translations for appointments - ### Fixed -- Teams missing from placeholder text +- Teams missing from placeholder texts ## 4.7.12 - 2024-07-17 ### Fixed diff --git a/appinfo/info.xml b/appinfo/info.xml index 1438a2d4a..7865664ba 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-alpha.2 + 5.0.0-alpha.3 agpl Anna Larch Nextcloud Groupware Team diff --git a/package-lock.json b/package-lock.json index f0185706f..3db44f563 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "calendar", - "version": "5.0.0-alpha.2", + "version": "5.0.0-alpha.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "calendar", - "version": "5.0.0-alpha.2", + "version": "5.0.0-alpha.3", "license": "agpl", "dependencies": { "@fullcalendar/core": "6.1.14", diff --git a/package.json b/package.json index 206f37fa4..683b98a1b 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-alpha.2", + "version": "5.0.0-alpha.3", "author": "Georg Ehrke ", "contributors": [ "Georg Ehrke ",