apply version updates (#14079)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-08-25 14:25:58 +02:00
committed by GitHub
parent 0ac89d3b6c
commit e81635aa3d
7 changed files with 20 additions and 10 deletions

View File

@@ -1,6 +0,0 @@
---
tauri-cli: "patch:bug"
"@tauri-apps/cli": "patch:bug"
---
Updated `cargo-mobile2` to allow running on iOS simulators that have a higher version than the XCode SDK. This fixes compatiblity issues with Apple's recent "iOS 18.5 + iOS 18.6 Simulator" platform support component.

2
Cargo.lock generated
View File

@@ -8613,7 +8613,7 @@ dependencies = [
[[package]]
name = "tauri-cli"
version = "2.8.1"
version = "2.8.2"
dependencies = [
"anyhow",
"ar",

View File

@@ -1,5 +1,11 @@
# Changelog
## \[2.8.2]
### Bug Fixes
- [`0ac89d3b6`](https://www.github.com/tauri-apps/tauri/commit/0ac89d3b6c8c4a4826a4c42726e4f4a8941b3fde) ([#14078](https://www.github.com/tauri-apps/tauri/pull/14078) by [@FabianLars](https://www.github.com/tauri-apps/tauri/../../FabianLars)) Updated `cargo-mobile2` to allow running on iOS simulators that have a higher version than the XCode SDK. This fixes compatiblity issues with Apple's recent "iOS 18.5 + iOS 18.6 Simulator" platform support component.
## \[2.8.1]
### Dependencies

View File

@@ -1,6 +1,6 @@
[package]
name = "tauri-cli"
version = "2.8.1"
version = "2.8.2"
authors = ["Tauri Programme within The Commons Conservancy"]
edition = "2021"
rust-version = "1.77.2"

View File

@@ -1,6 +1,6 @@
{
"cli.js": {
"version": "2.8.2",
"version": "2.8.3",
"node": ">= 10.0.0"
},
"tauri": "2.8.3",

View File

@@ -1,5 +1,15 @@
# Changelog
## \[2.8.3]
### Bug Fixes
- [`0ac89d3b6`](https://www.github.com/tauri-apps/tauri/commit/0ac89d3b6c8c4a4826a4c42726e4f4a8941b3fde) ([#14078](https://www.github.com/tauri-apps/tauri/pull/14078) by [@FabianLars](https://www.github.com/tauri-apps/tauri/../../FabianLars)) Updated `cargo-mobile2` to allow running on iOS simulators that have a higher version than the XCode SDK. This fixes compatiblity issues with Apple's recent "iOS 18.5 + iOS 18.6 Simulator" platform support component.
### Dependencies
- Upgraded to `tauri-cli@2.8.2`
## \[2.8.2]
### Dependencies

View File

@@ -1,6 +1,6 @@
{
"name": "@tauri-apps/cli",
"version": "2.8.2",
"version": "2.8.3",
"description": "Command line interface for building Tauri apps",
"funding": {
"type": "opencollective",