diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c5bfc72c..b867e2eff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ All notable changes to this project will be documented in this file. +## [v7.2.0](https://github.com/nextcloud-libraries/nextcloud-dialogs/compare/v7.2.0...v7.3.0) +### Changed +* Migrated to `@nextcloud/files` v4.0.0 - reducing dependencies on apps targeting Nextcloud 33+ [\#2275](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/2275).\ + This also removes `cancelable-promise` as a dependency by replacing it with native `AbortController`. +* Updated development dependencies +* Updated translations + ## [v7.2.0](https://github.com/nextcloud-libraries/nextcloud-dialogs/compare/v7.1.0...v7.2.0) ### Added * feat(filepicker): add `allowCreateNew` [\#2070](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/2070) \([grnd-alt](https://github.com/grnd-alt)\) diff --git a/package-lock.json b/package-lock.json index 1e910e85f..c0385e2d6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nextcloud/dialogs", - "version": "7.2.0", + "version": "7.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@nextcloud/dialogs", - "version": "7.2.0", + "version": "7.3.0", "license": "AGPL-3.0-or-later", "dependencies": { "@mdi/js": "^7.4.47", diff --git a/package.json b/package.json index 8886a83a9..70058e1dc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nextcloud/dialogs", - "version": "7.2.0", + "version": "7.3.0", "description": "Nextcloud dialog helpers", "keywords": [ "nextcloud"