From d80b3bfa6214ac77bbdb0ce981275704b02042eb Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 10 Jan 2025 13:58:22 +0100 Subject: [PATCH] chore(release): Add changelog and bump version for 21.0.0-beta.1 Signed-off-by: Joas Schilling --- CHANGELOG.md | 10 ++++++++++ appinfo/info.xml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c036b52eb9..1c6639749f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ # Changelog All notable changes to this project will be documented in this file. +## 21.0.0-beta.1 – 2025-01-10 +### Added +- Schedule a meeting directly from within the conversation + [#6292](https://github.com/nextcloud/spreed/issues/6292) + +### Changed +- Update translations +- Update dependencies +- Require Nextcloud 31 / Hub 10 + ## 20.1.1 – 2024-12-19 ### Changed - Update translations diff --git a/appinfo/info.xml b/appinfo/info.xml index a912e6fa1c4..f8bd76358e8 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -18,7 +18,7 @@ * 🌉 **Sync with other chat solutions** With [Matterbridge](https://github.com/42wim/matterbridge/) being integrated in Talk, you can easily sync a lot of other chat solutions to Nextcloud Talk and vice-versa. ]]> - 21.0.0-dev.3 + 21.0.0-beta.1 agpl Anna Larch diff --git a/package-lock.json b/package-lock.json index 6693f778fa6..5d0375e4a1e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "talk", - "version": "21.0.0-dev.0", + "version": "21.0.0-beta.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "talk", - "version": "21.0.0-dev.0", + "version": "21.0.0-beta.1", "license": "agpl", "dependencies": { "@linusborg/vue-simple-portal": "^0.1.5", diff --git a/package.json b/package.json index 529e348f947..332a7e7a2a5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "talk", - "version": "21.0.0-dev.0", + "version": "21.0.0-beta.1", "private": true, "description": "", "author": "Joas Schilling ",