From 9db4c92cbaf25d20d2c4d8f838fa52a1a16c3d55 Mon Sep 17 00:00:00 2001 From: Anna Larch Date: Thu, 7 Mar 2024 12:30:55 +0100 Subject: [PATCH] build: release v4.7.0-beta.1 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 71a3f8044..f3cbdb439 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ## 4.7.0 - Prerelease ### Added - Ability to invite circles to events +- Custom public calendar subscriptions ### Changed - Editor redesign diff --git a/appinfo/info.xml b/appinfo/info.xml index c14e2900f..ddc60c2fd 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. ]]> - 4.7.0-alpha.1 + 4.7.0-beta.1 agpl Anna Larch Nextcloud Groupware Team diff --git a/package-lock.json b/package-lock.json index b3b80c54c..177c5e26c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "calendar", - "version": "4.7.0-alpha.1", + "version": "4.7.0-beta.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "calendar", - "version": "4.7.0-alpha.1", + "version": "4.7.0-beta.1", "license": "agpl", "dependencies": { "@fullcalendar/core": "6.1.11", diff --git a/package.json b/package.json index 28647f8d0..a870dc624 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": "4.7.0-alpha.1", + "version": "4.7.0-beta.1", "author": "Georg Ehrke ", "contributors": [ "Georg Ehrke ",