summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2024-04-04 11:43:55 +0200
committerGitHub <noreply@github.com>2024-04-04 11:43:55 +0200
commitf769f7f80722fcea621948dbcc1ba0924b204f4d (patch)
tree9c09b06e0fada14677d881a55bba688ec229cc01
parent92e8e3ae61cdc60391ce82a3d63d3cf34ad34548 (diff)
parent24ce693aa55a9c4ec5472cfeb3d290711e00baac (diff)
Merge pull request #12002 from nextcloud/release/17.1.7v17.1.7
Release 17.1.7
-rw-r--r--CHANGELOG.md11
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json4
-rw-r--r--package.json2
4 files changed, 15 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b9136508c..f40324e68 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,17 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 17.1.7 – 2024-04-04
+### Changed
+- Update translations
+- Update several dependencies
+
+### Fixed
+- fix(conversation): skip unread marker increasing from notification
+ [#11735](https://github.com/nextcloud/spreed/issues/11735)
+- fix(modal): mount nested modals inside global modals
+ [#11891](https://github.com/nextcloud/spreed/issues/11891)
+
## 17.1.6 – 2024-02-29
### Changed
- Update translations
diff --git a/appinfo/info.xml b/appinfo/info.xml
index b5e0e8baa..1eb1c9bb7 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
]]></description>
- <version>17.1.6</version>
+ <version>17.1.7</version>
<licence>agpl</licence>
<author>Daniel Calviño Sánchez</author>
diff --git a/package-lock.json b/package-lock.json
index 2e7eb2558..9bcd70662 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "talk",
- "version": "17.1.6",
+ "version": "17.1.7",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "talk",
- "version": "17.1.6",
+ "version": "17.1.7",
"license": "agpl",
"dependencies": {
"@linusborg/vue-simple-portal": "^0.1.5",
diff --git a/package.json b/package.json
index 7d00db8a7..864698cc7 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "talk",
- "version": "17.1.6",
+ "version": "17.1.7",
"private": true,
"description": "",
"author": "Joas Schilling <coding@schilljs.com>",