From 575ef27e6dcc9fce6035b37e0b4c1ef94011e32e Mon Sep 17 00:00:00 2001 From: Christopher Ng Date: Wed, 6 Mar 2024 06:33:07 -0800 Subject: [PATCH 1/2] chore: Release v8.9.1 Signed-off-by: Christopher Ng --- 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 8c6764aa77..641d2f32ce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nextcloud/vue", - "version": "8.9.0", + "version": "8.9.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@nextcloud/vue", - "version": "8.9.0", + "version": "8.9.1", "license": "AGPL-3.0", "dependencies": { "@floating-ui/dom": "^1.1.0", diff --git a/package.json b/package.json index 21bf9354af..d2e62fccff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nextcloud/vue", - "version": "8.9.0", + "version": "8.9.1", "description": "Nextcloud vue components", "keywords": [ "vuejs", From 3d45f9ba5387787c35abaa47da614ba0bdb80d1a Mon Sep 17 00:00:00 2001 From: Christopher Ng Date: Wed, 6 Mar 2024 06:35:36 -0800 Subject: [PATCH 2/2] chore: Update CHANGELOG for v8.9.1 Signed-off-by: Christopher Ng --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee460380a2..0444ad1e2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [v8.9.1](https://github.com/nextcloud-libraries/nextcloud-vue/tree/v8.9.1) (2024-03-06) +[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v8.9.0...v8.9.1) + +### 🐛 Fixed bugs +* fix: Revert "fix(NcAppNavigation): Wrap app navigation default slot with scrollable container" by @Pytal in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5355 + ## [v8.9.0](https://github.com/nextcloud-libraries/nextcloud-vue/tree/v8.9.0) (2024-03-06) [Full Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v8.8.1...v8.9.0)