From 5141b7e749dc52717d342eb07e7d89cbf7482bbe Mon Sep 17 00:00:00 2001 From: greta Date: Mon, 5 Sep 2022 11:56:06 +0200 Subject: [PATCH] Release v6.0.0-beta.7 Signed-off-by: greta --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f096c04b89..938b9bbee0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. +[Full Changelog](https://github.com/nextcloud/nextcloud-vue/compare/v6.0.0-beta.6...v6.0.0-beta.7) + +### :bug: Fixed bugs +- AppNavigationItem actions visibility [\#3169](https://github.com/nextcloud/nextcloud-vue/pull/3169) ([raimund-schluessler](https://github.com/raimund-schluessler)) +- Actions positioning [\#3170](https://github.com/nextcloud/nextcloud-vue/pull/3170) ([juliushaertl](https://github.com/juliushaertl)) +- .active state of app list items [\#3147](https://github.com/nextcloud/nextcloud-vue/pull/3147) ([ChristophWurst](https://github.com/ChristophWurst)) + +### Closed pull requests +- Use events provided by floating-vue [\#3149](https://github.com/nextcloud/nextcloud-vue/pull/3149) ([raimund-schluessler](https://github.com/raimund-schluessler)) + ## [v6.0.0-beta.6](https://github.com/nextcloud/nextcloud-vue/tree/v6.0.0-beta.6) (2022-09-01) [Full Changelog](https://github.com/nextcloud/nextcloud-vue/compare/v6.0.0-beta.5...v6.0.0-beta.6) diff --git a/package-lock.json b/package-lock.json index ac6035cfa3..1c7622d18a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nextcloud/vue", - "version": "6.0.0-beta.6", + "version": "6.0.0-beta.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@nextcloud/vue", - "version": "6.0.0-beta.6", + "version": "6.0.0-beta.7", "license": "AGPL-3.0", "dependencies": { "@nextcloud/auth": "^2.0.0", diff --git a/package.json b/package.json index a47307f26e..6c013aecf9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nextcloud/vue", - "version": "6.0.0-beta.6", + "version": "6.0.0-beta.7", "description": "Nextcloud vue components", "keywords": [ "vuejs",