mirror of
				https://github.com/immich-app/immich.git
				synced 2025-11-02 18:47:07 -05:00 
			
		
		
		
	chore: version v1.139.2
This commit is contained in:
		
							parent
							
								
									65fafcab37
								
							
						
					
					
						commit
						571504aa5e
					
				@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
  "name": "@immich/cli",
 | 
			
		||||
  "version": "2.2.81",
 | 
			
		||||
  "version": "2.2.82",
 | 
			
		||||
  "description": "Command Line Interface (CLI) for Immich",
 | 
			
		||||
  "type": "module",
 | 
			
		||||
  "exports": "./dist/index.js",
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										4
									
								
								docs/static/archived-versions.json
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								docs/static/archived-versions.json
									
									
									
									
										vendored
									
									
								
							@ -1,4 +1,8 @@
 | 
			
		||||
[
 | 
			
		||||
  {
 | 
			
		||||
    "label": "v1.139.2",
 | 
			
		||||
    "url": "https://v1.139.2.archive.immich.app"
 | 
			
		||||
  },
 | 
			
		||||
  {
 | 
			
		||||
    "label": "v1.138.1",
 | 
			
		||||
    "url": "https://v1.138.1.archive.immich.app"
 | 
			
		||||
 | 
			
		||||
@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
  "name": "immich-e2e",
 | 
			
		||||
  "version": "1.139.1",
 | 
			
		||||
  "version": "1.139.2",
 | 
			
		||||
  "description": "",
 | 
			
		||||
  "main": "index.js",
 | 
			
		||||
  "type": "module",
 | 
			
		||||
 | 
			
		||||
@ -35,8 +35,8 @@ platform :android do
 | 
			
		||||
      task: 'bundle', 
 | 
			
		||||
      build_type: 'Release',
 | 
			
		||||
      properties: {
 | 
			
		||||
        "android.injected.version.code" => 3006,
 | 
			
		||||
        "android.injected.version.name" => "1.139.1",
 | 
			
		||||
        "android.injected.version.code" => 3007,
 | 
			
		||||
        "android.injected.version.name" => "1.139.2",
 | 
			
		||||
      }
 | 
			
		||||
    )
 | 
			
		||||
    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')
 | 
			
		||||
 | 
			
		||||
@ -22,7 +22,7 @@ platform :ios do
 | 
			
		||||
      path: "./Runner.xcodeproj",
 | 
			
		||||
    )
 | 
			
		||||
    increment_version_number(
 | 
			
		||||
      version_number: "1.139.1"
 | 
			
		||||
      version_number: "1.139.2"
 | 
			
		||||
    )
 | 
			
		||||
    increment_build_number(
 | 
			
		||||
      build_number: latest_testflight_build_number + 1,
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										2
									
								
								mobile/openapi/README.md
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										2
									
								
								mobile/openapi/README.md
									
									
									
										generated
									
									
									
								
							@ -3,7 +3,7 @@ Immich API
 | 
			
		||||
 | 
			
		||||
This Dart package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
 | 
			
		||||
 | 
			
		||||
- API version: 1.139.1
 | 
			
		||||
- API version: 1.139.2
 | 
			
		||||
- 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: 1.139.1+3006
 | 
			
		||||
version: 1.139.2+3007
 | 
			
		||||
 | 
			
		||||
environment:
 | 
			
		||||
  sdk: '>=3.8.0 <4.0.0'
 | 
			
		||||
 | 
			
		||||
@ -9592,7 +9592,7 @@
 | 
			
		||||
  "info": {
 | 
			
		||||
    "title": "Immich",
 | 
			
		||||
    "description": "Immich API",
 | 
			
		||||
    "version": "1.139.1",
 | 
			
		||||
    "version": "1.139.2",
 | 
			
		||||
    "contact": {}
 | 
			
		||||
  },
 | 
			
		||||
  "tags": [],
 | 
			
		||||
 | 
			
		||||
@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
  "name": "@immich/sdk",
 | 
			
		||||
  "version": "1.139.1",
 | 
			
		||||
  "version": "1.139.2",
 | 
			
		||||
  "description": "Auto-generated TypeScript SDK for the Immich API",
 | 
			
		||||
  "type": "module",
 | 
			
		||||
  "main": "./build/index.js",
 | 
			
		||||
 | 
			
		||||
@ -1,6 +1,6 @@
 | 
			
		||||
/**
 | 
			
		||||
 * Immich
 | 
			
		||||
 * 1.139.1
 | 
			
		||||
 * 1.139.2
 | 
			
		||||
 * DO NOT MODIFY - This file has been generated using oazapfts.
 | 
			
		||||
 * See https://www.npmjs.com/package/oazapfts
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
  "name": "immich",
 | 
			
		||||
  "version": "1.139.1",
 | 
			
		||||
  "version": "1.139.2",
 | 
			
		||||
  "description": "",
 | 
			
		||||
  "author": "",
 | 
			
		||||
  "private": true,
 | 
			
		||||
 | 
			
		||||
@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
  "name": "immich-web",
 | 
			
		||||
  "version": "1.139.1",
 | 
			
		||||
  "version": "1.139.2",
 | 
			
		||||
  "license": "GNU Affero General Public License version 3",
 | 
			
		||||
  "type": "module",
 | 
			
		||||
  "scripts": {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user