summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHamza <40746210+hamza221@users.noreply.github.com>2024-02-19 11:08:29 +0100
committerGitHub <noreply@github.com>2024-02-19 11:08:29 +0100
commit409468742edde8889e3a9ecd2b8a65fe63887b41 (patch)
treee82d49d7b1a98583a7de3fe7b70afb3c4f6c5c1a
parent8894d00d2fb82b1457c857b03f6f38339d9abf39 (diff)
parentf45c0c81456ccfd019f9af88edb81d5eb0a57828 (diff)
Merge pull request #3815 from nextcloud/release/v5.5.2v5.5.2
Release/v5.5.2
-rw-r--r--CHANGELOG.md4
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json4
-rw-r--r--package.json2
4 files changed, 8 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ab72f629..be4df239 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog
+## 5.5.2 – 2024-02-19
+### Fixed
+- sort fallback if not member of circle
+
## 5.5.1 – 2024-01-03
### Fixed
- Rename types in propreties
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 68e9cb08..b1d01a2e 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.
</description>
- <version>5.5.1</version>
+ <version>5.5.2</version>
<licence>agpl</licence>
<author mail="hamza221@users.noreply.github.com">Hamza Mahjoubi</author>
diff --git a/package-lock.json b/package-lock.json
index caa43c59..f6b9722f 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "contacts",
- "version": "5.5.1",
+ "version": "5.5.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "contacts",
- "version": "5.5.1",
+ "version": "5.5.2",
"license": "agpl",
"dependencies": {
"@mattkrick/sanitize-svg": "^0.4.0",
diff --git a/package.json b/package.json
index 869736f3..c72c9047 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": "5.5.1",
+ "version": "5.5.2",
"author": "John Molakvoæ <skjnldsv@protonmail.com>",
"contributors": [
"John Molakvoæ <skjnldsv@protonmail.com>",