Skip to content

Commit

Permalink
Merge pull request #928 from nextcloud-libraries/chore/release-3_2_0
Browse files Browse the repository at this point in the history
Prepare 3.2.0 release
  • Loading branch information
susnux authored Apr 15, 2024
2 parents 466cfee + 3d69983 commit 8c75611
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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

## 3.2.0 - 2024-04-15
**Full Changelog**: https://github.com/nextcloud-libraries/nextcloud-files/compare/v3.1.1...v3.2.0

### Enhancements
* feat(dav): Make getFavoriteNodes cancelable by @Pytal in https://github.com/nextcloud-libraries/nextcloud-files/pull/923

## Changed
* Updated webdav from 5.4.0 to 5.5.0
* Updated development dependencies

## 3.1.1 - 2024-03-24
### Fixed
* fix(dav): various typings and owner string cast by @skjnldsv in https://github.com/nextcloud-libraries/nextcloud-files/pull/882
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.1.1",
"version": "3.2.0",
"description": "Nextcloud files utils",
"type": "module",
"main": "dist/index.cjs",
Expand Down
2 changes: 1 addition & 1 deletion window.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export {}

declare global {
interface Window {
OC: Nextcloud.v25.OC | Nextcloud.v26.OC | Nextcloud.v27.OC;
OC: Nextcloud.v26.OC | Nextcloud.v27.OC | Nextcloud.v28.OC;
_nc_dav_namespaces?: DavProperty
_nc_dav_properties?: string[]
_nc_fileactions?: FileAction[]
Expand Down

0 comments on commit 8c75611

Please sign in to comment.