diff options
author | Christoph Wurst <ChristophWurst@users.noreply.github.com> | 2023-11-23 14:56:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-23 14:56:38 +0100 |
commit | d0222eedb2a4485e89cc56d5ef0e36131af09910 (patch) | |
tree | 8b19f78ced8f55236c6dbd7d1e8795e0e3304b07 | |
parent | c41970eea8e7be205a929e9f3817211627de60cf (diff) | |
parent | 5954ac62ffef9cb9d0bb9b9bfe4b08beff75b37c (diff) |
Merge pull request #3714 from nextcloud/chore/release/5.5.0-rc1v5.5.0-rc1
chore(release): v5.5.0-rc1
-rw-r--r-- | CHANGELOG.md | 3 | ||||
-rw-r--r-- | appinfo/info.xml | 2 | ||||
-rw-r--r-- | package-lock.json | 4 | ||||
-rw-r--r-- | package.json | 2 |
4 files changed, 6 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d96801fa..0f1c3e29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 5.5.0 – unreleased +## 5.5.0-rc.1 – unreleased ### Added - Nextcloud 28 file action compatibility - PHP8.3 support @@ -15,6 +15,7 @@ - Lost contact groups - Group deselection - Permission check on files-actions +- Empty content showing on edit mode ## 5.4.0-rc.1 - 2023-08-31 ### Added diff --git a/appinfo/info.xml b/appinfo/info.xml index 2de9c41d..659f7330 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.0-beta.4</version> + <version>5.5.0-rc.1</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 5f45ee73..3a2e63cd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "contacts", - "version": "5.5.0-beta4", + "version": "5.5.0-rc1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "contacts", - "version": "5.5.0-beta4", + "version": "5.5.0-rc1", "license": "agpl", "dependencies": { "@mattkrick/sanitize-svg": "^0.4.0", diff --git a/package.json b/package.json index d8a23626..98229d2e 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.0-beta4", + "version": "5.5.0-rc1", "author": "John Molakvoæ <skjnldsv@protonmail.com>", "contributors": [ "John Molakvoæ <skjnldsv@protonmail.com>", |