Apply Version Updates From Current Changes (#608)

Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-02-19 15:12:07 +02:00
committed by GitHub
parent 38c4503241
commit 72725a6ec7
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 `@vitejs/plugin-vue` version for `vue` and `vue-ts` templates.

View File

@@ -1,5 +1,9 @@
# Changelog
## \[3.13.4]
- [`683f2bb`](https://www.github.com/tauri-apps/create-tauri-app/commit/683f2bbfe038e9ff6c3a62f8729d7409ba3111a9)([#607](https://www.github.com/tauri-apps/create-tauri-app/pull/607)) Update `@vitejs/plugin-vue` version for `vue` and `vue-ts` templates.
## \[3.13.3]
- [`f91ce78`](https://www.github.com/tauri-apps/create-tauri-app/commit/f91ce78498f4c337d54a30df4c6a2bc74fd10564)([#598](https://www.github.com/tauri-apps/create-tauri-app/pull/598)) Fix `vanilla` template generating an invalid `tauri.conf.json` file.

2
Cargo.lock generated
View File

@@ -98,7 +98,7 @@ dependencies = [
[[package]]
name = "create-tauri-app"
version = "3.13.3"
version = "3.13.4"
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 = "3.13.3"
version = "3.13.4"
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-v3.13.3"
$__TAG_NAME__ = "create-tauri-app-v3.13.4"
# $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-v3.13.3"
local __TAG_NAME__="create-tauri-app-v3.13.4"
# 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
## \[3.13.4]
- [`683f2bb`](https://www.github.com/tauri-apps/create-tauri-app/commit/683f2bbfe038e9ff6c3a62f8729d7409ba3111a9)([#607](https://www.github.com/tauri-apps/create-tauri-app/pull/607)) Update `@vitejs/plugin-vue` version for `vue` and `vue-ts` templates.
### Dependencies
- Upgraded to `create-tauri-app@3.13.4`
## \[3.13.3]
- [`f91ce78`](https://www.github.com/tauri-apps/create-tauri-app/commit/f91ce78498f4c337d54a30df4c6a2bc74fd10564)([#598](https://www.github.com/tauri-apps/create-tauri-app/pull/598)) Fix `vanilla` template generating an invalid `tauri.conf.json` file.

View File

@@ -1,6 +1,6 @@
{
"name": "create-tauri-app",
"version": "3.13.3",
"version": "3.13.4",
"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-v3.13.3"
$__TAG_NAME__ = "create-tauri-app-v3.13.4"
# $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-v3.13.3"
local __TAG_NAME__="create-tauri-app-v3.13.4"
# 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}"