From d8ccf9d76a2afa7186d540ee67abee434e0509cb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 13:05:58 -0300 Subject: [PATCH] apply version updates (#10949) Co-authored-by: lucasfernog --- .changes/pre.json | 3 ++ Cargo.lock | 42 +++++++++++++-------------- crates/tauri-build/CHANGELOG.md | 7 +++++ crates/tauri-build/Cargo.toml | 6 ++-- crates/tauri-bundler/CHANGELOG.md | 6 ++++ crates/tauri-bundler/Cargo.toml | 4 +-- crates/tauri-cli/CHANGELOG.md | 11 +++++++ crates/tauri-cli/Cargo.toml | 6 ++-- crates/tauri-cli/metadata-v2.json | 8 ++--- crates/tauri-codegen/CHANGELOG.md | 6 ++++ crates/tauri-codegen/Cargo.toml | 4 +-- crates/tauri-macros/CHANGELOG.md | 7 +++++ crates/tauri-macros/Cargo.toml | 6 ++-- crates/tauri-plugin/CHANGELOG.md | 6 ++++ crates/tauri-plugin/Cargo.toml | 4 +-- crates/tauri-runtime-wry/CHANGELOG.md | 7 +++++ crates/tauri-runtime-wry/Cargo.toml | 6 ++-- crates/tauri-runtime/CHANGELOG.md | 6 ++++ crates/tauri-runtime/Cargo.toml | 4 +-- crates/tauri-utils/CHANGELOG.md | 6 ++++ crates/tauri-utils/Cargo.toml | 2 +- crates/tauri/CHANGELOG.md | 14 +++++++++ crates/tauri/Cargo.toml | 14 ++++----- packages/cli/CHANGELOG.md | 10 +++++++ packages/cli/package.json | 2 +- 25 files changed, 143 insertions(+), 54 deletions(-) diff --git a/.changes/pre.json b/.changes/pre.json index 9b0dc3b40b0e..4a2ccfe6cb7e 100644 --- a/.changes/pre.json +++ b/.changes/pre.json @@ -48,7 +48,9 @@ ".changes/fix-conf-parsing-error-filepath.md", ".changes/fix-config-override.md", ".changes/fix-context-stack-size.md", + ".changes/fix-dev-server-proxy-url.md", ".changes/fix-export-default-permissions.md", + ".changes/fix-identifier-config-required.md", ".changes/fix-ios-automatic-signing-ci.md", ".changes/fix-ios-build-older-swift.md", ".changes/fix-ios-build-simulator.md", @@ -103,6 +105,7 @@ ".changes/safe-file-path-serialize.md", ".changes/safe-path-buf-from-str.md", ".changes/serialize-array-buffer.md", + ".changes/sync-ios-version.md", ".changes/synchronize-config-and-xcode-project.md", ".changes/synchronize-pbxproj-export-options.md", ".changes/tauri-build.md", diff --git a/Cargo.lock b/Cargo.lock index 763548c99162..9e0825f8de65 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -14,7 +14,7 @@ version = "0.1.0" dependencies = [ "insta", "serde_json", - "tauri-utils 2.0.0-rc.9", + "tauri-utils 2.0.0-rc.10", ] [[package]] @@ -7006,7 +7006,7 @@ checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1" [[package]] name = "tauri" -version = "2.0.0-rc.10" +version = "2.0.0-rc.11" dependencies = [ "anyhow", "bytes", @@ -7048,7 +7048,7 @@ dependencies = [ "tauri-macros", "tauri-runtime", "tauri-runtime-wry", - "tauri-utils 2.0.0-rc.9", + "tauri-utils 2.0.0-rc.10", "thiserror", "tokio", "tracing", @@ -7064,7 +7064,7 @@ dependencies = [ [[package]] name = "tauri-build" -version = "2.0.0-rc.9" +version = "2.0.0-rc.10" dependencies = [ "anyhow", "cargo_toml", @@ -7078,7 +7078,7 @@ dependencies = [ "serde", "serde_json", "tauri-codegen", - "tauri-utils 2.0.0-rc.9", + "tauri-utils 2.0.0-rc.10", "tauri-winres", "toml 0.8.19", "walkdir", @@ -7086,7 +7086,7 @@ dependencies = [ [[package]] name = "tauri-bundler" -version = "2.0.1-rc.9" +version = "2.0.1-rc.10" dependencies = [ "anyhow", "ar", @@ -7115,7 +7115,7 @@ dependencies = [ "tar", "tauri-icns", "tauri-macos-sign", - "tauri-utils 2.0.0-rc.9", + "tauri-utils 2.0.0-rc.10", "tempfile", "thiserror", "time", @@ -7129,7 +7129,7 @@ dependencies = [ [[package]] name = "tauri-cli" -version = "2.0.0-rc.11" +version = "2.0.0-rc.12" dependencies = [ "anyhow", "ar", @@ -7193,7 +7193,7 @@ dependencies = [ "tauri-icns", "tauri-macos-sign", "tauri-utils 1.6.0", - "tauri-utils 2.0.0-rc.9", + "tauri-utils 2.0.0-rc.10", "tempfile", "tokio", "toml 0.8.19", @@ -7217,7 +7217,7 @@ dependencies = [ [[package]] name = "tauri-codegen" -version = "2.0.0-rc.9" +version = "2.0.0-rc.10" dependencies = [ "base64 0.22.1", "brotli", @@ -7233,7 +7233,7 @@ dependencies = [ "serde_json", "sha2", "syn 2.0.76", - "tauri-utils 2.0.0-rc.9", + "tauri-utils 2.0.0-rc.10", "thiserror", "time", "url", @@ -7298,19 +7298,19 @@ dependencies = [ [[package]] name = "tauri-macros" -version = "2.0.0-rc.8" +version = "2.0.0-rc.9" dependencies = [ "heck 0.5.0", "proc-macro2", "quote", "syn 2.0.76", "tauri-codegen", - "tauri-utils 2.0.0-rc.9", + "tauri-utils 2.0.0-rc.10", ] [[package]] name = "tauri-plugin" -version = "2.0.0-rc.9" +version = "2.0.0-rc.10" dependencies = [ "anyhow", "glob", @@ -7318,7 +7318,7 @@ dependencies = [ "schemars", "serde", "serde_json", - "tauri-utils 2.0.0-rc.9", + "tauri-utils 2.0.0-rc.10", "toml 0.8.19", "walkdir", ] @@ -7336,7 +7336,7 @@ dependencies = [ [[package]] name = "tauri-runtime" -version = "2.0.0-rc.9" +version = "2.0.0-rc.10" dependencies = [ "dpi", "gtk", @@ -7345,7 +7345,7 @@ dependencies = [ "raw-window-handle", "serde", "serde_json", - "tauri-utils 2.0.0-rc.9", + "tauri-utils 2.0.0-rc.10", "thiserror", "url", "windows 0.58.0", @@ -7353,7 +7353,7 @@ dependencies = [ [[package]] name = "tauri-runtime-wry" -version = "2.0.0-rc.9" +version = "2.0.0-rc.10" dependencies = [ "cocoa", "gtk", @@ -7365,7 +7365,7 @@ dependencies = [ "softbuffer", "tao", "tauri-runtime", - "tauri-utils 2.0.0-rc.9", + "tauri-utils 2.0.0-rc.10", "tracing", "url", "webkit2gtk", @@ -7381,7 +7381,7 @@ dependencies = [ "schemars", "serde", "serde_json", - "tauri-utils 2.0.0-rc.9", + "tauri-utils 2.0.0-rc.10", "url", ] @@ -7418,7 +7418,7 @@ dependencies = [ [[package]] name = "tauri-utils" -version = "2.0.0-rc.9" +version = "2.0.0-rc.10" dependencies = [ "aes-gcm", "brotli", diff --git a/crates/tauri-build/CHANGELOG.md b/crates/tauri-build/CHANGELOG.md index f4468dcc8d2c..51a3b001c901 100644 --- a/crates/tauri-build/CHANGELOG.md +++ b/crates/tauri-build/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## \[2.0.0-rc.10] + +### Dependencies + +- Upgraded to `tauri-utils@2.0.0-rc.10` +- Upgraded to `tauri-codegen@2.0.0-rc.10` + ## \[2.0.0-rc.9] ### Dependencies diff --git a/crates/tauri-build/Cargo.toml b/crates/tauri-build/Cargo.toml index d865ac2c50da..59dd155f01fa 100644 --- a/crates/tauri-build/Cargo.toml +++ b/crates/tauri-build/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tauri-build" -version = "2.0.0-rc.9" +version = "2.0.0-rc.10" description = "build time code to pair with https://crates.io/crates/tauri" exclude = ["CHANGELOG.md", "/target"] readme = "README.md" @@ -28,8 +28,8 @@ rustdoc-args = ["--cfg", "docsrs"] [dependencies] anyhow = "1" quote = { version = "1", optional = true } -tauri-codegen = { version = "2.0.0-rc.9", path = "../tauri-codegen", optional = true } -tauri-utils = { version = "2.0.0-rc.9", path = "../tauri-utils", features = [ +tauri-codegen = { version = "2.0.0-rc.10", path = "../tauri-codegen", optional = true } +tauri-utils = { version = "2.0.0-rc.10", path = "../tauri-utils", features = [ "build", "resources", ] } diff --git a/crates/tauri-bundler/CHANGELOG.md b/crates/tauri-bundler/CHANGELOG.md index d8e357985ca8..0b733abfa7e9 100644 --- a/crates/tauri-bundler/CHANGELOG.md +++ b/crates/tauri-bundler/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## \[2.0.1-rc.10] + +### Dependencies + +- Upgraded to `tauri-utils@2.0.0-rc.10` + ## \[2.0.1-rc.9] ### Dependencies diff --git a/crates/tauri-bundler/Cargo.toml b/crates/tauri-bundler/Cargo.toml index b7345021a984..25883b9c3b2c 100644 --- a/crates/tauri-bundler/Cargo.toml +++ b/crates/tauri-bundler/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tauri-bundler" -version = "2.0.1-rc.9" +version = "2.0.1-rc.10" authors = [ "George Burton ", "Tauri Programme within The Commons Conservancy", @@ -15,7 +15,7 @@ rust-version = "1.71" exclude = ["CHANGELOG.md", "/target", "rustfmt.toml"] [dependencies] -tauri-utils = { version = "2.0.0-rc.9", path = "../tauri-utils", features = [ +tauri-utils = { version = "2.0.0-rc.10", path = "../tauri-utils", features = [ "resources", ] } image = "0.25.0" diff --git a/crates/tauri-cli/CHANGELOG.md b/crates/tauri-cli/CHANGELOG.md index 89d770863fb4..d8b26b8e5967 100644 --- a/crates/tauri-cli/CHANGELOG.md +++ b/crates/tauri-cli/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## \[2.0.0-rc.12] + +### Bug Fixes + +- [`a5848af65`](https://www.github.com/tauri-apps/tauri/commit/a5848af65b10d89686314cf737b7fd9d91f99dd8) ([#10944](https://www.github.com/tauri-apps/tauri/pull/10944) by [@lucasfernog](https://www.github.com/tauri-apps/tauri/../../lucasfernog)) Synchronize app version (`tauri.conf.json > version` or `Cargo.toml > package > version`) with the `CFBundleVersion` and `CFBundleShortVersionString` Info.plist values. + +### Dependencies + +- Upgraded to `tauri-utils@2.0.0-rc.10` +- Upgraded to `tauri-bundler@2.0.1-rc.10` + ## \[2.0.0-rc.11] ### Dependencies diff --git a/crates/tauri-cli/Cargo.toml b/crates/tauri-cli/Cargo.toml index 2544c1961881..05a075e1809a 100644 --- a/crates/tauri-cli/Cargo.toml +++ b/crates/tauri-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tauri-cli" -version = "2.0.0-rc.11" +version = "2.0.0-rc.12" authors = ["Tauri Programme within The Commons Conservancy"] edition = "2021" rust-version = "1.71" @@ -47,7 +47,7 @@ sublime_fuzzy = "0.7" clap_complete = "4" clap = { version = "4.5", features = ["derive", "env"] } anyhow = "1.0" -tauri-bundler = { version = "2.0.1-rc.9", default-features = false, path = "../tauri-bundler" } +tauri-bundler = { version = "2.0.1-rc.10", default-features = false, path = "../tauri-bundler" } colored = "2.1" serde = { version = "1.0", features = ["derive"] } serde_json = { version = "1.0", features = ["preserve_order"] } @@ -57,7 +57,7 @@ shared_child = "1.0" duct = "0.13" toml_edit = { version = "0.22", features = ["serde"] } json-patch = "2.0" -tauri-utils = { version = "2.0.0-rc.9", path = "../tauri-utils", features = [ +tauri-utils = { version = "2.0.0-rc.10", path = "../tauri-utils", features = [ "isolation", "schema", "config-json5", diff --git a/crates/tauri-cli/metadata-v2.json b/crates/tauri-cli/metadata-v2.json index a6cf35f39e09..cb890601b65c 100644 --- a/crates/tauri-cli/metadata-v2.json +++ b/crates/tauri-cli/metadata-v2.json @@ -1,9 +1,9 @@ { "cli.js": { - "version": "2.0.0-rc.12", + "version": "2.0.0-rc.13", "node": ">= 10.0.0" }, - "tauri": "2.0.0-rc.10", - "tauri-build": "2.0.0-rc.9", - "tauri-plugin": "2.0.0-rc.9" + "tauri": "2.0.0-rc.11", + "tauri-build": "2.0.0-rc.10", + "tauri-plugin": "2.0.0-rc.10" } diff --git a/crates/tauri-codegen/CHANGELOG.md b/crates/tauri-codegen/CHANGELOG.md index 7e0ee9422415..0d463f741a74 100644 --- a/crates/tauri-codegen/CHANGELOG.md +++ b/crates/tauri-codegen/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## \[2.0.0-rc.10] + +### Dependencies + +- Upgraded to `tauri-utils@2.0.0-rc.10` + ## \[2.0.0-rc.9] ### Dependencies diff --git a/crates/tauri-codegen/Cargo.toml b/crates/tauri-codegen/Cargo.toml index 0c75a7517a90..5a826350d4c1 100644 --- a/crates/tauri-codegen/Cargo.toml +++ b/crates/tauri-codegen/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tauri-codegen" -version = "2.0.0-rc.9" +version = "2.0.0-rc.10" description = "code generation meant to be consumed inside of `tauri` through `tauri-build` or `tauri-macros`" exclude = ["CHANGELOG.md", "/target"] readme = "README.md" @@ -20,7 +20,7 @@ quote = "1" syn = "2" serde = { version = "1", features = ["derive"] } serde_json = "1" -tauri-utils = { version = "2.0.0-rc.9", path = "../tauri-utils", features = [ +tauri-utils = { version = "2.0.0-rc.10", path = "../tauri-utils", features = [ "build", ] } thiserror = "1" diff --git a/crates/tauri-macros/CHANGELOG.md b/crates/tauri-macros/CHANGELOG.md index 781c1739bf2e..40fca47add6e 100644 --- a/crates/tauri-macros/CHANGELOG.md +++ b/crates/tauri-macros/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## \[2.0.0-rc.9] + +### Dependencies + +- Upgraded to `tauri-utils@2.0.0-rc.10` +- Upgraded to `tauri-codegen@2.0.0-rc.10` + ## \[2.0.0-rc.8] ### Dependencies diff --git a/crates/tauri-macros/Cargo.toml b/crates/tauri-macros/Cargo.toml index 8b35d8b21dba..80584cd1d34d 100644 --- a/crates/tauri-macros/Cargo.toml +++ b/crates/tauri-macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tauri-macros" -version = "2.0.0-rc.8" +version = "2.0.0-rc.9" description = "Macros for the tauri crate." exclude = ["CHANGELOG.md", "/target"] readme = "README.md" @@ -20,8 +20,8 @@ proc-macro2 = { version = "1", features = ["span-locations"] } quote = "1" syn = { version = "2", features = ["full"] } heck = "0.5" -tauri-codegen = { version = "2.0.0-rc.9", default-features = false, path = "../tauri-codegen" } -tauri-utils = { version = "2.0.0-rc.9", path = "../tauri-utils" } +tauri-codegen = { version = "2.0.0-rc.10", default-features = false, path = "../tauri-codegen" } +tauri-utils = { version = "2.0.0-rc.10", path = "../tauri-utils" } [features] custom-protocol = [] diff --git a/crates/tauri-plugin/CHANGELOG.md b/crates/tauri-plugin/CHANGELOG.md index cef71158fd68..c01f4e320598 100644 --- a/crates/tauri-plugin/CHANGELOG.md +++ b/crates/tauri-plugin/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## \[2.0.0-rc.10] + +### Dependencies + +- Upgraded to `tauri-utils@2.0.0-rc.10` + ## \[2.0.0-rc.9] ### Dependencies diff --git a/crates/tauri-plugin/Cargo.toml b/crates/tauri-plugin/Cargo.toml index 12c5de80f31a..ba77046e8a8c 100644 --- a/crates/tauri-plugin/Cargo.toml +++ b/crates/tauri-plugin/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tauri-plugin" -version = "2.0.0-rc.9" +version = "2.0.0-rc.10" description = "Build script and runtime Tauri plugin definitions" authors.workspace = true homepage.workspace = true @@ -30,7 +30,7 @@ runtime = [] [dependencies] anyhow = { version = "1", optional = true } serde = { version = "1", optional = true } -tauri-utils = { version = "2.0.0-rc.9", default-features = false, features = [ +tauri-utils = { version = "2.0.0-rc.10", default-features = false, features = [ "build", ], path = "../tauri-utils" } serde_json = { version = "1", optional = true } diff --git a/crates/tauri-runtime-wry/CHANGELOG.md b/crates/tauri-runtime-wry/CHANGELOG.md index 871cb4da91ca..c1fbcd0f99ba 100644 --- a/crates/tauri-runtime-wry/CHANGELOG.md +++ b/crates/tauri-runtime-wry/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## \[2.0.0-rc.10] + +### Dependencies + +- Upgraded to `tauri-utils@2.0.0-rc.10` +- Upgraded to `tauri-runtime@2.0.0-rc.10` + ## \[2.0.0-rc.9] ### Dependencies diff --git a/crates/tauri-runtime-wry/Cargo.toml b/crates/tauri-runtime-wry/Cargo.toml index 472f8c4d2cac..eea441ac754e 100644 --- a/crates/tauri-runtime-wry/Cargo.toml +++ b/crates/tauri-runtime-wry/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tauri-runtime-wry" -version = "2.0.0-rc.9" +version = "2.0.0-rc.10" description = "Wry bindings to the Tauri runtime" exclude = ["CHANGELOG.md", "/target"] readme = "README.md" @@ -24,8 +24,8 @@ wry = { version = "0.43.1", default-features = false, features = [ "linux-body", ] } tao = { version = "0.30", default-features = false, features = ["rwh_06"] } -tauri-runtime = { version = "2.0.0-rc.9", path = "../tauri-runtime" } -tauri-utils = { version = "2.0.0-rc.9", path = "../tauri-utils" } +tauri-runtime = { version = "2.0.0-rc.10", path = "../tauri-runtime" } +tauri-utils = { version = "2.0.0-rc.10", path = "../tauri-utils" } raw-window-handle = "0.6" http = "1.1" url = "2" diff --git a/crates/tauri-runtime/CHANGELOG.md b/crates/tauri-runtime/CHANGELOG.md index db6e83b4d693..d1b5d1598ea8 100644 --- a/crates/tauri-runtime/CHANGELOG.md +++ b/crates/tauri-runtime/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## \[2.0.0-rc.10] + +### Dependencies + +- Upgraded to `tauri-utils@2.0.0-rc.10` + ## \[2.0.0-rc.9] ### Dependencies diff --git a/crates/tauri-runtime/Cargo.toml b/crates/tauri-runtime/Cargo.toml index eddd78c5afb4..baca4126c029 100644 --- a/crates/tauri-runtime/Cargo.toml +++ b/crates/tauri-runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tauri-runtime" -version = "2.0.0-rc.9" +version = "2.0.0-rc.10" description = "Runtime for Tauri applications" exclude = ["CHANGELOG.md", "/target"] readme = "README.md" @@ -29,7 +29,7 @@ targets = [ serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" thiserror = "1.0" -tauri-utils = { version = "2.0.0-rc.9", path = "../tauri-utils" } +tauri-utils = { version = "2.0.0-rc.10", path = "../tauri-utils" } http = "1.1" raw-window-handle = "0.6" url = { version = "2" } diff --git a/crates/tauri-utils/CHANGELOG.md b/crates/tauri-utils/CHANGELOG.md index c028d6832d26..a7115757ea06 100644 --- a/crates/tauri-utils/CHANGELOG.md +++ b/crates/tauri-utils/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## \[2.0.0-rc.10] + +### Bug Fixes + +- [`0a47bf043`](https://www.github.com/tauri-apps/tauri/commit/0a47bf04302ca8502d3da21b3bc27818720fe34a) ([#10946](https://www.github.com/tauri-apps/tauri/pull/10946) by [@FabianLars](https://www.github.com/tauri-apps/tauri/../../FabianLars)) Fixed an issue that made the `identifier` in `tauri.conf.json` optional while it was actually required. + ## \[2.0.0-rc.9] ### Dependencies diff --git a/crates/tauri-utils/Cargo.toml b/crates/tauri-utils/Cargo.toml index f60df8a05a33..f62c9a79f8bc 100644 --- a/crates/tauri-utils/Cargo.toml +++ b/crates/tauri-utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tauri-utils" -version = "2.0.0-rc.9" +version = "2.0.0-rc.10" description = "Utilities for Tauri" exclude = ["CHANGELOG.md", "/target"] readme = "README.md" diff --git a/crates/tauri/CHANGELOG.md b/crates/tauri/CHANGELOG.md index 083554454086..b2863109653a 100644 --- a/crates/tauri/CHANGELOG.md +++ b/crates/tauri/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## \[2.0.0-rc.11] + +### Bug Fixes + +- [`fafceec30`](https://www.github.com/tauri-apps/tauri/commit/fafceec3092f405fbc6642d331e5440b90d9fd62) ([#10943](https://www.github.com/tauri-apps/tauri/pull/10943) by [@lucasfernog](https://www.github.com/tauri-apps/tauri/../../lucasfernog)) Fixes mobile dev server proxy request URL with trailing slashes. + +### Dependencies + +- Upgraded to `tauri-utils@2.0.0-rc.10` +- Upgraded to `tauri-runtime@2.0.0-rc.10` +- Upgraded to `tauri-runtime-wry@2.0.0-rc.10` +- Upgraded to `tauri-macros@2.0.0-rc.9` +- Upgraded to `tauri-build@2.0.0-rc.10` + ## \[2.0.0-rc.10] ### Dependencies diff --git a/crates/tauri/Cargo.toml b/crates/tauri/Cargo.toml index ebd0ece2e073..1c6ae2ef66dd 100644 --- a/crates/tauri/Cargo.toml +++ b/crates/tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tauri" -version = "2.0.0-rc.10" +version = "2.0.0-rc.11" description = "Make tiny, secure apps for all desktop platforms with Tauri" exclude = ["/test", "/.scripts", "CHANGELOG.md", "/target"] readme = "README.md" @@ -57,12 +57,12 @@ uuid = { version = "1", features = ["v4"], optional = true } url = "2" anyhow = "1.0" thiserror = "1.0" -tauri-runtime = { version = "2.0.0-rc.9", path = "../tauri-runtime" } -tauri-macros = { version = "2.0.0-rc.8", path = "../tauri-macros" } -tauri-utils = { version = "2.0.0-rc.9", features = [ +tauri-runtime = { version = "2.0.0-rc.10", path = "../tauri-runtime" } +tauri-macros = { version = "2.0.0-rc.9", path = "../tauri-macros" } +tauri-utils = { version = "2.0.0-rc.10", features = [ "resources", ], path = "../tauri-utils" } -tauri-runtime-wry = { version = "2.0.0-rc.9", path = "../tauri-runtime-wry", optional = true } +tauri-runtime-wry = { version = "2.0.0-rc.10", path = "../tauri-runtime-wry", optional = true } getrandom = "0.2" serde_repr = "0.1" state = "0.6" @@ -126,8 +126,8 @@ swift-rs = "1.0.7" [build-dependencies] heck = "0.5" -tauri-build = { path = "../tauri-build/", default-features = false, version = "2.0.0-rc.9" } -tauri-utils = { path = "../tauri-utils/", version = "2.0.0-rc.9", features = [ +tauri-build = { path = "../tauri-build/", default-features = false, version = "2.0.0-rc.10" } +tauri-utils = { path = "../tauri-utils/", version = "2.0.0-rc.10", features = [ "build", ] } diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index b644bb21c15d..590b29200c54 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## \[2.0.0-rc.13] + +### Bug Fixes + +- [`a5848af65`](https://www.github.com/tauri-apps/tauri/commit/a5848af65b10d89686314cf737b7fd9d91f99dd8) ([#10944](https://www.github.com/tauri-apps/tauri/pull/10944) by [@lucasfernog](https://www.github.com/tauri-apps/tauri/../../lucasfernog)) Synchronize app version (`tauri.conf.json > version` or `Cargo.toml > package > version`) with the `CFBundleVersion` and `CFBundleShortVersionString` Info.plist values. + +### Dependencies + +- Upgraded to `tauri-cli@2.0.0-rc.12` + ## \[2.0.0-rc.12] ### Dependencies diff --git a/packages/cli/package.json b/packages/cli/package.json index 62ada50b327a..e75a8fd853de 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@tauri-apps/cli", - "version": "2.0.0-rc.12", + "version": "2.0.0-rc.13", "description": "Command line interface for building Tauri apps", "funding": { "type": "opencollective",