From 6a4c4df760c74a35d053070290d73cb13c77a242 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 15 May 2023 12:15:25 +0200 Subject: [PATCH 1/2] chore(release): Bump version to 7.11.5 Signed-off-by: Joas Schilling --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6c7a7f2fc1..5ee1ea6631 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nextcloud/vue", - "version": "7.11.4", + "version": "7.11.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@nextcloud/vue", - "version": "7.11.4", + "version": "7.11.5", "license": "AGPL-3.0", "dependencies": { "@floating-ui/dom": "^1.1.0", diff --git a/package.json b/package.json index 363f5bc956..524d30e1f4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nextcloud/vue", - "version": "7.11.4", + "version": "7.11.5", "description": "Nextcloud vue components", "keywords": [ "vuejs", From 34f6a9dcb8357ea2e748e7b68cad0565272f515a Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 15 May 2023 12:20:00 +0200 Subject: [PATCH 2/2] chore(release): Add changelog for 7.11.5 Signed-off-by: Joas Schilling --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c642472690..8c10ac3804 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file. # Changelog +## [v7.11.5](https://github.com/nextcloud/nextcloud-vue/tree/v7.11.5) (2023-05-15) + +[Full Changelog](https://github.com/nextcloud/nextcloud-vue/compare/v7.11.4...v7.11.5) + +### :bug: Fixed bugs + +- fix\(NcAppSidebarTabs\): Fix rendering tabs with CSS icon in OCA.Files.Sidebar [\#4112](https://github.com/nextcloud/nextcloud-vue/pull/4112) ([ShGKme](https://github.com/ShGKme)) +- fix\(NcAppNavigationItem\): Left panel dropdown improvement [\#4105](https://github.com/nextcloud/nextcloud-vue/pull/4105) ([Jerome-Herbinet](https://github.com/Jerome-Herbinet)) +- fix\(NcSettingsSection\): Add target blank and no ref info [\#4100](https://github.com/nextcloud/nextcloud-vue/pull/4100) ([Rello](https://github.com/Rello)) +- fix: Use the color-primary-element* variables in components [\#4098](https://github.com/nextcloud/nextcloud-vue/pull/4098) ([szaimon](https://github.com/szaimon)) + ## [v7.11.4](https://github.com/nextcloud/nextcloud-vue/tree/v7.11.4) (2023-05-12) [Full Changelog](https://github.com/nextcloud/nextcloud-vue/compare/v7.11.3...v7.11.4)