mirror of
https://github.com/tauri-apps/create-tauri-app.git
synced 2026-01-31 00:45:16 +01:00
Apply Version Updates From Current Changes (#651)
Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
65c3c72c92
commit
fd839ed67d
@@ -1,6 +0,0 @@
|
||||
---
|
||||
"create-tauri-app": patch
|
||||
"create-tauri-app-js": patch
|
||||
---
|
||||
|
||||
Update `leptos` template to `v0.6`
|
||||
@@ -1,5 +1,9 @@
|
||||
# Changelog
|
||||
|
||||
## \[3.13.17]
|
||||
|
||||
- [`616a294`](https://www.github.com/tauri-apps/create-tauri-app/commit/616a294a9adaa5d7113961ba8af3bb85727e16c3)([#553](https://www.github.com/tauri-apps/create-tauri-app/pull/553)) Update `leptos` template to `v0.6`
|
||||
|
||||
## \[3.13.16]
|
||||
|
||||
- [`7a851c8`](https://www.github.com/tauri-apps/create-tauri-app/commit/7a851c8733590ad268b5035eadb74f1d2536c2b5)([#647](https://www.github.com/tauri-apps/create-tauri-app/pull/647)) Ignore `gen/schemas` directory for `--beta` templates.
|
||||
|
||||
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -98,7 +98,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "create-tauri-app"
|
||||
version = "3.13.16"
|
||||
version = "3.13.17"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"ctrlc",
|
||||
|
||||
@@ -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 = "3.13.16"
|
||||
version = "3.13.17"
|
||||
edition = "2021"
|
||||
license = "Apache-2.0 OR MIT"
|
||||
readme = "README.md"
|
||||
|
||||
@@ -9,7 +9,7 @@ $bitness = if ([System.Runtime.InteropServices.RuntimeInformation]::ProcessArchi
|
||||
} else {
|
||||
"i686"
|
||||
}
|
||||
$__TAG_NAME__ = "create-tauri-app-v3.13.16"
|
||||
$__TAG_NAME__ = "create-tauri-app-v3.13.17"
|
||||
# $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"
|
||||
|
||||
@@ -44,7 +44,7 @@ main() {
|
||||
;;
|
||||
esac
|
||||
|
||||
local __TAG_NAME__="create-tauri-app-v3.13.16"
|
||||
local __TAG_NAME__="create-tauri-app-v3.13.17"
|
||||
# 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}"
|
||||
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# Changelog
|
||||
|
||||
## \[3.13.17]
|
||||
|
||||
- [`616a294`](https://www.github.com/tauri-apps/create-tauri-app/commit/616a294a9adaa5d7113961ba8af3bb85727e16c3)([#553](https://www.github.com/tauri-apps/create-tauri-app/pull/553)) Update `leptos` template to `v0.6`
|
||||
|
||||
### Dependencies
|
||||
|
||||
- Upgraded to `create-tauri-app@3.13.17`
|
||||
|
||||
## \[3.13.16]
|
||||
|
||||
- [`7a851c8`](https://www.github.com/tauri-apps/create-tauri-app/commit/7a851c8733590ad268b5035eadb74f1d2536c2b5)([#647](https://www.github.com/tauri-apps/create-tauri-app/pull/647)) Ignore `gen/schemas` directory for `--beta` templates.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "create-tauri-app",
|
||||
"version": "3.13.16",
|
||||
"version": "3.13.17",
|
||||
"description": "Rapidly scaffold out a new tauri app project.",
|
||||
"funding": {
|
||||
"type": "opencollective",
|
||||
|
||||
@@ -9,7 +9,7 @@ $bitness = if ([System.Runtime.InteropServices.RuntimeInformation]::ProcessArchi
|
||||
} else {
|
||||
"i686"
|
||||
}
|
||||
$__TAG_NAME__ = "create-tauri-app-v3.13.16"
|
||||
$__TAG_NAME__ = "create-tauri-app-v3.13.17"
|
||||
# $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"
|
||||
|
||||
@@ -44,7 +44,7 @@ main() {
|
||||
;;
|
||||
esac
|
||||
|
||||
local __TAG_NAME__="create-tauri-app-v3.13.16"
|
||||
local __TAG_NAME__="create-tauri-app-v3.13.17"
|
||||
# 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}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user