From ddf0282e88e61da0a33ad8569035397ac9f9c71a Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Mon, 22 Dec 2025 18:42:33 +0100 Subject: [PATCH] chore: prepare v4.0.0-beta.6 Signed-off-by: Ferdinand Thiessen --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9eebb70cf..3c67e720f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -48,6 +48,14 @@ type ActionContext = { + action.exec({ nodes, view, folder, contents }): Promise ``` +## 4.0.0-beta.6 - 2025-12-22 +### 🐛 Fixed bugs +* fix(view): ensure all optional properties are validated [\#1438](https://github.com/nextcloud-libraries/nextcloud-files/pull/1438) \([susnux](https://github.com/susnux)\) + +### Other changes +* chore: adjust types to only use interfaces if possible [\#1440](https://github.com/nextcloud-libraries/nextcloud-files/pull/1440) \([susnux](https://github.com/susnux)\) +* ci: add workflow to check for Typescript issues [\#1439](https://github.com/nextcloud-libraries/nextcloud-files/pull/1439) \([susnux](https://github.com/susnux)\) + ## 4.0.0-beta.5 - 2025-12-16 ### 💥 Breaking changes * refactor!(navigation): pass `id` of view to `setActive` [\#1418](https://github.com/nextcloud-libraries/nextcloud-files/pull/1418) \([susnux](https://github.com/susnux)\) diff --git a/package-lock.json b/package-lock.json index 0491bc66a..faba8a7cd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nextcloud/files", - "version": "4.0.0-beta.5", + "version": "4.0.0-beta.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@nextcloud/files", - "version": "4.0.0-beta.5", + "version": "4.0.0-beta.6", "license": "AGPL-3.0-or-later", "dependencies": { "@nextcloud/auth": "^2.5.3", diff --git a/package.json b/package.json index 49c1a9ab3..9ec1f5909 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nextcloud/files", - "version": "4.0.0-beta.5", + "version": "4.0.0-beta.6", "description": "Nextcloud files utils", "keywords": [ "nextcloud",