From 9d947a872d36a5eb73f86e524f8e0b0dc0537dae Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 16 May 2023 13:15:34 +0200 Subject: [PATCH 1/2] chore(release): Bump version to 7.11.6 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 5ee1ea6631..ab92090a7a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nextcloud/vue", - "version": "7.11.5", + "version": "7.11.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@nextcloud/vue", - "version": "7.11.5", + "version": "7.11.6", "license": "AGPL-3.0", "dependencies": { "@floating-ui/dom": "^1.1.0", diff --git a/package.json b/package.json index 524d30e1f4..cbf880335a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nextcloud/vue", - "version": "7.11.5", + "version": "7.11.6", "description": "Nextcloud vue components", "keywords": [ "vuejs", From 1d0e4b9c44a38683dc8608f21c51ade45e04fab4 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 16 May 2023 13:15:48 +0200 Subject: [PATCH 2/2] chore(release): Add changelog for 7.11.6 Signed-off-by: Joas Schilling --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c10ac3804..9446e63540 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file. # Changelog +## [v7.11.6](https://github.com/nextcloud/nextcloud-vue/tree/v7.11.6) (2023-05-16) + +[Full Changelog](https://github.com/nextcloud/nextcloud-vue/compare/v7.11.5...v7.11.6) + +### :bug: Fixed bugs + +- fix\(NcResource\): Fix item alignment in the right sidebar [\#4124](https://github.com/nextcloud/nextcloud-vue/pull/4124) ([Pytal](https://github.com/Pytal)) + ## [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)