Skip to content

Commit

Permalink
Merge branch 'main' into auth/pm-15987/web-back-button-doesnt-properl…
Browse files Browse the repository at this point in the history
…y-reset-state
  • Loading branch information
alec-livefront authored Dec 30, 2024
2 parents 6f8648f + 77a2b24 commit a1f46e4
Show file tree
Hide file tree
Showing 46 changed files with 385 additions and 633 deletions.
1 change: 1 addition & 0 deletions .github/workflows/repository-management.yml
Original file line number Diff line number Diff line change
Expand Up @@ -490,6 +490,7 @@ jobs:
git cherry-pick --strategy-option=theirs -x $SOURCE_COMMIT
git push -u origin $destination_branch
fi
}
# Cherry-pick from 'main' into 'rc'
cherry_pick browser main rc
Expand Down
2 changes: 1 addition & 1 deletion apps/browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bitwarden/browser",
"version": "2024.12.3",
"version": "2025.1.0",
"scripts": {
"build": "npm run build:chrome",
"build:chrome": "cross-env BROWSER=chrome MANIFEST_VERSION=3 webpack",
Expand Down
3 changes: 3 additions & 0 deletions apps/browser/src/_locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -1004,6 +1004,9 @@
"showIdentitiesCurrentTabDesc": {
"message": "List identity items on the Tab page for easy autofill."
},
"clickToAutofillOnVault": {
"message": "Click items to autofill on Vault view"
},
"clearClipboard": {
"message": "Clear clipboard",
"description": "Clipboard is the operating system thing where you copy/paste data to on your device."
Expand Down
Loading

0 comments on commit a1f46e4

Please sign in to comment.