apply version updates (#747)

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-08-02 16:50:14 -03:00
committed by GitHub
parent 26eb17ddbc
commit 9b774f6dbe
11 changed files with 21 additions and 19 deletions

View File

@@ -1,6 +0,0 @@
---
"create-tauri-app": minor
"create-tauri-app-js": minor
---
Updated the templates to Tauri v2 RC.

View File

@@ -1,6 +0,0 @@
---
"create-tauri-app": minor
"create-tauri-app-js": minor
---
Removed the `--mobile` and `--no-mobile` arguments. When using `--rc` we will always generate a template that supports both desktop and mobile using Tauri v2.

View File

@@ -1,5 +1,10 @@
# Changelog
## \[4.1.0]
- [`d34ff53`](https://www.github.com/tauri-apps/create-tauri-app/commit/d34ff53000954c45f1fcb8bcd4c416b252f9f6f2) ([#746](https://www.github.com/tauri-apps/create-tauri-app/pull/746) by [@lucasfernog](https://www.github.com/tauri-apps/create-tauri-app/../../lucasfernog)) Updated the templates to Tauri v2 RC.
- [`26eb17d`](https://www.github.com/tauri-apps/create-tauri-app/commit/26eb17ddbc3a3aeb0909b444d213b637c223b765) ([#748](https://www.github.com/tauri-apps/create-tauri-app/pull/748) by [@lucasfernog](https://www.github.com/tauri-apps/create-tauri-app/../../lucasfernog)) Removed the `--mobile` and `--no-mobile` arguments. When using `--rc` we will always generate a template that supports both desktop and mobile using Tauri v2.
## \[4.0.3]
- [`db2f4de`](https://www.github.com/tauri-apps/create-tauri-app/commit/db2f4de39a097a5a8fb7c62889c60fb056aae37a) Fix `blazor` template rendered `Home.razor` incorrectly.

2
Cargo.lock generated
View File

@@ -98,7 +98,7 @@ dependencies = [
[[package]]
name = "create-tauri-app"
version = "4.0.3"
version = "4.1.0"
dependencies = [
"anyhow",
"ctrlc",

View File

@@ -2,7 +2,7 @@
name = "create-tauri-app"
description = "Rapidly scaffold out a new tauri app project."
authors = [ "Tauri Programme within The Commons Conservancy" ]
version = "4.0.3"
version = "4.1.0"
edition = "2021"
license = "Apache-2.0 OR MIT"
readme = "README.md"

View File

@@ -9,7 +9,7 @@ $bitness = if ([System.Runtime.InteropServices.RuntimeInformation]::ProcessArchi
} else {
"i686"
}
$__TAG_NAME__ = "create-tauri-app-v4.0.3"
$__TAG_NAME__ = "create-tauri-app-v4.1.0"
# $url="https://github.com/tauri-apps/create-tauri-app/releases/download/$__TAG_NAME__/create-tauri-app-$bitness-pc-windows-msvc.exe"
$url="https://create.tauri.app/download/bin?tag=$__TAG_NAME__&arch=$bitness-pc-windows-msvc&ext=.exe"
$outFile = "$Env:TEMP\create-tauri-app.exe"

View File

@@ -44,7 +44,7 @@ main() {
;;
esac
local __TAG_NAME__="create-tauri-app-v4.0.3"
local __TAG_NAME__="create-tauri-app-v4.1.0"
# local _url="https://github.com/tauri-apps/create-tauri-app/releases/download/${__TAG_NAME__}/create-tauri-app-${_arch}${_ext}"
local _url="https://create.tauri.app/download/bin?tag=${__TAG_NAME__}&arch=${_arch}&ext=${_ext}"

View File

@@ -1,5 +1,14 @@
# Changelog
## \[4.1.0]
- [`d34ff53`](https://www.github.com/tauri-apps/create-tauri-app/commit/d34ff53000954c45f1fcb8bcd4c416b252f9f6f2) ([#746](https://www.github.com/tauri-apps/create-tauri-app/pull/746) by [@lucasfernog](https://www.github.com/tauri-apps/create-tauri-app/../../lucasfernog)) Updated the templates to Tauri v2 RC.
- [`26eb17d`](https://www.github.com/tauri-apps/create-tauri-app/commit/26eb17ddbc3a3aeb0909b444d213b637c223b765) ([#748](https://www.github.com/tauri-apps/create-tauri-app/pull/748) by [@lucasfernog](https://www.github.com/tauri-apps/create-tauri-app/../../lucasfernog)) Removed the `--mobile` and `--no-mobile` arguments. When using `--rc` we will always generate a template that supports both desktop and mobile using Tauri v2.
### Dependencies
- Upgraded to `create-tauri-app@4.1.0`
## \[4.0.3]
- [`db2f4de`](https://www.github.com/tauri-apps/create-tauri-app/commit/db2f4de39a097a5a8fb7c62889c60fb056aae37a) Fix `blazor` template rendered `Home.razor` incorrectly.

View File

@@ -1,6 +1,6 @@
{
"name": "create-tauri-app",
"version": "4.0.3",
"version": "4.1.0",
"description": "Rapidly scaffold out a new tauri app project.",
"funding": {
"type": "opencollective",

View File

@@ -9,7 +9,7 @@ $bitness = if ([System.Runtime.InteropServices.RuntimeInformation]::ProcessArchi
} else {
"i686"
}
$__TAG_NAME__ = "create-tauri-app-v4.0.3"
$__TAG_NAME__ = "create-tauri-app-v4.1.0"
# $url="https://github.com/tauri-apps/create-tauri-app/releases/download/$__TAG_NAME__/create-tauri-app-$bitness-pc-windows-msvc.exe"
$url="https://create.tauri.app/download/bin?tag=$__TAG_NAME__&arch=$bitness-pc-windows-msvc&ext=.exe"
$outFile = "$Env:TEMP\create-tauri-app.exe"

View File

@@ -44,7 +44,7 @@ main() {
;;
esac
local __TAG_NAME__="create-tauri-app-v4.0.3"
local __TAG_NAME__="create-tauri-app-v4.1.0"
# local _url="https://github.com/tauri-apps/create-tauri-app/releases/download/${__TAG_NAME__}/create-tauri-app-${_arch}${_ext}"
local _url="https://create.tauri.app/download/bin?tag=${__TAG_NAME__}&arch=${_arch}&ext=${_ext}"