Skip to content

Commit 4ea6f2d

Browse files
danieldietzlergithub-actions[bot]
authored andcommitted
chore: release v2.3.0
1 parent 0e7e67e commit 4ea6f2d

File tree

12 files changed

+16
-12
lines changed

12 files changed

+16
-12
lines changed

cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@immich/cli",
3-
"version": "2.2.101",
3+
"version": "2.2.102",
44
"description": "Command Line Interface (CLI) for Immich",
55
"type": "module",
66
"exports": "./dist/index.js",

docs/static/archived-versions.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
[
2+
{
3+
"label": "v2.3.0",
4+
"url": "https://docs.v2.3.0.archive.immich.app"
5+
},
26
{
37
"label": "v2.2.3",
48
"url": "https://docs.v2.2.3.archive.immich.app"

e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "immich-e2e",
3-
"version": "2.2.3",
3+
"version": "2.3.0",
44
"description": "",
55
"main": "index.js",
66
"type": "module",

machine-learning/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "immich-ml"
3-
version = "2.2.3"
3+
version = "2.3.0"
44
description = ""
55
authors = [{ name = "Hau Tran", email = "[email protected]" }]
66
requires-python = ">=3.10,<4.0"

mobile/android/fastlane/Fastfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ platform :android do
3535
task: 'bundle',
3636
build_type: 'Release',
3737
properties: {
38-
"android.injected.version.code" => 3026,
39-
"android.injected.version.name" => "2.2.3",
38+
"android.injected.version.code" => 3027,
39+
"android.injected.version.name" => "2.3.0",
4040
}
4141
)
4242
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')

mobile/openapi/README.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mobile/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: immich_mobile
22
description: Immich - selfhosted backup media file on mobile phone
33

44
publish_to: 'none'
5-
version: 2.2.3+3026
5+
version: 2.3.0+3027
66

77
environment:
88
sdk: '>=3.8.0 <4.0.0'

open-api/immich-openapi-specs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10303,7 +10303,7 @@
1030310303
"info": {
1030410304
"title": "Immich",
1030510305
"description": "Immich API",
10306-
"version": "2.2.3",
10306+
"version": "2.3.0",
1030710307
"contact": {}
1030810308
},
1030910309
"tags": [

open-api/typescript-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@immich/sdk",
3-
"version": "2.2.3",
3+
"version": "2.3.0",
44
"description": "Auto-generated TypeScript SDK for the Immich API",
55
"type": "module",
66
"main": "./build/index.js",

open-api/typescript-sdk/src/fetch-client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Immich
3-
* 2.2.3
3+
* 2.3.0
44
* DO NOT MODIFY - This file has been generated using oazapfts.
55
* See https://www.npmjs.com/package/oazapfts
66
*/

0 commit comments

Comments
 (0)