@ -1,6 +1,6 @@
{
"name": "@immich/cli",
"version": "2.2.102",
"version": "2.2.103",
"description": "Command Line Interface (CLI) for Immich",
"type": "module",
"exports": "./dist/index.js",
@ -1,4 +1,8 @@
[
"label": "v2.3.1",
"url": "https://docs.v2.3.1.archive.immich.app"
},
"label": "v2.3.0",
"url": "https://docs.v2.3.0.archive.immich.app"
"name": "immich-e2e",
"version": "2.3.0",
"version": "2.3.1",
"description": "",
"main": "index.js",
[project]
name = "immich-ml"
version = "2.3.0"
version = "2.3.1"
description = ""
authors = [{ name = "Hau Tran", email = "alex.tran1502@gmail.com" }]
requires-python = ">=3.10,<4.0"
@ -35,8 +35,8 @@ platform :android do
task: 'bundle',
build_type: 'Release',
properties: {
"android.injected.version.code" => 3027,
"android.injected.version.name" => "2.3.0",
"android.injected.version.code" => 3028,
"android.injected.version.name" => "2.3.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')
@ -3,7 +3,7 @@ Immich API
This Dart package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
- API version: 2.3.0
- API version: 2.3.1
- Generator version: 7.8.0
- Build package: org.openapitools.codegen.languages.DartClientCodegen
@ -2,7 +2,7 @@ name: immich_mobile
description: Immich - selfhosted backup media file on mobile phone
publish_to: 'none'
version: 2.3.0+3027
version: 2.3.1+3028
environment:
sdk: '>=3.8.0 <4.0.0'
@ -13959,7 +13959,7 @@
"info": {
"title": "Immich",
"description": "Immich API",
"contact": {}
"tags": [
"name": "@immich/sdk",
"description": "Auto-generated TypeScript SDK for the Immich API",
"main": "./build/index.js",
/**
* Immich
* 2.3.0
* 2.3.1
* DO NOT MODIFY - This file has been generated using oazapfts.
* See https://www.npmjs.com/package/oazapfts
*/
"name": "immich",
"author": "",
"private": true,
"name": "immich-web",
"license": "GNU Affero General Public License version 3",
"scripts": {