Merge pull request #257 from the-luap/release-please--branches--beta
Build and Push Docker Images / build-frontend (push) Failing after 4m19s
Build and Push Docker Images / build-backend (push) Failing after 4m22s
Build and Push Docker Images / summary (push) Successful in 2s

chore(beta): release 3.22.0-beta.0
This commit is contained in:
Paul Nothaft
2026-03-26 08:04:59 +01:00
committed by GitHub
4 changed files with 11 additions and 3 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
{
".": "3.21.1-beta.0"
".": "3.22.0-beta.0"
}
+8
View File
@@ -5,6 +5,14 @@ All notable changes to PicPeak will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [3.22.0-beta.0](https://github.com/the-luap/picpeak/compare/v3.21.1-beta.0...v3.22.0-beta.0) (2026-03-25)
### Features
* add Dutch (nl) locale and fix missing translation keys across all locales ([b54a80d](https://github.com/the-luap/picpeak/commit/b54a80d251bcbb9a126e32eeaef522688bc810c6))
* add Dutch locale and fix missing translation keys ([e32da68](https://github.com/the-luap/picpeak/commit/e32da68cbdfa430d62cbb1057ea418dc6b2f14fb))
## [3.21.1-beta.0](https://github.com/the-luap/picpeak/compare/v3.21.0-beta.0...v3.21.1-beta.0) (2026-03-22)
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "picpeak-backend",
"version": "3.21.1-beta.0",
"version": "3.22.0-beta.0",
"description": "Backend for PicPeak event photo sharing platform",
"main": "server.js",
"scripts": {
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "picpeak-frontend",
"private": true,
"version": "3.21.1-beta.0",
"version": "3.22.0-beta.0",
"type": "module",
"scripts": {
"dev": "vite",