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 (#828)
Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
48f8e484f0
commit
a5a53fdc13
@@ -1,6 +0,0 @@
|
||||
---
|
||||
"create-tauri-app": patch
|
||||
"create-tauri-app-js": patch
|
||||
---
|
||||
|
||||
Update `svelte` and `svelte-ts` templates to Svelte 5.
|
||||
@@ -1,5 +1,9 @@
|
||||
# Changelog
|
||||
|
||||
## \[4.5.3]
|
||||
|
||||
- [`48f8e48`](https://www.github.com/tauri-apps/create-tauri-app/commit/48f8e484f07a74c6965dc7347661340e8afe702b) ([#827](https://www.github.com/tauri-apps/create-tauri-app/pull/827) by [@Mef45](https://www.github.com/tauri-apps/create-tauri-app/../../Mef45)) Update `svelte` and `svelte-ts` templates to Svelte 5.
|
||||
|
||||
## \[4.5.2]
|
||||
|
||||
- [`94f57bb`](https://www.github.com/tauri-apps/create-tauri-app/commit/94f57bb84d128702caef7262bba60adb86dbd8eb) ([#819](https://www.github.com/tauri-apps/create-tauri-app/pull/819) by [@amrbashir](https://www.github.com/tauri-apps/create-tauri-app/../../amrbashir)) Add support for using deno as package manager
|
||||
|
||||
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -119,7 +119,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "create-tauri-app"
|
||||
version = "4.5.2"
|
||||
version = "4.5.3"
|
||||
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 = "4.5.2"
|
||||
version = "4.5.3"
|
||||
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-v4.5.2"
|
||||
$__TAG_NAME__ = "create-tauri-app-v4.5.3"
|
||||
# $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-v4.5.2"
|
||||
local __TAG_NAME__="create-tauri-app-v4.5.3"
|
||||
# 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
|
||||
|
||||
## \[4.5.3]
|
||||
|
||||
- [`48f8e48`](https://www.github.com/tauri-apps/create-tauri-app/commit/48f8e484f07a74c6965dc7347661340e8afe702b) ([#827](https://www.github.com/tauri-apps/create-tauri-app/pull/827) by [@Mef45](https://www.github.com/tauri-apps/create-tauri-app/../../Mef45)) Update `svelte` and `svelte-ts` templates to Svelte 5.
|
||||
|
||||
### Dependencies
|
||||
|
||||
- Upgraded to `create-tauri-app@4.5.3`
|
||||
|
||||
## \[4.5.2]
|
||||
|
||||
- [`94f57bb`](https://www.github.com/tauri-apps/create-tauri-app/commit/94f57bb84d128702caef7262bba60adb86dbd8eb) ([#819](https://www.github.com/tauri-apps/create-tauri-app/pull/819) by [@amrbashir](https://www.github.com/tauri-apps/create-tauri-app/../../amrbashir)) Add support for using deno as package manager
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "create-tauri-app",
|
||||
"version": "4.5.2",
|
||||
"version": "4.5.3",
|
||||
"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-v4.5.2"
|
||||
$__TAG_NAME__ = "create-tauri-app-v4.5.3"
|
||||
# $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-v4.5.2"
|
||||
local __TAG_NAME__="create-tauri-app-v4.5.3"
|
||||
# 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