Release v4.1.0-rc.1

Signed-off-by: Anna Larch <anna@nextcloud.com>
This commit is contained in:
Anna Larch 2022-10-18 20:25:25 +02:00
parent 6f9f43ceca
commit d88fc0aec5
4 changed files with 10 additions and 4 deletions

View File

@ -1,6 +1,12 @@
# Changelog
## 4.1.0 - 2022-10-19
### Added
- IButtonWidget and IIconWidget implementation
### Fixed
- Widget Icon in Dashboard
## 4.0.1 - 2022-10-18
### Changed
- Remove iconfont and associated dependecies

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.1.0-alpha.0</version>
<version>4.1.0-rc.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.1.0-alpha0",
"version": "4.1.0-rc1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "calendar",
"version": "4.1.0-alpha0",
"version": "4.1.0-rc1",
"license": "agpl",
"dependencies": {
"@fullcalendar/core": "5.11.3",

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.1.0-alpha0",
"version": "4.1.0-rc1",
"author": "Georg Ehrke <oc.list@georgehrke.com>",
"contributors": [
"Georg Ehrke <oc.list@georgehrke.com>",