diff options
author | Christoph Wurst <ChristophWurst@users.noreply.github.com> | 2023-11-02 15:31:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-02 15:31:22 +0100 |
commit | 2208a4b2c5601a4cd86b333511740aabf13f7634 (patch) | |
tree | c602bc68815fb10c5d41e76f18a5aa69618d5aee | |
parent | aa74eb084f99f9737a1b8caeba911644b18c6849 (diff) | |
parent | 626d5703096fbdf23f9a257370e6ebe548c623c4 (diff) |
Merge pull request #3689 from nextcloud/chore/release/5.5.0-beta3v5.5.0-beta3
chore(release): v5.5.0-beta3
-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, 7 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c26bd77..077030a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ ### Added - Nextcloud 28 file action compatibility - PHP8.3 support +- Circle type icons +### Changed +- Sort circles by initiator level ### Fixed - Localization - Telephone number type matching diff --git a/appinfo/info.xml b/appinfo/info.xml index e5ee92b9..c778d8dd 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.2</version> + <version>5.5.0-beta.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 5727f655..9fd3681b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "contacts", - "version": "5.5.0-beta2", + "version": "5.5.0-beta3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "contacts", - "version": "5.5.0-beta2", + "version": "5.5.0-beta3", "license": "agpl", "dependencies": { "@mattkrick/sanitize-svg": "^0.4.0", diff --git a/package.json b/package.json index dee413c9..91a323f3 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-beta2", + "version": "5.5.0-beta3", "author": "John MolakvoƦ <skjnldsv@protonmail.com>", "contributors": [ "John MolakvoƦ <skjnldsv@protonmail.com>", |