From 6dc72b9121ebc36d20a5e86cfbf88e6e645fcaae Mon Sep 17 00:00:00 2001 From: Christopher Ng Date: Tue, 17 Jan 2023 16:44:50 -0800 Subject: [PATCH] v7.5.0 Signed-off-by: Christopher Ng --- CHANGELOG.md | 11 ++++++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bb9ce81ae..99c8bb4761 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. +## [v7.5.0](https://github.com/nextcloud/nextcloud-vue/tree/v7.5.0) (2023-01-19) + +[Full Changelog](https://github.com/nextcloud/nextcloud-vue/compare/v7.4.0...v7.5.0) + +### :rocket: Enhancements + +- Set placement of select dropdown [\#3656](https://github.com/nextcloud/nextcloud-vue/pull/3656) ([Pytal](https://github.com/Pytal)) +- Breadcrumb: add exact prop and fix style [\#3654](https://github.com/nextcloud/nextcloud-vue/pull/3654) ([skjnldsv](https://github.com/skjnldsv)) + ## [v7.4.0](https://github.com/nextcloud/nextcloud-vue/tree/v7.4.0) (2023-01-11) [Full Changelog](https://github.com/nextcloud/nextcloud-vue/compare/v7.3.0...v7.4.0) @@ -24,7 +33,7 @@ All notable changes to this project will be documented in this file. - Create `aria-label` for icon link [\#3597](https://github.com/nextcloud/nextcloud-vue/pull/3597) ([JuliaKirschenheuter](https://github.com/JuliaKirschenheuter)) ### Closed pull requests - + - Add console warning messages for deprecated multiselect components [\#3573](https://github.com/nextcloud/nextcloud-vue/pull/3573) ([Pytal](https://github.com/Pytal)) ## [v7.3.0](https://github.com/nextcloud/nextcloud-vue/tree/v7.3.0) (2022-12-23) diff --git a/package-lock.json b/package-lock.json index 65f73605f3..1b19399e06 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nextcloud/vue", - "version": "7.4.0", + "version": "7.5.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@nextcloud/vue", - "version": "7.4.0", + "version": "7.5.0", "license": "AGPL-3.0", "dependencies": { "@floating-ui/dom": "^1.1.0", diff --git a/package.json b/package.json index 5c38734834..c4a1aba77d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nextcloud/vue", - "version": "7.4.0", + "version": "7.5.0", "description": "Nextcloud vue components", "keywords": [ "vuejs",