Merge pull request #5833 from nextcloud/buld/release-v4.7.0-beta1

build: release v4.7.0-beta.1
This commit is contained in:
Anna 2024-03-07 13:22:58 +01:00 committed by GitHub
commit 4fbd39cf3e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 5 additions and 4 deletions

View File

@ -3,6 +3,7 @@
## 4.7.0 - Prerelease
### Added
- Ability to invite circles to events
- Custom public calendar subscriptions
### 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-alpha.1</version>
<version>4.7.0-beta.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-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",

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