From f314bef15c68f1371d5bfef617c3826a66b5f447 Mon Sep 17 00:00:00 2001 From: Jonas Date: Tue, 7 Nov 2023 09:56:53 +0100 Subject: [PATCH] v7.12.7 Signed-off-by: Jonas --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e63730f4d0..7b405f4d3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file. # Changelog +## [v7.12.7](https://github.com/nextcloud-libraries/nextcloud-vue/tree/v7.12.7) (2023-11-07) + +[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v7.12.6...v7.12.7) + +### :bug: Fixed bugs +- fix: handling of empty values in NcDateTimePickerNative by @st3iny in https://github.com/nextcloud-libraries/nextcloud-vue/pull/4610 +- fix: invert datepicker buttons on dark mode by @raimund-schluessler in https://github.com/nextcloud-libraries/nextcloud-vue/pull/4635 +- fix(NcAppContent): Set normal scrollbar width on resizeable NcAppContentList by @mejo- in https://github.com/nextcloud-libraries/nextcloud-vue/pull/4747 + +### Other Changes +* fix(NcActionInput): Set default trailing button label by @Pytal in https://github.com/nextcloud-libraries/nextcloud-vue/pull/4634 + ## [v7.12.6](https://github.com/nextcloud-libraries/nextcloud-vue/tree/v7.12.6) (2023-09-26) [Full Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v7.12.5...v7.12.6) diff --git a/package-lock.json b/package-lock.json index aa6fe2a7af..7af200c6a7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nextcloud/vue", - "version": "7.12.6", + "version": "7.12.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@nextcloud/vue", - "version": "7.12.6", + "version": "7.12.7", "license": "AGPL-3.0", "dependencies": { "@floating-ui/dom": "^1.1.0", diff --git a/package.json b/package.json index aded841c50..f91a491458 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nextcloud/vue", - "version": "7.12.6", + "version": "7.12.7", "description": "Nextcloud vue components", "keywords": [ "vuejs",