From 8c95af0afad4b2dff36e7eff74387622eb235c78 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 7 Nov 2024 15:39:52 +0100 Subject: [PATCH 1/2] chore(release): Add changelog for 18.0.13 Signed-off-by: Joas Schilling --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d484e94b3c..ad1e5577f2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ # Changelog All notable changes to this project will be documented in this file. +## 18.0.13 – 2024-11-07 +### Changed +- Update translations +- Update dependencies + +### Fixed +- fix(chat): Fix layout for guests on public conversations + [#13620](https://github.com/nextcloud/spreed/issues/13620) +- fix(UI): Improve handling of sidebar on mobile view + [#12693](https://github.com/nextcloud/spreed/issues/12693) + ## 18.0.12 – 2024-10-10 ### Changed - Update translations From 8a7b8f310db9126b46d8f1f83c428f9a00629b95 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 7 Nov 2024 15:59:34 +0100 Subject: [PATCH 2/2] chore(release): Bump version to 18.0.13 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 f59cc15f66c..ffde073e3b7 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -16,7 +16,7 @@ And in the works for the [coming versions](https://github.com/nextcloud/spreed/m ]]> - 18.0.12 + 18.0.13 agpl Daniel Calviño Sánchez diff --git a/package-lock.json b/package-lock.json index baf023920ac..9f5e998f209 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "talk", - "version": "18.0.12", + "version": "18.0.13", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "talk", - "version": "18.0.12", + "version": "18.0.13", "license": "agpl", "dependencies": { "@linusborg/vue-simple-portal": "^0.1.5", diff --git a/package.json b/package.json index 80d004b2efc..d71aa0db072 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "talk", - "version": "18.0.12", + "version": "18.0.13", "private": true, "description": "", "author": "Joas Schilling ",