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 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 ",