From 61b6edadb3f6489de17e7b98e85d1b577ee3a40d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Feb 2023 13:16:24 +0000 Subject: [PATCH] Bump Browser version to 2023.2.0 (#4767) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [EC-1060] feat: center align table cell content (#4618) * [EC-1027] feat: remove `tw-text-sm` (#4617) (cherry picked from commit 807a13541862f133f6c544bf3d5d9eb59509c187) * Set checkForBreaches to true (checked) by default. (cherry picked from commit 28d5961ed3aab2cc804cf22946686f1bc72a4e82) * Open WebAuthn Prompt in New Tab (#4696) - We already did this for Firefox and Safari * Turn off checking for breaches in web for now (#4698) * [PS-2455] Catch and log contextmenu errors (#4699) * Set initRunning to true initRunning was checked and at the end set to false, but it never got set to true * Catch and log contextmenu errors (cherry picked from commit db202f9e9e8b7454c2fcf296c037658f4db62681) * Fix race condition when setting modal properties (#4701) (cherry picked from commit 1c18a73a56aeda281fe6c0b6b204a27346fcbdba) * SG-1047 Fix remember me on web (#4706) (cherry picked from commit d27ef74fe18e275958c4db3e430682edcc7141b0) * PS-2450 EC-1073 Do not decode and normalize query (#4708) Co-authored-by: Jake Fink (cherry picked from commit 13746c184031d9b1a67835044c023e9064e13262) * [Desktop/Browser] - Renew signing certificates (#4739) (cherry picked from commit 4438ab9e3aa4cc030dcd4cda30fc6a26a6905376) * Revert to MV2 Autofill Logic (#4705) * Bumped web version to 2023.2.0 (#4753) Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com> (cherry picked from commit 4e4de9812ee1b93e6ae6b38452735f3c97e2f749) * [EC-1074] fix: block interaction during async action (#4732) The user is able to interact with vault-items while actions like delete are happening. This commit is a temporary fix to disable all interaction surfaces during those async actions. (cherry picked from commit 957ed50c820476be752d6c159ff7f308dd05cb31) * Bumped browser version to 2023.2.0 --------- Co-authored-by: Andreas Coroiu Co-authored-by: Todd Martin Co-authored-by: Justin Baur <19896123+justindbaur@users.noreply.github.com> Co-authored-by: Robyn MacCallum Co-authored-by: Daniel James Smith Co-authored-by: Thomas Rittson <31796059+eliykat@users.noreply.github.com> Co-authored-by: Carlos Gonçalves Co-authored-by: Matt Gibson Co-authored-by: mimartin12 <77340197+mimartin12@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com> Co-authored-by: Opeyemi Alao <54288773+Eeebru@users.noreply.github.com> --- apps/browser/package.json | 2 +- apps/browser/src/manifest.json | 2 +- apps/browser/src/manifest.v3.json | 2 +- package-lock.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/browser/package.json b/apps/browser/package.json index d3f64632bc..92d1883607 100644 --- a/apps/browser/package.json +++ b/apps/browser/package.json @@ -1,6 +1,6 @@ { "name": "@bitwarden/browser", - "version": "2023.1.0", + "version": "2023.2.0", "scripts": { "build": "webpack", "build:mv3": "cross-env MANIFEST_VERSION=3 webpack", diff --git a/apps/browser/src/manifest.json b/apps/browser/src/manifest.json index 9be347f493..53ffb41e2a 100644 --- a/apps/browser/src/manifest.json +++ b/apps/browser/src/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "__MSG_extName__", "short_name": "__MSG_appName__", - "version": "2023.1.0", + "version": "2023.2.0", "description": "__MSG_extDesc__", "default_locale": "en", "author": "Bitwarden Inc.", diff --git a/apps/browser/src/manifest.v3.json b/apps/browser/src/manifest.v3.json index 2f87fec3fa..af5292b7e8 100644 --- a/apps/browser/src/manifest.v3.json +++ b/apps/browser/src/manifest.v3.json @@ -3,7 +3,7 @@ "minimum_chrome_version": "102.0", "name": "__MSG_extName__", "short_name": "__MSG_appName__", - "version": "2023.1.0", + "version": "2023.2.0", "description": "__MSG_extDesc__", "default_locale": "en", "author": "Bitwarden Inc.", diff --git a/package-lock.json b/package-lock.json index 22e9db3033..d50f35af37 100644 --- a/package-lock.json +++ b/package-lock.json @@ -186,7 +186,7 @@ }, "apps/browser": { "name": "@bitwarden/browser", - "version": "2023.1.0" + "version": "2023.2.0" }, "apps/cli": { "name": "@bitwarden/cli",