From b3427416da47f22e34b860c488e156eb1cfcbd7b Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Mon, 30 Aug 2021 19:31:36 +0200 Subject: [PATCH] v2.3.3 Signed-off-by: Christoph Wurst --- CHANGELOG.md | 5 +++++ appinfo/info.xml | 2 +- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8172a9069..182cf5e9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 2.3.3 – 2021-08-30 +### Fixed +- Development dependencies shipped with production build +- Missing email address in attendee search + ## 2.3.2 – 2021-08-18 ### Changed - Details of editor design diff --git a/appinfo/info.xml b/appinfo/info.xml index d890ae516..05d8af305 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -15,7 +15,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. ]]> - 2.3.2 + 2.3.3 agpl Georg Ehrke Thomas Citharel diff --git a/package-lock.json b/package-lock.json index 72a946c10..b34ddc048 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "calendar", - "version": "2.3.2", + "version": "2.3.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 84e8f98cb..693c67051 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": "2.3.2", + "version": "2.3.3", "author": "Georg Ehrke ", "contributors": [ "Georg Ehrke ",