Apply Version Updates From Current Changes (#828)

Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-10-23 17:30:24 +03:00
committed by GitHub
parent 48f8e484f0
commit a5a53fdc13
10 changed files with 19 additions and 13 deletions

View File

@@ -1,6 +0,0 @@
---
"create-tauri-app": patch
"create-tauri-app-js": patch
---
Update `svelte` and `svelte-ts` templates to Svelte 5.

View File

@@ -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
View File

@@ -119,7 +119,7 @@ dependencies = [
[[package]]
name = "create-tauri-app"
version = "4.5.2"
version = "4.5.3"
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.5.2"
version = "4.5.3"
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.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"

View File

@@ -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}"

View File

@@ -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

View File

@@ -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",

View File

@@ -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"

View File

@@ -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}"