chore: version v2.5.4

This commit is contained in:
github-actions 2026-02-05 21:16:52 +00:00
parent 4835d5f97f
commit 8581b4f350
16 changed files with 17 additions and 17 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@immich/cli",
"version": "2.5.3",
"version": "2.5.4",
"description": "Command Line Interface (CLI) for Immich",
"type": "module",
"exports": "./dist/index.js",

View file

@ -1,7 +1,7 @@
[
{
"label": "v2.5.3",
"url": "https://docs.v2.5.3.archive.immich.app"
"label": "v2.5.4",
"url": "https://docs.v2.5.4.archive.immich.app"
},
{
"label": "v2.4.1",

View file

@ -1,6 +1,6 @@
{
"name": "immich-e2e",
"version": "2.5.3",
"version": "2.5.4",
"description": "",
"main": "index.js",
"type": "module",

View file

@ -1,6 +1,6 @@
{
"name": "immich-i18n",
"version": "2.5.3",
"version": "2.5.4",
"private": true,
"scripts": {
"format": "prettier --check .",

View file

@ -1,6 +1,6 @@
[project]
name = "immich-ml"
version = "2.5.3"
version = "2.5.4"
description = ""
authors = [{ name = "Hau Tran", email = "alex.tran1502@gmail.com" }]
requires-python = ">=3.11,<4.0"

View file

@ -882,7 +882,7 @@ wheels = [
[[package]]
name = "immich-ml"
version = "2.5.3"
version = "2.5.4"
source = { editable = "." }
dependencies = [
{ name = "aiocache" },

View file

@ -35,8 +35,8 @@ platform :android do
task: 'bundle',
build_type: 'Release',
properties: {
"android.injected.version.code" => 3034,
"android.injected.version.name" => "2.5.3",
"android.injected.version.code" => 3035,
"android.injected.version.name" => "2.5.4",
}
)
upload_to_play_store(skip_upload_apk: true, skip_upload_images: true, skip_upload_screenshots: true, aab: '../build/app/outputs/bundle/release/app-release.aab')

View file

@ -80,7 +80,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.5.3</string>
<string>2.5.4</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>

BIN
mobile/openapi/README.md generated

Binary file not shown.

View file

@ -2,7 +2,7 @@ name: immich_mobile
description: Immich - selfhosted backup media file on mobile phone
publish_to: 'none'
version: 2.5.3+3034
version: 2.5.4+3035
environment:
sdk: '>=3.8.0 <4.0.0'

View file

@ -15072,7 +15072,7 @@
"info": {
"title": "Immich",
"description": "Immich API",
"version": "2.5.3",
"version": "2.5.4",
"contact": {}
},
"tags": [

View file

@ -1,6 +1,6 @@
{
"name": "@immich/sdk",
"version": "2.5.3",
"version": "2.5.4",
"description": "Auto-generated TypeScript SDK for the Immich API",
"type": "module",
"main": "./build/index.js",

View file

@ -1,6 +1,6 @@
/**
* Immich
* 2.5.3
* 2.5.4
* DO NOT MODIFY - This file has been generated using oazapfts.
* See https://www.npmjs.com/package/oazapfts
*/

View file

@ -1,6 +1,6 @@
{
"name": "immich-monorepo",
"version": "2.5.3",
"version": "2.5.4",
"description": "Monorepo for Immich",
"private": true,
"packageManager": "pnpm@10.28.0+sha512.05df71d1421f21399e053fde567cea34d446fa02c76571441bfc1c7956e98e363088982d940465fd34480d4d90a0668bc12362f8aa88000a64e83d0b0e47be48",

View file

@ -1,6 +1,6 @@
{
"name": "immich",
"version": "2.5.3",
"version": "2.5.4",
"description": "",
"author": "",
"private": true,

View file

@ -1,6 +1,6 @@
{
"name": "immich-web",
"version": "2.5.3",
"version": "2.5.4",
"license": "GNU Affero General Public License version 3",
"type": "module",
"scripts": {