build: v4.7.0-beta.3

Signed-off-by: Anna Larch <anna@nextcloud.com>
This commit is contained in:
Anna Larch 2024-03-19 17:45:48 +01:00
parent 814e8146e4
commit 2608556e9c
4 changed files with 5 additions and 4 deletions

View File

@ -5,6 +5,7 @@
- Ability to invite circles to events
- Custom public calendar subscriptions
- Automatically find free slots for an event
- Calendar widget for publicly shared calendars
### Changed
- Editor redesign

View File

@ -15,7 +15,7 @@
* ☑️ Tasks! See tasks with a due date directly in the calendar
* 🙈 **Were 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.
]]></description>
<version>4.7.0-beta.2</version>
<version>4.7.0-beta.3</version>
<licence>agpl</licence>
<author>Anna Larch</author>
<author homepage="https://github.com/nextcloud/groupware">Nextcloud Groupware Team</author>

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "calendar",
"version": "4.7.0-beta.2",
"version": "4.7.0-beta.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "calendar",
"version": "4.7.0-beta.2",
"version": "4.7.0-beta.3",
"license": "agpl",
"dependencies": {
"@fullcalendar/core": "6.1.11",

View File

@ -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-beta.2",
"version": "4.7.0-beta.3",
"author": "Georg Ehrke <oc.list@georgehrke.com>",
"contributors": [
"Georg Ehrke <oc.list@georgehrke.com>",