Skip to content

Commit

Permalink
Merge branch 'feature/PB-33299_Browser-extension-version-bump-to-v473…
Browse files Browse the repository at this point in the history
…-rc0' into 'release'

PB-33299 Browser extension version bump to v4.7.3-rc.0

See merge request passbolt/passbolt-browser-extension!850
  • Loading branch information
cedricalfonsi committed May 7, 2024
2 parents 69ce6c9 + 39bb9e0 commit d69eda7
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 11 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
## [4.7.3] - 2024-05-07
### 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

## [4.7.1] - 2024-05-02
### Maintenance
- PB-33225 MV3 beta rollout
Expand Down Expand Up @@ -1590,7 +1595,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.1...HEAD
[Unreleased]: https://github.com/passbolt/passbolt_browser_extension/compare/v4.7.3...HEAD
[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
[4.6.2]: https://github.com/passbolt/passbolt_browser_extension/compare/v4.6.0...v4.6.2
Expand Down
7 changes: 4 additions & 3 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
Song: https://www.youtube.com/watch?v=3L4YrGaR8E4

Passbolt v4.7.1 is a testing release aiming to rollout the MV3 chrome extension on the beta channels.
Passbolt v4.7.3 is a test release focused on addressing problems identified with MV3.

## [4.7.1] - 2024-05-02
## [4.7.3] - 2024-05-07
### Maintenance
- PB-33225 MV3 beta rollout
- PB-33235 Convert formData file into a json serializable in offscreen
- PB-33297 Extension update available should store the state if user signed in
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "passbolt-browser-extension",
"version": "4.7.1-rc.0",
"version": "4.7.3-rc.0",
"license": "AGPL-3.0",
"copyright": "Copyright 2022 Passbolt SA",
"description": "Passbolt web extension for the open source password manager for teams",
Expand Down
2 changes: 1 addition & 1 deletion src/chrome-mv3/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "__MSG_appName__",
"short_name": "passbolt",
"version": "4.7.1",
"version": "4.7.3",
"description": "__MSG_appDescription__",
"default_locale": "en",
"externally_connectable": {
Expand Down
2 changes: 1 addition & 1 deletion src/chrome/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "__MSG_appName__",
"short_name": "passbolt",
"version": "4.7.1",
"version": "4.7.3",
"description": "__MSG_appDescription__",
"default_locale": "en",
"externally_connectable": {},
Expand Down
2 changes: 1 addition & 1 deletion src/firefox/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "__MSG_appName__",
"short_name": "passbolt",
"version": "4.7.1",
"version": "4.7.3",
"description": "__MSG_appDescription__",
"default_locale": "en",
"browser_specific_settings": {
Expand Down
2 changes: 1 addition & 1 deletion src/safari/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "__MSG_appName__",
"short_name": "passbolt",
"version": "4.7.1",
"version": "4.7.3",
"description": "__MSG_appDescription__",
"default_locale": "en",
"externally_connectable": {},
Expand Down

0 comments on commit d69eda7

Please sign in to comment.