From 2f6853fc6d382591391116ac2bcc4f7e470c8ea4 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 9 Nov 2023 14:15:20 +0100 Subject: [PATCH 1/2] chore(release): Add changelog for 18.0.0-beta.2 Signed-off-by: Joas Schilling --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 702becb6dad..a2c6b08cb9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,21 @@ # Changelog All notable changes to this project will be documented in this file. +## 18.0.0-beta.2 – 2023-11-09 +### Changed +- Replace various confirmation screens with the NcDialog component + [#10812](https://github.com/nextcloud/spreed/issues/10812) +- Update several dependencies + +### Fixed +- Fix mentions at the beginning of the text in captions + [#10831](https://github.com/nextcloud/spreed/issues/10831) +- Fix not breaking the JSON response when removing the last reaction of a message + [#10832](https://github.com/nextcloud/spreed/issues/10832) +- Remove previous style adjustments from left sidebar + [#10818](https://github.com/nextcloud/spreed/issues/10818) +- Migrate the last set of event listeners to be service listeners + ## 18.0.0-beta.1 – 2023-11-02 ### Added - 🗒️ Note to self From 5e15bb22822a983c8e2e98f7edc8bd196c99371c Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 9 Nov 2023 14:15:40 +0100 Subject: [PATCH 2/2] chore(release): Bump versions 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 7bb03e6f794..77e3ece56d1 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.0-beta.1 + 18.0.0-beta.2 agpl Daniel Calviño Sánchez diff --git a/package-lock.json b/package-lock.json index df505c4394e..661920bee69 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "talk", - "version": "18.0.0-beta.1", + "version": "18.0.0-beta.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "talk", - "version": "18.0.0-beta.1", + "version": "18.0.0-beta.2", "license": "agpl", "dependencies": { "@linusborg/vue-simple-portal": "^0.1.5", diff --git a/package.json b/package.json index a9714f1bf84..d130fe64918 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "talk", - "version": "18.0.0-beta.1", + "version": "18.0.0-beta.2", "private": true, "description": "", "author": "Joas Schilling ",