From 34cb8e24e8792787f8265cf730cdc67e4b44165b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Thu, 25 May 2023 11:02:39 +0200 Subject: [PATCH] Bump version to 4.8.0-beta.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- CHANGELOG.md | 9 +++++++++ appinfo/info.xml | 2 +- package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c354578ee..46d8ec300 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,15 @@ Types of changes: - *Fixed* for any bug fixes. - *Security* in case of vulnerabilities. +## 4.8.0-beta.2 + +### Fixed + +- Use the color-primary-element* variables @szaimen [#1043](https://github.com/nextcloud/notes/pull/1043) +- fix: setting button spacing @luka-nextcloud [#1048](https://github.com/nextcloud/notes/pull/1048) +- fix: Wrap renaming of notes through autotile in locking context @juliushaertl [#1047](https://github.com/nextcloud/notes/pull/1047) +- Dependency updates + ## 4.8.0-beta.1 - 2023-05-05 ### Added diff --git a/appinfo/info.xml b/appinfo/info.xml index ff6421e89..cf5c335ab 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -6,7 +6,7 @@ - 4.8.0-beta.1 + 4.8.0-beta.2 agpl Kristof Hamann Bernhard Posselt diff --git a/package.json b/package.json index e08f2b3d4..77847a6f9 100644 --- a/package.json +++ b/package.json @@ -45,5 +45,5 @@ "browserslist": [ "extends @nextcloud/browserslist-config" ], - "version": "4.8.0-beta.1" + "version": "4.8.0-beta.2" } \ No newline at end of file