From 1805fff9a7b82c15693003bfbdf51121b5138306 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 16 Aug 2024 15:00:45 +0200 Subject: [PATCH 1/2] chore(release): Changelog for 20.0.0-rc.2 Signed-off-by: Joas Schilling --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2eef5d4233a..3ad0e709101 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ # Changelog All notable changes to this project will be documented in this file. +## 20.0.0-rc.2 – 2024-08-16 +### Fixed +- Adjust conversation list density + [#13013](https://github.com/nextcloud/spreed/issues/13013) + ## 20.0.0-rc.1 – 2024-08-15 ### Added - Show upcoming event information (up to 1 month) in conversation top bar From 8d544aa6075ce32068f812869637ea165a40f2b0 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 16 Aug 2024 15:03:02 +0200 Subject: [PATCH 2/2] chore(release): Bump version to 20.0.0-rc.2 Signed-off-by: Joas Schilling --- appinfo/info.xml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/appinfo/info.xml b/appinfo/info.xml index 4db51b9edd9..2a51d59dd0e 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -18,7 +18,7 @@ * 🌉 **Sync with other chat solutions** With [Matterbridge](https://github.com/42wim/matterbridge/) being integrated in Talk, you can easily sync a lot of other chat solutions to Nextcloud Talk and vice-versa. ]]> - 20.0.0-rc.1 + 20.0.0-rc.2 agpl Daniel Calviño Sánchez diff --git a/package-lock.json b/package-lock.json index 7adee5c710a..7ec4f97325d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "talk", - "version": "20.0.0-rc.1", + "version": "20.0.0-rc.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "talk", - "version": "20.0.0-rc.1", + "version": "20.0.0-rc.2", "license": "agpl", "dependencies": { "@linusborg/vue-simple-portal": "^0.1.5", diff --git a/package.json b/package.json index cff899273e0..f37caac35f9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "talk", - "version": "20.0.0-rc.1", + "version": "20.0.0-rc.2", "private": true, "description": "", "author": "Joas Schilling ",