From e939fde6f1d575889dfb9a47cfe18ca5b9dc5835 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2026 17:56:42 +0000 Subject: [PATCH] chore: version v2.6.1 --- cli/package.json | 2 +- docs/static/archived-versions.json | 4 ++-- e2e/package.json | 2 +- i18n/package.json | 2 +- machine-learning/pyproject.toml | 2 +- machine-learning/uv.lock | 2 +- mobile/android/fastlane/Fastfile | 4 ++-- mobile/ios/Runner/Info.plist | 2 +- mobile/openapi/README.md | 2 +- mobile/pubspec.yaml | 2 +- open-api/immich-openapi-specs.json | 2 +- open-api/typescript-sdk/package.json | 2 +- open-api/typescript-sdk/src/fetch-client.ts | 2 +- package.json | 2 +- server/package.json | 2 +- web/package.json | 2 +- 16 files changed, 18 insertions(+), 18 deletions(-) diff --git a/cli/package.json b/cli/package.json index e5e7400efd..9faf2e4981 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@immich/cli", - "version": "2.6.0", + "version": "2.6.1", "description": "Command Line Interface (CLI) for Immich", "type": "module", "exports": "./dist/index.js", diff --git a/docs/static/archived-versions.json b/docs/static/archived-versions.json index 83206fefee..b253234b39 100644 --- a/docs/static/archived-versions.json +++ b/docs/static/archived-versions.json @@ -1,7 +1,7 @@ [ { - "label": "v2.6.0", - "url": "https://docs.v2.6.0.archive.immich.app" + "label": "v2.6.1", + "url": "https://docs.v2.6.1.archive.immich.app" }, { "label": "v2.5.6", diff --git a/e2e/package.json b/e2e/package.json index 1220d91418..48bc8de65e 100644 --- a/e2e/package.json +++ b/e2e/package.json @@ -1,6 +1,6 @@ { "name": "immich-e2e", - "version": "2.6.0", + "version": "2.6.1", "description": "", "main": "index.js", "type": "module", diff --git a/i18n/package.json b/i18n/package.json index a5d4a47d46..1e4d885de1 100644 --- a/i18n/package.json +++ b/i18n/package.json @@ -1,6 +1,6 @@ { "name": "immich-i18n", - "version": "2.6.0", + "version": "2.6.1", "private": true, "scripts": { "format": "prettier --cache --check .", diff --git a/machine-learning/pyproject.toml b/machine-learning/pyproject.toml index ffbd9f720a..44911976a1 100644 --- a/machine-learning/pyproject.toml +++ b/machine-learning/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "immich-ml" -version = "2.6.0" +version = "2.6.1" description = "" authors = [{ name = "Hau Tran", email = "alex.tran1502@gmail.com" }] requires-python = ">=3.11,<4.0" diff --git a/machine-learning/uv.lock b/machine-learning/uv.lock index 1bf0b23f36..b24516cb79 100644 --- a/machine-learning/uv.lock +++ b/machine-learning/uv.lock @@ -898,7 +898,7 @@ wheels = [ [[package]] name = "immich-ml" -version = "2.6.0" +version = "2.6.1" source = { editable = "." } dependencies = [ { name = "aiocache" }, diff --git a/mobile/android/fastlane/Fastfile b/mobile/android/fastlane/Fastfile index 4e56a3fc55..3cabc0df0f 100644 --- a/mobile/android/fastlane/Fastfile +++ b/mobile/android/fastlane/Fastfile @@ -35,8 +35,8 @@ platform :android do task: 'bundle', build_type: 'Release', properties: { - "android.injected.version.code" => 3038, - "android.injected.version.name" => "2.6.0", + "android.injected.version.code" => 3039, + "android.injected.version.name" => "2.6.1", } ) 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') diff --git a/mobile/ios/Runner/Info.plist b/mobile/ios/Runner/Info.plist index ab53ec0f8c..366d68c313 100644 --- a/mobile/ios/Runner/Info.plist +++ b/mobile/ios/Runner/Info.plist @@ -80,7 +80,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 2.6.0 + 2.6.1 CFBundleSignature ???? CFBundleURLTypes diff --git a/mobile/openapi/README.md b/mobile/openapi/README.md index c864333780..ceb41ac7bb 100644 --- a/mobile/openapi/README.md +++ b/mobile/openapi/README.md @@ -3,7 +3,7 @@ Immich API This Dart package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: -- API version: 2.6.0 +- API version: 2.6.1 - Generator version: 7.8.0 - Build package: org.openapitools.codegen.languages.DartClientCodegen diff --git a/mobile/pubspec.yaml b/mobile/pubspec.yaml index 0c9ca46250..201f4395a3 100644 --- a/mobile/pubspec.yaml +++ b/mobile/pubspec.yaml @@ -2,7 +2,7 @@ name: immich_mobile description: Immich - selfhosted backup media file on mobile phone publish_to: 'none' -version: 2.6.0+3038 +version: 2.6.1+3039 environment: sdk: '>=3.8.0 <4.0.0' diff --git a/open-api/immich-openapi-specs.json b/open-api/immich-openapi-specs.json index 8c36470c76..dfca8737f8 100644 --- a/open-api/immich-openapi-specs.json +++ b/open-api/immich-openapi-specs.json @@ -15166,7 +15166,7 @@ "info": { "title": "Immich", "description": "Immich API", - "version": "2.6.0", + "version": "2.6.1", "contact": {} }, "tags": [ diff --git a/open-api/typescript-sdk/package.json b/open-api/typescript-sdk/package.json index 388c7cfce6..42184f3841 100644 --- a/open-api/typescript-sdk/package.json +++ b/open-api/typescript-sdk/package.json @@ -1,6 +1,6 @@ { "name": "@immich/sdk", - "version": "2.6.0", + "version": "2.6.1", "description": "Auto-generated TypeScript SDK for the Immich API", "type": "module", "main": "./build/index.js", diff --git a/open-api/typescript-sdk/src/fetch-client.ts b/open-api/typescript-sdk/src/fetch-client.ts index 426bb3c6f1..3f87aa82ef 100644 --- a/open-api/typescript-sdk/src/fetch-client.ts +++ b/open-api/typescript-sdk/src/fetch-client.ts @@ -1,6 +1,6 @@ /** * Immich - * 2.6.0 + * 2.6.1 * DO NOT MODIFY - This file has been generated using oazapfts. * See https://www.npmjs.com/package/oazapfts */ diff --git a/package.json b/package.json index 109700243d..7e323425ea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "immich-monorepo", - "version": "2.6.0", + "version": "2.6.1", "description": "Monorepo for Immich", "private": true, "packageManager": "pnpm@10.30.3+sha512.c961d1e0a2d8e354ecaa5166b822516668b7f44cb5bd95122d590dd81922f606f5473b6d23ec4a5be05e7fcd18e8488d47d978bbe981872f1145d06e9a740017", diff --git a/server/package.json b/server/package.json index 5987d6d34a..0af90c4ae5 100644 --- a/server/package.json +++ b/server/package.json @@ -1,6 +1,6 @@ { "name": "immich", - "version": "2.6.0", + "version": "2.6.1", "description": "", "author": "", "private": true, diff --git a/web/package.json b/web/package.json index 3311db6acd..ef0310f6be 100644 --- a/web/package.json +++ b/web/package.json @@ -1,6 +1,6 @@ { "name": "immich-web", - "version": "2.6.0", + "version": "2.6.1", "license": "GNU Affero General Public License version 3", "type": "module", "scripts": {