From c91b501e65aca41e80ab80cee6fead0b6b359a48 Mon Sep 17 00:00:00 2001 From: Julien Veyssier Date: Wed, 15 Mar 2023 11:11:18 +0100 Subject: [PATCH] prepare v7.8.1 Signed-off-by: Julien Veyssier --- CHANGELOG.md | 25 +++++++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 28 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8b27edb78..756e4cc48b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,31 @@ All notable changes to this project will be documented in this file. +## [v7.8.1](https://github.com/nextcloud/nextcloud-vue/tree/v7.8.1) (2023-03-15) + +[Full Changelog](https://github.com/nextcloud/nextcloud-vue/compare/v7.8.0...v7.8.1) + +### :bug: Fixed bugs + +- feat\(NcRichText\): Support icon class for smart picker integrations [\#3882](https://github.com/nextcloud/nextcloud-vue/pull/3882) ([nickvergessen](https://github.com/nickvergessen)) +- Fix navigate handler call [\#3878](https://github.com/nextcloud/nextcloud-vue/pull/3878) ([raimund-schluessler](https://github.com/raimund-schluessler)) +- Fix select styles [\#3854](https://github.com/nextcloud/nextcloud-vue/pull/3854) ([Pytal](https://github.com/Pytal)) + +### Closed pull requests + +- Call the link picker "smart picker" and translate more strings [\#3888](https://github.com/nextcloud/nextcloud-vue/pull/3888) ([julien-nc](https://github.com/julien-nc)) +- Adjust excludeClickOutsideClasses type definition [\#3863](https://github.com/nextcloud/nextcloud-vue/pull/3863) ([raimund-schluessler](https://github.com/raimund-schluessler)) +- Remove unused parseUrl parameter [\#3862](https://github.com/nextcloud/nextcloud-vue/pull/3862) ([raimund-schluessler](https://github.com/raimund-schluessler)) +- Make NcLink non-functional [\#3861](https://github.com/nextcloud/nextcloud-vue/pull/3861) ([raimund-schluessler](https://github.com/raimund-schluessler)) +- Use single quotes in SCSS code [\#3860](https://github.com/nextcloud/nextcloud-vue/pull/3860) ([raimund-schluessler](https://github.com/raimund-schluessler)) +- Remove superfluous input close icon template [\#3859](https://github.com/nextcloud/nextcloud-vue/pull/3859) ([raimund-schluessler](https://github.com/raimund-schluessler)) +- Translate strings in `NcRich\*` components [\#3858](https://github.com/nextcloud/nextcloud-vue/pull/3858) ([raimund-schluessler](https://github.com/raimund-schluessler)) +- Don't use deprecated v-deep [\#3857](https://github.com/nextcloud/nextcloud-vue/pull/3857) ([raimund-schluessler](https://github.com/raimund-schluessler)) +- Remove empty beforeDestroy block in `NcReferencePicker` [\#3856](https://github.com/nextcloud/nextcloud-vue/pull/3856) ([raimund-schluessler](https://github.com/raimund-schluessler)) +- Add emits event sections for `NcRichText\*` components [\#3855](https://github.com/nextcloud/nextcloud-vue/pull/3855) ([raimund-schluessler](https://github.com/raimund-schluessler)) +- Only transform necessary packages for jest [\#3849](https://github.com/nextcloud/nextcloud-vue/pull/3849) ([raimund-schluessler](https://github.com/raimund-schluessler)) +- Migrate from `router-link`'s `tag` prop to `v-slot` [\#3775](https://github.com/nextcloud/nextcloud-vue/pull/3775) ([raimund-schluessler](https://github.com/raimund-schluessler)) + ## [v7.8.0](https://github.com/nextcloud/nextcloud-vue/tree/v7.8.0) (2023-03-02) [Full Changelog](https://github.com/nextcloud/nextcloud-vue/compare/v7.7.2...v7.8.0) diff --git a/package-lock.json b/package-lock.json index 27acd775b6..19e73c7c5d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nextcloud/vue", - "version": "7.8.0", + "version": "7.8.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@nextcloud/vue", - "version": "7.8.0", + "version": "7.8.1", "license": "AGPL-3.0", "dependencies": { "@floating-ui/dom": "^1.1.0", diff --git a/package.json b/package.json index 06b5595a51..60cfc9218b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nextcloud/vue", - "version": "7.8.0", + "version": "7.8.1", "description": "Nextcloud vue components", "keywords": [ "vuejs",