From ff9abffd2ee3d9d7dcd5163f77b7443735df4660 Mon Sep 17 00:00:00 2001 From: Elizabeth Danzberger Date: Mon, 1 Dec 2025 17:47:19 -0500 Subject: [PATCH 1/2] chore: bump version Signed-off-by: Elizabeth Danzberger --- 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 f3f1a6462..1595bf786 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -6,7 +6,7 @@ - 8.4.13 + 8.4.14 agpl Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk diff --git a/package-lock.json b/package-lock.json index 9c09d7836..05852a040 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "richdocuments", - "version": "8.4.13", + "version": "8.4.14", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "richdocuments", - "version": "8.4.13", + "version": "8.4.14", "license": "AGPL-3.0-or-later", "dependencies": { "@nextcloud/auth": "^2.4.0", diff --git a/package.json b/package.json index 1ca01fe35..38bbaf537 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "richdocuments", "description": "Collabora online integration", - "version": "8.4.13", + "version": "8.4.14", "authors": [ { "name": "Julius Härtl", From a7ece5e5f526f5191a070456d561f29cdd4989bf Mon Sep 17 00:00:00 2001 From: Elizabeth Danzberger Date: Mon, 1 Dec 2025 17:51:55 -0500 Subject: [PATCH 2/2] chore: update changelog Signed-off-by: Elizabeth Danzberger --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c975b4e5..f3e5abbc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 8.4.14 + +### Fixed +- Do not set the container for the file picker by @juliusknorr in [#5117](https://github.com/nextcloud/richdocuments/pull/5117) +- Pass document target through viewer component by @juliusknorr in [#5141](https://github.com/nextcloud/richdocuments/pull/5141) + ## 8.4.13 ### Fixed