Browse Source

Merge pull request #10853 from nextcloud/release/18.0.0-beta.2

Release/18.0.0 beta.2
pull/10855/head v18.0.0-beta.2
Joas Schilling 2 years ago
committed by GitHub
parent
commit
66af1b07d3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 15
      CHANGELOG.md
  2. 2
      appinfo/info.xml
  3. 4
      package-lock.json
  4. 2
      package.json

15
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

2
appinfo/info.xml

@ -16,7 +16,7 @@ And in the works for the [coming versions](https://github.com/nextcloud/spreed/m
]]></description>
<version>18.0.0-beta.1</version>
<version>18.0.0-beta.2</version>
<licence>agpl</licence>
<author>Daniel Calviño Sánchez</author>

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

2
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 <coding@schilljs.com>",

Loading…
Cancel
Save