From aaa8841f4ddf36d1f0efe037fcd4be960581917f Mon Sep 17 00:00:00 2001 From: Hamza Mahjoubi Date: Tue, 12 Mar 2024 13:21:05 +0100 Subject: [PATCH] Release v6.0.0-rc1 Signed-off-by: Hamza Mahjoubi --- CHANGELOG.md | 6 +++++- appinfo/info.xml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79cc0091..59a00e25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,17 +1,21 @@ # Changelog -## 6.0.0-alpha.1 – Unreleased +## 6.0.0-rc.1 – Unreleased ### Added - Nextcloud 29 support - Add confirmation dialog before importing contacts +- Implement team overview page updates ### Removed - Drop Nextcloud 28 and older +- Drop dead OCA.Search code ### Changed - Migrate event buses to mitt +- Migrate ::v-deep to :deep ### Fixed - HTTP client usage - Remove import contact button from chart view - Subtitle encoding +- Adjust styling of team resource image ## 5.5.2 – 2024-02-19 diff --git a/appinfo/info.xml b/appinfo/info.xml index e4506b50..c10cdb0d 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -11,7 +11,7 @@ * 🙈 **We’re not reinventing the wheel!** Based on the great and open SabreDAV library. - 6.0.0-alpha.1 + 6.0.0-rc.1 agpl Hamza Mahjoubi diff --git a/package-lock.json b/package-lock.json index 62a70452..c04a2fc3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "contacts", - "version": "6.0.0-alpha.1", + "version": "6.0.0-rc.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "contacts", - "version": "6.0.0-alpha.1", + "version": "6.0.0-rc.1", "license": "agpl", "dependencies": { "@mattkrick/sanitize-svg": "^0.4.0", diff --git a/package.json b/package.json index c3ed199e..87aeeb26 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "contacts", "description": "A contacts app for Nextcloud. Easily sync contacts from various devices, share and edit them online.", - "version": "6.0.0-alpha.1", + "version": "6.0.0-rc.1", "author": "John Molakvoæ ", "contributors": [ "John Molakvoæ ",