From 4e3a8eedcd18b6b41f3e18670bda3928ac0c4331 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Mon, 27 Nov 2023 13:57:21 +0100 Subject: [PATCH] chore: Prepare 5.0.3 release Signed-off-by: Ferdinand Thiessen --- CHANGELOG.md | 14 ++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c265a85..858ca3c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ All notable changes to this project will be documented in this file. +## [v5.0.3](https://github.com/nextcloud-libraries/nextcloud-dialogs/tree/v5.0.3) (2023-11-27) +[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-dialogs/compare/v5.0.2...v5.0.3) + +### :bug: Fixed bugs +* fix(FilePicker): `cropImagePreviews` is now provided as a prop in FilePreview [\#1120](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1120) \([susnux](https://github.com/susnux)\) +* fix(FilePicker): On button click also emit the current directory if `allowPickDirectory` is set to true [\#1121](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1121) \([susnux](https://github.com/susnux)\) +* fix: Adjust types for IFilePickerButton to align icon with NcDialogButton [\#1122](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1122) \([susnux](https://github.com/susnux)\) +* fix(build): include ?raw data to bundle [\#1128](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1128) \([ShGKme](https://github.com/ShGKme)\) + +### Changed +* Updated translations +* chore(deps): Bump @vueuse/core from 10.6.0 to 10.6.1 +* chore(deps-dev): Bump typescript from 5.2.2 to 5.3.2 + ## [v5.0.2](https://github.com/nextcloud-libraries/nextcloud-dialogs/tree/v5.0.2) (2023-11-17) [Full Changelog](https://github.com/nextcloud-libraries/nextcloud-dialogs/compare/v5.0.1...v5.0.2) diff --git a/package-lock.json b/package-lock.json index 50b9ec25..ecf95fbe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nextcloud/dialogs", - "version": "5.0.2", + "version": "5.0.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@nextcloud/dialogs", - "version": "5.0.2", + "version": "5.0.3", "license": "GPL-3.0-or-later", "dependencies": { "@nextcloud/axios": "^2.4.0", diff --git a/package.json b/package.json index 879b820d..b9a6ccf2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nextcloud/dialogs", - "version": "5.0.2", + "version": "5.0.3", "description": "Nextcloud dialog helpers", "types": "dist/index.d.ts", "main": "dist/index.cjs",