From a223717c9358227b8ebe4b81e8cd26608d7268e2 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 28 Mar 2023 15:16:23 +0200 Subject: [PATCH 1/2] chore(release): Bump version to 7.8.5 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 a42b100770..e2f9fa747f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nextcloud/vue", - "version": "7.8.4", + "version": "7.8.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@nextcloud/vue", - "version": "7.8.4", + "version": "7.8.5", "license": "AGPL-3.0", "dependencies": { "@floating-ui/dom": "^1.1.0", diff --git a/package.json b/package.json index 8c1311f004..0c668eb53d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nextcloud/vue", - "version": "7.8.4", + "version": "7.8.5", "description": "Nextcloud vue components", "keywords": [ "vuejs", From 02ff624ff5d8a60308fab2387dcc46c1fd07eef5 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 28 Mar 2023 15:30:26 +0200 Subject: [PATCH 2/2] chore(release): Add changelog for 7.8.5 Signed-off-by: Joas Schilling --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e91f24b9c9..0d4a45772c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. +## [v7.8.5](https://github.com/nextcloud/nextcloud-vue/tree/v7.8.5) (2023-03-28) + +[Full Changelog](https://github.com/nextcloud/nextcloud-vue/compare/v7.8.4...v7.8.5) + +### :bug: Fixed bugs + +- fix\(NcRichContenteditable\): Completely stop event propagation for keyup events [\#3937](https://github.com/nextcloud/nextcloud-vue/pull/3937) ([nickvergessen](https://github.com/nickvergessen)) +- fix\(NcRichText\): Match IP addresses as links [\#3935](https://github.com/nextcloud/nextcloud-vue/pull/3935) ([nickvergessen](https://github.com/nickvergessen)) +- fix\(NcRichText\): Fix NcRichText style [\#3932](https://github.com/nextcloud/nextcloud-vue/pull/3932) ([julien-nc](https://github.com/julien-nc)) + ## [v7.8.4](https://github.com/nextcloud/nextcloud-vue/tree/v7.8.4) (2023-03-24) [Full Changelog](https://github.com/nextcloud/nextcloud-vue/compare/v7.8.3...v7.8.4)