From f84c02db3cb52d96c2bea0184e374048d8bf040f Mon Sep 17 00:00:00 2001 From: Benjamin Monnot Date: Wed, 8 May 2024 10:00:44 +0200 Subject: [PATCH] PB-33305 Browser extension version bump to v4.7.4-rc.0 --- CHANGELOG.md | 7 ++++++- RELEASE_NOTES.md | 9 ++++----- package-lock.json | 4 ++-- package.json | 2 +- src/chrome-mv3/manifest.json | 2 +- src/chrome/manifest.json | 2 +- src/firefox/manifest.json | 2 +- src/safari/manifest.json | 2 +- 8 files changed, 17 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d89baa1f..66b866e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [4.7.4] - 2024-05-08 +### Maintenance +- PB-33304 Fix extension update available service + ## [4.7.3] - 2024-05-07 ### Maintenance - PB-33235 Convert formData file into a json serializable in offscreen @@ -1595,7 +1599,8 @@ self registration settings option in the left-side bar - AP: User with plugin installed - LU: Logged in user -[Unreleased]: https://github.com/passbolt/passbolt_browser_extension/compare/v4.7.3...HEAD +[Unreleased]: https://github.com/passbolt/passbolt_browser_extension/compare/v4.7.4...HEAD +[4.7.4]: https://github.com/passbolt/passbolt_browser_extension/compare/v4.7.3...v4.7.4 [4.7.3]: https://github.com/passbolt/passbolt_browser_extension/compare/v4.7.1...v4.7.3 [4.7.1]: https://github.com/passbolt/passbolt_browser_extension/compare/v4.7.0...v4.7.1 [4.7.0]: https://github.com/passbolt/passbolt_browser_extension/compare/v4.6.2...v4.7.0 diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index e9a8cecc..7a56aa7a 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,8 +1,7 @@ -Song: https://www.youtube.com/watch?v=3L4YrGaR8E4 +Song: https://youtu.be/J87pJrxvJ5E?si=vGs8M6uyM6E7Lcps -Passbolt v4.7.3 is a test release focused on addressing problems identified with MV3. +Passbolt v4.7.4 is a maintenance release focused on fixing problems linked to the extension update and preparing the transition to MV3. -## [4.7.3] - 2024-05-07 +## [4.7.4] - 2024-05-08 ### Maintenance -- PB-33235 Convert formData file into a json serializable in offscreen -- PB-33297 Extension update available should store the state if user signed in \ No newline at end of file +- PB-33304 Fix extension update available service \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index ba1f6398..bc8ca635 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "passbolt-browser-extension", - "version": "4.7.3-rc.0", + "version": "4.7.4-rc.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "passbolt-browser-extension", - "version": "4.7.3-rc.0", + "version": "4.7.4-rc.0", "license": "AGPL-3.0", "dependencies": { "await-lock": "^2.1.0", diff --git a/package.json b/package.json index b7748182..6c12db91 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "passbolt-browser-extension", - "version": "4.7.3-rc.0", + "version": "4.7.4-rc.0", "license": "AGPL-3.0", "copyright": "Copyright 2022 Passbolt SA", "description": "Passbolt web extension for the open source password manager for teams", diff --git a/src/chrome-mv3/manifest.json b/src/chrome-mv3/manifest.json index b29ad10c..b928917c 100644 --- a/src/chrome-mv3/manifest.json +++ b/src/chrome-mv3/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "__MSG_appName__", "short_name": "passbolt", - "version": "4.7.3", + "version": "4.7.4", "description": "__MSG_appDescription__", "default_locale": "en", "externally_connectable": { diff --git a/src/chrome/manifest.json b/src/chrome/manifest.json index 160c15e1..be7acce3 100644 --- a/src/chrome/manifest.json +++ b/src/chrome/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "__MSG_appName__", "short_name": "passbolt", - "version": "4.7.3", + "version": "4.7.4", "description": "__MSG_appDescription__", "default_locale": "en", "externally_connectable": {}, diff --git a/src/firefox/manifest.json b/src/firefox/manifest.json index 46cdc70a..d5b8871a 100644 --- a/src/firefox/manifest.json +++ b/src/firefox/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "__MSG_appName__", "short_name": "passbolt", - "version": "4.7.3", + "version": "4.7.4", "description": "__MSG_appDescription__", "default_locale": "en", "browser_specific_settings": { diff --git a/src/safari/manifest.json b/src/safari/manifest.json index 68d4b19f..e57e0612 100644 --- a/src/safari/manifest.json +++ b/src/safari/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "__MSG_appName__", "short_name": "passbolt", - "version": "4.7.3", + "version": "4.7.4", "description": "__MSG_appDescription__", "default_locale": "en", "externally_connectable": {},