Skip to content

Commit 3012cd1

Browse files
chore(release): 2.50.3 [skip ci]
## [2.50.3](v2.50.2...v2.50.3) (2026-01-19) ### Performance Improvements * **ci:** Optimize Docker builds with native ARM runners and improved caching ([84719b5](84719b5))
1 parent 84719b5 commit 3012cd1

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [2.50.3](https://github.com/datenknoten/freundebuch/compare/v2.50.2...v2.50.3) (2026-01-19)
2+
3+
### Performance Improvements
4+
5+
* **ci:** Optimize Docker builds with native ARM runners and improved caching ([84719b5](https://github.com/datenknoten/freundebuch/commit/84719b5a5f2b5560effaf21f20a9955a135cb5a3))
6+
17
## [2.50.2](https://github.com/datenknoten/freundebuch/compare/v2.50.1...v2.50.2) (2026-01-19)
28

39
### Bug Fixes

apps/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@freundebuch/backend",
3-
"version": "2.50.2",
3+
"version": "2.50.3",
44
"private": true,
55
"type": "module",
66
"scripts": {

apps/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@freundebuch/frontend",
3-
"version": "2.50.2",
3+
"version": "2.50.3",
44
"private": true,
55
"type": "module",
66
"scripts": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "freundebuch2",
3-
"version": "2.50.2",
3+
"version": "2.50.3",
44
"private": true,
55
"type": "module",
66
"description": "Freundebuch - A digital friendship book for adults",

packages/shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@freundebuch/shared",
3-
"version": "2.50.2",
3+
"version": "2.50.3",
44
"private": true,
55
"type": "module",
66
"main": "./dist/src/index.js",

0 commit comments

Comments
 (0)