Skip to content

Commit 0301bba

Browse files
authored
Merge pull request #1444 from nextcloud-libraries/chore/beta7
chore: prepare v4.0.0-beta.7
2 parents 9d8a7f7 + 1aba99c commit 0301bba

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,13 @@ type ActionContext = {
4848
+ action.exec({ nodes, view, folder, contents }): Promise<boolean>
4949
```
5050

51+
## 4.0.0-beta.7 - 2025-12-23
52+
### 🐛 Fixed bugs
53+
* fix(column): validate interface rather than the instance type [\#1442](https://github.com/nextcloud-libraries/nextcloud-files/pull/1442) \([susnux](https://github.com/susnux)\)
54+
55+
### Other changes
56+
* refactor(column): use interfaces rather than instances [\#1443](https://github.com/nextcloud-libraries/nextcloud-files/pull/1443) \([susnux](https://github.com/susnux)\)
57+
5158
## 4.0.0-beta.6 - 2025-12-22
5259
### 🐛 Fixed bugs
5360
* fix(view): ensure all optional properties are validated [\#1438](https://github.com/nextcloud-libraries/nextcloud-files/pull/1438) \([susnux](https://github.com/susnux)\)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nextcloud/files",
3-
"version": "4.0.0-beta.6",
3+
"version": "4.0.0-beta.7",
44
"description": "Nextcloud files utils",
55
"keywords": [
66
"nextcloud",

0 commit comments

Comments
 (0)