Skip to content

Commit

Permalink
Merge pull request #1144 from nextcloud-libraries/release/3.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
skjnldsv authored Dec 12, 2024
2 parents 35ae28e + 2d455a0 commit 939f71d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@

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

## 3.10.1 - 2024-12-12
[Full changelog](https://github.com/nextcloud-libraries/nextcloud-files/compare/v3.10.0...v3.10.1)

## Fixed
* fix: Allow omitting icon for file list actions by Pytal in https://github.com/nextcloud-libraries/nextcloud-files/pull/1143
* fix: Do not rollup types by @susnux in https://github.com/nextcloud-libraries/nextcloud-files/pull/1142
* fix: Make types of File and Folder more explicit by @susnux in https://github.com/nextcloud-libraries/nextcloud-files/pull/1118
* fix: Typo in method name `isDavResource` instead of `isDavRessource` by @susnux in https://github.com/nextcloud-libraries/nextcloud-files/pull/1119
* fix(fileListAction): keep same method param pattern accross our APIs by @skjnldsv in https://github.com/nextcloud-libraries/nextcloud-files/pull/1135

## 3.10.0 - 2024-11-13
[Full changelog](https://github.com/nextcloud-libraries/nextcloud-files/compare/v3.9.2...v3.10.0)

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextcloud/files",
"version": "3.10.0",
"version": "3.10.1",
"description": "Nextcloud files utils",
"type": "module",
"main": "dist/index.cjs",
Expand Down

0 comments on commit 939f71d

Please sign in to comment.