From 685b449ef0b395d995b5db1fdee46a18534c6b06 Mon Sep 17 00:00:00 2001 From: Danilo Bargen Date: Tue, 19 Dec 2023 14:13:10 +0100 Subject: [PATCH] Release v2.5.3 --- CHANGELOG.md | 9 +++++++++ docker/rebuild.sh | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9dfccc81b..3b2042cb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,14 @@ the full log, please refer to the git commit history. > See https://github.com/threema-ch/threema-web/pull/996 for more details. +### [v2.5.3][v2.5.3] (2023-12-19) + +Changes: + +* [change] Update translation strings related to Google Play Services +* [change] Upgrade many dependencies + + ### [v2.5.2][v2.5.2] (2023-07-24) Changes: @@ -1260,6 +1268,7 @@ First public release. [i1175]: https://github.com/threema-ch/threema-web/pull/1175 [i1179]: https://github.com/threema-ch/threema-web/pull/1179 +[v2.5.3]: https://github.com/threema-ch/threema-web/compare/v2.5.2...v2.5.3 [v2.5.2]: https://github.com/threema-ch/threema-web/compare/v2.5.1...v2.5.2 [v2.5.1]: https://github.com/threema-ch/threema-web/compare/v2.5.0...v2.5.1 [v2.5.0]: https://github.com/threema-ch/threema-web/compare/v2.4.4...v2.5.0 diff --git a/docker/rebuild.sh b/docker/rebuild.sh index 5a56ed9a3..e66ad5231 100644 --- a/docker/rebuild.sh +++ b/docker/rebuild.sh @@ -13,7 +13,7 @@ set -euo pipefail SUPPORTED_BRANCH_NAMES=("master") -SUPPORTED_TAG_PATTERNS=("^v2.4.4$" "^v2.5.[0-9]$") +SUPPORTED_TAG_PATTERNS=("^v2.5.[0-9]$") IMAGE_NAME=threema/threema-web if [ "${1:-}" = "--dry-run" ]; then diff --git a/package-lock.json b/package-lock.json index ca018045d..caf470ce2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "threema-web", - "version": "2.5.2", + "version": "2.5.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "threema-web", - "version": "2.5.2", + "version": "2.5.3", "license": "AGPL-3.0+", "dependencies": { "@babel/core": "^7.18.10", diff --git a/package.json b/package.json index 15406178d..7fad687ea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "threema-web", - "version": "2.5.2", + "version": "2.5.3", "description": "Threema Webclient", "scripts": { "build": "npm run build:js && npm run build:css",