From 63effbf343c1085aef1a3160f2bf437ac442e3c7 Mon Sep 17 00:00:00 2001 From: Hamza Mahjoubi Date: Tue, 23 Jul 2024 23:06:58 +0200 Subject: [PATCH] chore: release v6.1.0-alpha.2 Signed-off-by: Hamza Mahjoubi --- CHANGELOG.md | 8 ++++---- appinfo/info.xml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38a63af9b..97afffb8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,8 @@ --> # Changelog -## 6.1.0-alpha.1 – Unreleased -## Added +## 6.1.0-alpha.2 – Unreleased +### Added - Nextcloud 30 support - Drag and Drop feature for adding contacts to group - Signal messenger option @@ -14,10 +14,10 @@ - Responsiveness for contact details ### Removed - Nextcloud 29 support -## Changed +### Changed - Group information display - Settings toggle design to match Nextcloud 30 style -## Fixed +### Fixed - Import contacts filepicker - Clarify settings option for open circle - Spacing and alignment in the contact details view diff --git a/appinfo/info.xml b/appinfo/info.xml index 1f3c1357f..43e96cb59 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -16,7 +16,7 @@ * 🙈 **We’re not reinventing the wheel!** Based on the great and open SabreDAV library. - 6.1.0-alpha.1 + 6.1.0-alpha.2 agpl Hamza Mahjoubi diff --git a/package-lock.json b/package-lock.json index dc79c66f9..34f1b4c3b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "contacts", - "version": "6.1.0-alpha.1", + "version": "6.1.0-alpha.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "contacts", - "version": "6.1.0-alpha.1", + "version": "6.1.0-alpha.2", "license": "agpl", "dependencies": { "@mattkrick/sanitize-svg": "^0.4.0", diff --git a/package.json b/package.json index e3b30ac14..6f3f4f6c2 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.1.0-alpha.1", + "version": "6.1.0-alpha.2", "author": "John Molakvoæ ", "contributors": [ "John Molakvoæ ",