From e970a2ee4bf1454db51440f6f9044ca707e3b37d Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 12 Apr 2024 16:35:58 +0200 Subject: [PATCH 1/2] chore(release): Add changelog for 17.1.8 and 18.0.7 Signed-off-by: Joas Schilling --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46e28b7f775..f9bf53bd67e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,28 @@ # Changelog All notable changes to this project will be documented in this file. +## 18.0.7 – 2024-04-12 +### Changed +- Update translations +- Update several dependencies + +### Fixed +- fix(conversation): Fix error when adding participants while creating a conversation + [#12057](https://github.com/nextcloud/spreed/issues/12057) +- fix(conversation): Fix missing icon in conversation settings for file conversations + [#12051](https://github.com/nextcloud/spreed/issues/12051) + +## 17.1.8 – 2024-04-12 +### Changed +- Update translations +- Update several dependencies + +### Fixed +- fix(conversation): Fix error when adding participants while creating a conversation + [#12059](https://github.com/nextcloud/spreed/issues/12059) +- fix(conversation): Fix missing icon in conversation settings for file conversations + [#12052](https://github.com/nextcloud/spreed/issues/12052) + ## 18.0.6 – 2024-04-04 ### Changed - Update translations From 110952ee48ad5b7623f6115543699eb0eb90f014 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 12 Apr 2024 16:36:32 +0200 Subject: [PATCH 2/2] chore(release): Bump version to 18.0.7 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 678240216e7..d3ecbeaa85f 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.6 + 18.0.7 agpl Daniel Calviño Sánchez diff --git a/package-lock.json b/package-lock.json index aaadb146d85..2b0194c57ad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "talk", - "version": "18.0.6", + "version": "18.0.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "talk", - "version": "18.0.6", + "version": "18.0.7", "license": "agpl", "dependencies": { "@linusborg/vue-simple-portal": "^0.1.5", diff --git a/package.json b/package.json index f9b54c9f047..46552d04006 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "talk", - "version": "18.0.6", + "version": "18.0.7", "private": true, "description": "", "author": "Joas Schilling ",