Explorar o código

apply version updates (#10855)

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
github-actions[bot] hai 11 meses
pai
achega
c55474f21d

+ 1 - 0
.changes/pre.json

@@ -44,6 +44,7 @@
     ".changes/fix-config-override.md",
     ".changes/fix-context-stack-size.md",
     ".changes/fix-export-default-permissions.md",
+    ".changes/fix-ios-automatic-signing-ci.md",
     ".changes/fix-ios-build-older-swift.md",
     ".changes/fix-ios-bun-support.md",
     ".changes/fix-ios-signing-api-key.md",

+ 1 - 1
Cargo.lock

@@ -7142,7 +7142,7 @@ dependencies = [
 
 [[package]]
 name = "tauri-cli"
-version = "2.0.0-rc.8"
+version = "2.0.0-rc.9"
 dependencies = [
  "anyhow",
  "axum",

+ 6 - 0
crates/tauri-cli/CHANGELOG.md

@@ -4,6 +4,12 @@
 
 ### Bug Fixes
 
+- [`6faa03276`](https://www.github.com/tauri-apps/tauri/commit/6faa032766b23cd161503905d4c79365ff6c50d1) ([#10854](https://www.github.com/tauri-apps/tauri/pull/10854) by [@lucasfernog](https://www.github.com/tauri-apps/tauri/../../lucasfernog)) Fixes iOS code signing failing on CI due to a missing development certificate.
+
+## \[2.0.0-rc.9]
+
+### Bug Fixes
+
 - [`5af1f5dec`](https://www.github.com/tauri-apps/tauri/commit/5af1f5dec1bb98f335169df8c5e30c19a24cae07) ([#10851](https://www.github.com/tauri-apps/tauri/pull/10851) by [@lucasfernog](https://www.github.com/tauri-apps/tauri/../../lucasfernog)) Fixes `ios build` failing to build iOS app in CI when using an API key for automatic signing.
 
 ### Dependencies

+ 1 - 1
crates/tauri-cli/Cargo.toml

@@ -1,6 +1,6 @@
 [package]
 name = "tauri-cli"
-version = "2.0.0-rc.8"
+version = "2.0.0-rc.9"
 authors = ["Tauri Programme within The Commons Conservancy"]
 edition = "2021"
 rust-version = "1.71"

+ 1 - 1
crates/tauri-cli/metadata-v2.json

@@ -1,6 +1,6 @@
 {
   "cli.js": {
-    "version": "2.0.0-rc.9",
+    "version": "2.0.0-rc.10",
     "node": ">= 10.0.0"
   },
   "tauri": "2.0.0-rc.8",

+ 10 - 0
packages/cli/CHANGELOG.md

@@ -1,5 +1,15 @@
 # Changelog
 
+## \[2.0.0-rc.10]
+
+### Bug Fixes
+
+- [`6faa03276`](https://www.github.com/tauri-apps/tauri/commit/6faa032766b23cd161503905d4c79365ff6c50d1) ([#10854](https://www.github.com/tauri-apps/tauri/pull/10854) by [@lucasfernog](https://www.github.com/tauri-apps/tauri/../../lucasfernog)) Fixes iOS code signing failing on CI due to a missing development certificate.
+
+### Dependencies
+
+- Upgraded to `tauri-cli@2.0.0-rc.9`
+
 ## \[2.0.0-rc.9]
 
 ### Bug Fixes

+ 1 - 1
packages/cli/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@tauri-apps/cli",
-  "version": "2.0.0-rc.9",
+  "version": "2.0.0-rc.10",
   "description": "Command line interface for building Tauri apps",
   "funding": {
     "type": "opencollective",