summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHamza <40746210+hamza221@users.noreply.github.com>2024-03-06 13:20:46 +0100
committerGitHub <noreply@github.com>2024-03-06 13:20:46 +0100
commit711d5dbdfcdffcafcbfdb1ba2eb63a41525d5a7e (patch)
tree2d10c03a057eb1ea60c3b6542bc1062a862ce8ee
parent8ddc945613c01ce39b720a06f07a38992804fc15 (diff)
parent8de6338c8c202dff8b59f604037cd5a6a5854bb6 (diff)
Merge pull request #3840 from nextcloud/release/v5.5.3v5.5.3stable5.5
Release v5.5.3
-rw-r--r--CHANGELOG.md5
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json4
-rw-r--r--package.json2
4 files changed, 9 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index be4df239..36794eda 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
# Changelog
+## 5.5.3 – 2024-03-06
+### Fixed
+- Remove contact from group
+- Focus trap preventing addressbook rename
+
## 5.5.2 – 2024-02-19
### Fixed
- sort fallback if not member of circle
diff --git a/appinfo/info.xml b/appinfo/info.xml
index b1d01a2e..ea2e7642 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.2</version>
+ <version>5.5.3</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 41ba370e..a11055fb 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "contacts",
- "version": "5.5.2",
+ "version": "5.5.3",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "contacts",
- "version": "5.5.2",
+ "version": "5.5.3",
"license": "agpl",
"dependencies": {
"@mattkrick/sanitize-svg": "^0.4.0",
diff --git a/package.json b/package.json
index d60a6cbf..d2783073 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.2",
+ "version": "5.5.3",
"author": "John Molakvoæ <skjnldsv@protonmail.com>",
"contributors": [
"John Molakvoæ <skjnldsv@protonmail.com>",