apply version updates (#10468)

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2024-08-03 10:22:38 -03:00 committed by GitHub
parent fb1933f174
commit b9a4410516
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 25 additions and 5 deletions

View File

@ -1,11 +1,13 @@
{
"tag": "rc",
"changes": [
".changes/android-dev-open-adb-fix.md",
".changes/asset-resolver-dev-fallback.md",
".changes/change-pr-10435.md",
".changes/cli-desktop-port-exposure.md",
".changes/core-plugin-namespace.md",
".changes/dev-url-localhost-mobile.md",
".changes/fix-adb.md",
".changes/fix-conf-parsing-error-filepath.md",
".changes/fix-usage-without-compression.md",
".changes/ios-frameworks.md",

View File

@ -1,5 +1,12 @@
# Changelog
## \[2.0.0-rc.1]
### Bug Fixes
- [`fb1933f17`](https://www.github.com/tauri-apps/tauri/commit/fb1933f17442674e53374578e57a8cad241ac3c6) ([#10467](https://www.github.com/tauri-apps/tauri/pull/10467) by [@lucasfernog](https://www.github.com/tauri-apps/tauri/../../lucasfernog)) Fixes running `android dev --open`.
- [`206914fe8`](https://www.github.com/tauri-apps/tauri/commit/206914fe8d97eb61a2ff2a80e94e65e7a42bcea5) ([#10466](https://www.github.com/tauri-apps/tauri/pull/10466) by [@lucasfernog](https://www.github.com/tauri-apps/tauri/../../lucasfernog)) Fixes running `adb reverse` in Node.js context.
## \[2.0.0-rc.0]
### New Features

View File

@ -5117,7 +5117,7 @@ dependencies = [
[[package]]
name = "tauri-cli"
version = "2.0.0-rc.0"
version = "2.0.0-rc.1"
dependencies = [
"anyhow",
"axum",

View File

@ -3,7 +3,7 @@ members = [ "node" ]
[package]
name = "tauri-cli"
version = "2.0.0-rc.0"
version = "2.0.0-rc.1"
authors = [ "Tauri Programme within The Commons Conservancy" ]
edition = "2021"
rust-version = "1.70"

View File

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

View File

@ -1,5 +1,16 @@
# Changelog
## \[2.0.0-rc.1]
### Bug Fixes
- [`fb1933f17`](https://www.github.com/tauri-apps/tauri/commit/fb1933f17442674e53374578e57a8cad241ac3c6) ([#10467](https://www.github.com/tauri-apps/tauri/pull/10467) by [@lucasfernog](https://www.github.com/tauri-apps/tauri/../../lucasfernog)) Fixes running `android dev --open`.
- [`206914fe8`](https://www.github.com/tauri-apps/tauri/commit/206914fe8d97eb61a2ff2a80e94e65e7a42bcea5) ([#10466](https://www.github.com/tauri-apps/tauri/pull/10466) by [@lucasfernog](https://www.github.com/tauri-apps/tauri/../../lucasfernog)) Fixes running `adb reverse` in Node.js context.
### Dependencies
- Upgraded to `tauri-cli@2.0.0-rc.1`
## \[2.0.0-rc.0]
### New Features

View File

@ -1,6 +1,6 @@
{
"name": "@tauri-apps/cli",
"version": "2.0.0-rc.0",
"version": "2.0.0-rc.1",
"description": "Command line interface for building Tauri apps",
"funding": {
"type": "opencollective",
@ -67,4 +67,4 @@
"format": "prettier --write ./package.json ./tauri.js",
"format:check": "prettier --check ./package.json ./tauri.js"
}
}
}