apply version updates (#10698)

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-08-20 14:25:20 -03:00
committed by GitHub
parent 1a60822a42
commit 762cf31a11
26 changed files with 141 additions and 46 deletions

View File

@@ -1,5 +1,20 @@
# Changelog
## \[2.0.0-rc.6]
### New Features
- [`da381e07f`](https://www.github.com/tauri-apps/tauri/commit/da381e07f3770988fe6d0859a02331b87cc6723f) ([#10696](https://www.github.com/tauri-apps/tauri/pull/10696) by [@lucasfernog](https://www.github.com/tauri-apps/tauri/../../lucasfernog)) Inject configured resources on mobile apps.
### Bug Fixes
- [`1a60822a4`](https://www.github.com/tauri-apps/tauri/commit/1a60822a4220b6dbb1ad7295a2e37d6c3004edad) ([#10699](https://www.github.com/tauri-apps/tauri/pull/10699) by [@lucasfernog](https://www.github.com/tauri-apps/tauri/../../lucasfernog)) Changed the `add` command to use a version requirement that matches the CLI's stable and prerelease numbers.
### Dependencies
- Upgraded to `tauri-utils@2.0.0-rc.5`
- Upgraded to `tauri-bundler@2.0.1-rc.4`
## \[2.0.0-rc.5]
### New Features

10
tooling/cli/Cargo.lock generated
View File

@@ -5339,7 +5339,7 @@ checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
[[package]]
name = "tauri-bundler"
version = "2.0.1-rc.3"
version = "2.0.1-rc.4"
dependencies = [
"anyhow",
"ar",
@@ -5368,7 +5368,7 @@ dependencies = [
"tar",
"tauri-icns",
"tauri-macos-sign",
"tauri-utils 2.0.0-rc.4",
"tauri-utils 2.0.0-rc.5",
"tempfile",
"thiserror",
"time",
@@ -5382,7 +5382,7 @@ dependencies = [
[[package]]
name = "tauri-cli"
version = "2.0.0-rc.5"
version = "2.0.0-rc.6"
dependencies = [
"anyhow",
"axum",
@@ -5442,7 +5442,7 @@ dependencies = [
"tauri-icns",
"tauri-macos-sign",
"tauri-utils 1.5.4",
"tauri-utils 2.0.0-rc.4",
"tauri-utils 2.0.0-rc.5",
"tokio",
"toml 0.8.10",
"toml_edit 0.22.6",
@@ -5523,7 +5523,7 @@ dependencies = [
[[package]]
name = "tauri-utils"
version = "2.0.0-rc.4"
version = "2.0.0-rc.5"
dependencies = [
"aes-gcm",
"ctor",

View File

@@ -3,7 +3,7 @@ members = [ "node" ]
[package]
name = "tauri-cli"
version = "2.0.0-rc.5"
version = "2.0.0-rc.6"
authors = [ "Tauri Programme within The Commons Conservancy" ]
edition = "2021"
rust-version = "1.70"
@@ -48,7 +48,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.3", default-features = false, path = "../bundler" }
tauri-bundler = { version = "2.0.1-rc.4", default-features = false, path = "../bundler" }
colored = "2.1"
serde = { version = "1.0", features = [ "derive" ] }
serde_json = { version = "1.0", features = [ "preserve_order" ] }
@@ -58,7 +58,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.4", path = "../../core/tauri-utils", features = [ "isolation", "schema", "config-json5", "config-toml" ] }
tauri-utils = { version = "2.0.0-rc.5", path = "../../core/tauri-utils", features = [ "isolation", "schema", "config-json5", "config-toml" ] }
tauri-utils-v1 = { version = "1", package = "tauri-utils", features = [ "isolation", "schema", "config-json5", "config-toml" ] }
toml = "0.8"
jsonschema = "0.18"

View File

@@ -1,9 +1,9 @@
{
"cli.js": {
"version": "2.0.0-rc.5",
"version": "2.0.0-rc.6",
"node": ">= 10.0.0"
},
"tauri": "2.0.0-rc.4",
"tauri-build": "2.0.0-rc.4",
"tauri-plugin": "2.0.0-rc.4"
"tauri": "2.0.0-rc.5",
"tauri-build": "2.0.0-rc.5",
"tauri-plugin": "2.0.0-rc.5"
}

View File

@@ -1,5 +1,19 @@
# Changelog
## \[2.0.0-rc.6]
### New Features
- [`da381e07f`](https://www.github.com/tauri-apps/tauri/commit/da381e07f3770988fe6d0859a02331b87cc6723f) ([#10696](https://www.github.com/tauri-apps/tauri/pull/10696) by [@lucasfernog](https://www.github.com/tauri-apps/tauri/../../lucasfernog)) Inject configured resources on mobile apps.
### Bug Fixes
- [`1a60822a4`](https://www.github.com/tauri-apps/tauri/commit/1a60822a4220b6dbb1ad7295a2e37d6c3004edad) ([#10699](https://www.github.com/tauri-apps/tauri/pull/10699) by [@lucasfernog](https://www.github.com/tauri-apps/tauri/../../lucasfernog)) Changed the `add` command to use a version requirement that matches the CLI's stable and prerelease numbers.
### Dependencies
- Upgraded to `tauri-cli@2.0.0-rc.6`
## \[2.0.0-rc.5]
### New Features

View File

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