From 079eed97fb143832e4fae037dc580365923d294c Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Fri, 17 Nov 2023 22:44:50 +0100 Subject: [PATCH] chore: Release 5.0.2 Signed-off-by: Ferdinand Thiessen --- CHANGELOG.md | 12 +++++++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad50b203..9c265a85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,17 @@ All notable changes to this project will be documented in this file. -## [v5.0.1](https://github.com/nextcloud-libraries/nextcloud-dialogs/tree/v5.0.1) (2023-11-23) +## [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) + +### :bug: Fixed bugs +* fix(FilePicker): Listen on `update:open` rather than `closed` event from `NcDialog` [\#1113](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1113) ([@susnux](https://github.com/susnux)) + +### Changed +* Updated translations +* chore(deps): Bump `@nextcloud/vue` from 8.2.0 + +## [v5.0.1](https://github.com/nextcloud-libraries/nextcloud-dialogs/tree/v5.0.1) (2023-11-15) [Full Changelog](https://github.com/nextcloud-libraries/nextcloud-dialogs/compare/v5.0.0...v5.0.1) ### :bug: Fixed bugs diff --git a/package-lock.json b/package-lock.json index ddbdd205..0ccadfc1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nextcloud/dialogs", - "version": "5.0.1", + "version": "5.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@nextcloud/dialogs", - "version": "5.0.1", + "version": "5.0.2", "license": "GPL-3.0-or-later", "dependencies": { "@mdi/svg": "^7.3.67", diff --git a/package.json b/package.json index 48a4144a..20c1352f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nextcloud/dialogs", - "version": "5.0.1", + "version": "5.0.2", "description": "Nextcloud dialog helpers", "types": "dist/index.d.ts", "main": "dist/index.cjs",