From 6eef09aea960725a62cf4ef8ff9a90bdc3b5e8c2 Mon Sep 17 00:00:00 2001 From: Stefan Malzner Date: Tue, 22 Mar 2022 20:39:57 +0100 Subject: [PATCH] Bump version to 5.9.0-beta.2 --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80451cbc0..d848205c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [5.9.0-beta.2](https://github.com/meetfranz/franz/compare/v5.9.0-beta.1...v5.9.0-beta.2) (2022-03-22) + + +### Bug Fixes + +* **App:** Fix Franz Todos to be on top of another service ([086eda1](https://github.com/meetfranz/franz/commit/086eda1)) +* **Linux:** Fix viewport height on Linux ([4cbd006](https://github.com/meetfranz/franz/commit/4cbd006)) +* **Windows + Linux:** Fix calculation for service position ([2f22ce6](https://github.com/meetfranz/franz/commit/2f22ce6)) +* **Windows + Linux:** Fix not clickable window titlebar & menu ([8fde4ab](https://github.com/meetfranz/franz/commit/8fde4ab)) + + + # [5.9.0-beta.1](https://github.com/meetfranz/franz/compare/v5.8.0...v5.9.0-beta.1) (2022-03-21) This is a huge release for us as we've rewritten most of the Franz core that is handling the services to make Franz much faster and more reliable. diff --git a/package-lock.json b/package-lock.json index 466e1904a..4b84cc55d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "franz", - "version": "5.9.0-beta.1", + "version": "5.9.0-beta.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "franz", - "version": "5.9.0-beta.1", + "version": "5.9.0-beta.2", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 41e3864f9..189051b53 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "franz", "productName": "Franz", "appId": "com.meetfranz.franz", - "version": "5.9.0-beta.1", + "version": "5.9.0-beta.2", "description": "Messaging app for WhatsApp, Slack, Telegram, HipChat, Hangouts and many many more.", "copyright": "adlk x franz - Stefan Malzner", "main": "index.js",