Skip to content

Commit

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

PB-33307 Browser extension version bump to v4.7.5-rc.0

See merge request passbolt/passbolt-browser-extension!856
  • Loading branch information
Benj1er committed May 8, 2024
2 parents bb43748 + f79dd3a commit db6529d
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 11 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.5] - 2024-05-08
### Maintenance
- PB-33307 Browser extension version bump to v4.7.5-rc.0

## [4.7.4] - 2024-05-08
### Maintenance
- PB-33304 Fix extension update available service
Expand Down Expand Up @@ -1599,7 +1603,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.4...HEAD
[Unreleased]: https://github.com/passbolt/passbolt_browser_extension/compare/v4.7.5...HEAD
[4.7.5]: https://github.com/passbolt/passbolt_browser_extension/compare/v4.7.4...v4.7.5
[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
Expand Down
6 changes: 3 additions & 3 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Song: https://youtu.be/J87pJrxvJ5E?si=vGs8M6uyM6E7Lcps

Passbolt v4.7.4 is a maintenance release focused on fixing problems linked to the extension update and preparing the transition to MV3.
Passbolt v4.7.5 is a test release focused on addressing problems identified with MV3.

## [4.7.4] - 2024-05-08
## [4.7.5] - 2024-05-08
### Maintenance
- PB-33304 Fix extension update available service
- PB-33307 Browser extension version bump to v4.7.5-rc.0
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.4-rc.0",
"version": "4.7.5-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.4",
"version": "4.7.5",
"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.4",
"version": "4.7.5",
"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.4",
"version": "4.7.5",
"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.4",
"version": "4.7.5",
"description": "__MSG_appDescription__",
"default_locale": "en",
"externally_connectable": {},
Expand Down

0 comments on commit db6529d

Please sign in to comment.