build: release v4.7.0-alpha.1

Signed-off-by: Anna Larch <anna@nextcloud.com>
This commit is contained in:
Anna Larch 2024-03-04 15:59:51 +01:00
parent 91c622eb92
commit 6137195af1
3 changed files with 21 additions and 3 deletions

View File

@ -1,5 +1,23 @@
# Changelog
## 4.7.0 - Prerelease
### Added
- Ability to invite circles to events
### Changed
- Editor redesign
## 4.6.5 - 2024-02-15
### Fixed
- "Send Email" checkbox renamed to "Request reply"
- "Invitation sent" rephrased to "Awaiting response"
- Disabled resharing of incoming calendar shares
- Booking date not displayed in appointment booking popover
- Appointment slots not being bookable when the time doesn't fit into duration or increment
## 4.6.4 - 2024-01-18
### Fixed
- Guests being added to talk rooms not open for guests
## 4.6.3 - 2024-01-10
### Fixed
- Rate limit appointment booking and config creation

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "calendar",
"version": "4.6.0-rc.1",
"version": "4.7.0-alpha.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "calendar",
"version": "4.6.0-rc.1",
"version": "4.7.0-alpha.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.6.0-rc.1",
"version": "4.7.0-alpha.1",
"author": "Georg Ehrke <oc.list@georgehrke.com>",
"contributors": [
"Georg Ehrke <oc.list@georgehrke.com>",