From a9b6cd9e400936ea72f5463aa119ebc96454b112 Mon Sep 17 00:00:00 2001 From: Christopher Ng Date: Tue, 6 Jun 2023 09:48:37 -0700 Subject: [PATCH] v7.12.0 Signed-off-by: Christopher Ng --- CHANGELOG.md | 13 +++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9446e63540..1e2260be6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file. # Changelog +## [v7.12.0](https://github.com/nextcloud/nextcloud-vue/tree/v7.12.0) (2023-06-06) + +[Full Changelog](https://github.com/nextcloud/nextcloud-vue/compare/v7.11.6...v7.12.0) + +### :rocket: Enhancements +* make navigation-collapsible always visible [\#4153](https://github.com/nextcloud/nextcloud-vue/pull/4153) ([Simon L.](https://github.com/szaimen)) +* enh\(NcActions\): Navigation link actions [\#4084](https://github.com/nextcloud/nextcloud-vue/pull/4084) ([Pytal](https://github.com/Pytal)) +* Export dist a11y activation util [\#4167](https://github.com/nextcloud/nextcloud-vue/pull/4167) ([Pytal](https://github.com/Pytal)) + +### :bug: Fixed bugs +* Fix alignment of nav contents [\#4135](https://github.com/nextcloud/nextcloud-vue/pull/4135) ([Varun Patil](https://github.com/pulsejet)) +* fix toggle overlapping other stuff [\#4134](https://github.com/nextcloud/nextcloud-vue/pull/4134) ([Simon L.](https://github.com/szaimen)) + ## [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) diff --git a/package-lock.json b/package-lock.json index ab92090a7a..be51d6d342 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nextcloud/vue", - "version": "7.11.6", + "version": "7.12.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@nextcloud/vue", - "version": "7.11.6", + "version": "7.12.0", "license": "AGPL-3.0", "dependencies": { "@floating-ui/dom": "^1.1.0", diff --git a/package.json b/package.json index cbf880335a..f8fb55a4f2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nextcloud/vue", - "version": "7.11.6", + "version": "7.12.0", "description": "Nextcloud vue components", "keywords": [ "vuejs",