From 1aba99cac9d22b17d7fdf0efc2dddebc84b10781 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Tue, 23 Dec 2025 15:58:23 +0100 Subject: [PATCH] chore: prepare v4.0.0-beta.7 Signed-off-by: Ferdinand Thiessen --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c67e720f..df516f6bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -48,6 +48,13 @@ type ActionContext = { + action.exec({ nodes, view, folder, contents }): Promise ``` +## 4.0.0-beta.7 - 2025-12-23 +### 🐛 Fixed bugs +* fix(column): validate interface rather than the instance type [\#1442](https://github.com/nextcloud-libraries/nextcloud-files/pull/1442) \([susnux](https://github.com/susnux)\) + +### Other changes +* refactor(column): use interfaces rather than instances [\#1443](https://github.com/nextcloud-libraries/nextcloud-files/pull/1443) \([susnux](https://github.com/susnux)\) + ## 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)\) diff --git a/package-lock.json b/package-lock.json index faba8a7cd..4953e68da 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nextcloud/files", - "version": "4.0.0-beta.6", + "version": "4.0.0-beta.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@nextcloud/files", - "version": "4.0.0-beta.6", + "version": "4.0.0-beta.7", "license": "AGPL-3.0-or-later", "dependencies": { "@nextcloud/auth": "^2.5.3", diff --git a/package.json b/package.json index 9ec1f5909..e8d053906 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nextcloud/files", - "version": "4.0.0-beta.6", + "version": "4.0.0-beta.7", "description": "Nextcloud files utils", "keywords": [ "nextcloud",