From 3324b740df4d926e0a40d413fad374961f11ca5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patryk=20G=C3=B3rka?= Date: Tue, 31 Jan 2023 12:15:59 +0100 Subject: [PATCH] chore: merge master to dev (#14591) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * runfix: Make session migration resumable (#14512) If the user cancels loading the app while the sessions are being migrated, it will not mess up the session table * fix: Logout button has wrong design (#14511) * runfix: apply sanity check on correct object (#14519) * chore: Bump application version --------- Co-authored-by: Virgile <78490891+V-Gira@users.noreply.github.com> Co-authored-by: Thomas Belin Co-authored-by: Przemysław Jóźwik Co-authored-by: arjita-mitra --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ae9be925bf2..5f11cb8fe99 100644 --- a/package.json +++ b/package.json @@ -237,6 +237,6 @@ "translate:upload": "yarn translate:merge && ts-node ./bin/translations_upload.ts", "translate:download": "ts-node ./bin/translations_download.ts" }, - "version": "0.26.0", + "version": "0.27.0", "packageManager": "yarn@3.2.3" }