Merge pull request #5957 from nextcloud/release/v4.7.1

build: release v4.7.1
This commit is contained in:
Anna 2024-04-25 17:23:03 +02:00 committed by GitHub
commit ff1d2a1ffd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 4 deletions

View File

@ -1,5 +1,9 @@
# Changelog
## 4.7.1 - 2024-04-25
### Changed
- Slot booking response
## 4.7.0 - 2024-04-22
### Added
- Ability to invite circles to events

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</version>
<version>4.7.1</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",
"version": "4.7.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "calendar",
"version": "4.7.0",
"version": "4.7.1",
"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",
"version": "4.7.1",
"author": "Georg Ehrke <oc.list@georgehrke.com>",
"contributors": [
"Georg Ehrke <oc.list@georgehrke.com>",