From ff00b5719ad374b317d72c32dd675be9e5d61004 Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Wed, 20 Nov 2024 14:26:13 +0000 Subject: [PATCH] chore(release): v5.0.3 [skip ci] --- CHANGELOG.md | 10 ++++++++++ appinfo/info.xml | 2 +- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d5e2ec3a..adae97d76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [5.0.3](https://github.com/nextcloud/calendar/compare/v5.0.2...v5.0.3) (2024-11-20) + + +### Bug Fixes + +* **deps:** Update axios ([e3b439f](https://github.com/nextcloud/calendar/commit/e3b439f35d2d372e2ba2b454518d8146875c4936)) +* Packge version inconsistency ([c4c6216](https://github.com/nextcloud/calendar/commit/c4c621616b931d3439964fb296ce3ba385a5727b)) + + + ## [5.0.2](https://github.com/nextcloud/calendar/compare/v5.0.1...v5.0.2) (2024-11-20) diff --git a/appinfo/info.xml b/appinfo/info.xml index 753be55d0..9f9b61d22 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.1 + 5.0.3 agpl Anna Larch Nextcloud Groupware Team diff --git a/package-lock.json b/package-lock.json index 8eb8208d8..7e14e7822 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "calendar", - "version": "5.0.2", + "version": "5.0.3", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index 8c9508eb8..80555c017 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.2", + "version": "5.0.3", "author": "Georg Ehrke ", "contributors": [ "Georg Ehrke ",