From c70d63dc1b38d313825bcd7f60df6828f8f9513d Mon Sep 17 00:00:00 2001 From: Hamza Mahjoubi Date: Thu, 23 Jan 2025 00:42:55 +0700 Subject: [PATCH] chore: release v7.0.0-beta.2 Signed-off-by: Hamza Mahjoubi --- CHANGELOG.md | 4 +++- appinfo/info.xml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e059d3c97..51bac8ff4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,13 @@ - SPDX-FileCopyrightText: 2018-2024 Nextcloud GmbH and Nextcloud contributors - SPDX-License-Identifier: AGPL-3.0-or-later --> -# [7.0.0](https://github.com/nextcloud/contacts/compare/v6.1.0-alpha.2...v7.0.0-beta.1) (2025-01-09) +# [7.0.0](https://github.com/nextcloud/contacts/compare/v6.1.0-alpha.2...v7.0.0-beta.Z) (2025-01-09) ### Bug Fixes +* remove app-content-details from global styling ([12707c4](https://github.com/nextcloud/contacts/commit/12707c44de901e44950cb37df6cc3fd1f1f17303)) +* **routing** add proper routing for circles([a0a80c9](https://github.com/nextcloud/contacts/commit/a0a80c9f11cd8fb934699ffd92ac9d822e115eaf)) * share address books with user groups ([6e87aca](https://github.com/nextcloud/contacts/pull/4291/commits/6e87aca3c4406cebc4b0699a489bd247355c91b3)) * **circles** misaligned member modal headings ([a5ec367](https://github.com/nextcloud/contacts/commit/a5ec3675565a450b5b2da09b5b97714df059d483)) * adjust spacing and alignment in the contact details view ([75ee842](https://github.com/nextcloud/contacts/commit/75ee842cd90db8c6436c18855090b4319c442f75)) diff --git a/appinfo/info.xml b/appinfo/info.xml index 7c6bd7cba..482240af4 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. - 7.0.0-beta.1 + 7.0.0-beta.2 agpl Hamza Mahjoubi diff --git a/package-lock.json b/package-lock.json index 3843bb80a..2c42412f6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "contacts", - "version": "7.0.0-beta.1", + "version": "7.0.0-beta.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "contacts", - "version": "7.0.0-beta.1", + "version": "7.0.0-beta.2", "license": "agpl", "dependencies": { "@mattkrick/sanitize-svg": "^0.4.0", diff --git a/package.json b/package.json index da0ff50a3..cbf6e2fff 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": "7.0.0-beta.1", + "version": "7.0.0-beta.2", "author": "John MolakvoƦ ", "contributors": [ "John MolakvoƦ ",