Skip to content

Commit 0dcb3b0

Browse files
authored
Merge pull request #1184 from nextcloud-libraries/chore/prepare-3-10-2
chore: Prepare v3.10.2
2 parents 87725aa + 51c31fd commit 0dcb3b0

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@
66

77
All notable changes to this project will be documented in this file.
88

9+
## 3.10.2 - 2025-02-13
10+
### Fixed
11+
* fix: ensure FileListAction return `bool|null` on `exec` [\#1145](https://github.com/nextcloud-libraries/nextcloud-files/pull/1145) \([skjnldsv](https://github.com/skjnldsv)\)
12+
* fix: Correctly export DAV types [\#1176](https://github.com/nextcloud-libraries/nextcloud-files/pull/1176) \([susnux](https://github.com/susnux)\)
13+
* fix(deps): typedoc-plugin-missing-exports as dev dependency [\#1183](https://github.com/nextcloud-libraries/nextcloud-files/pull/1183) \([max-nextcloud](https://github.com/max-nextcloud)\)
14+
15+
### Changed
16+
* Updated development dependencies
17+
* chore(deps): Bump `@nextcloud/sharing` to 0.2.4
18+
* ci: Update workflows from organization [\#1177](https://github.com/nextcloud-libraries/nextcloud-files/pull/1177) \([susnux](https://github.com/susnux)\)
19+
920
## 3.10.1 - 2024-12-12
1021
[Full changelog](https://github.com/nextcloud-libraries/nextcloud-files/compare/v3.10.0...v3.10.1)
1122

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": "3.10.1",
3+
"version": "3.10.2",
44
"description": "Nextcloud files utils",
55
"type": "module",
66
"main": "dist/index.cjs",

0 commit comments

Comments
 (0)