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 (#634)
Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
209f0d7bc3
commit
5c14cae5af
@@ -1,7 +0,0 @@
|
||||
---
|
||||
"create-tauri-app": "patch"
|
||||
"create-tauri-app-js": "patch"
|
||||
---
|
||||
|
||||
Fix missing closing quote in the capability file in beta templates.
|
||||
|
||||
@@ -1,5 +1,9 @@
|
||||
# Changelog
|
||||
|
||||
## \[3.13.11]
|
||||
|
||||
- [`209f0d7`](https://www.github.com/tauri-apps/create-tauri-app/commit/209f0d7bc32f40c635e11dd6f9588d1b0850cb12) Fix missing closing quote in the capability file in beta templates.
|
||||
|
||||
## \[3.13.10]
|
||||
|
||||
- [`1458321`](https://www.github.com/tauri-apps/create-tauri-app/commit/14583219c7efff47c4cb20ed297a067d1dbf5a1a) Fix incorrect schema path in beta temaplate's capability.
|
||||
|
||||
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -98,7 +98,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "create-tauri-app"
|
||||
version = "3.13.10"
|
||||
version = "3.13.11"
|
||||
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.10"
|
||||
version = "3.13.11"
|
||||
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.10"
|
||||
$__TAG_NAME__ = "create-tauri-app-v3.13.11"
|
||||
# $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.10"
|
||||
local __TAG_NAME__="create-tauri-app-v3.13.11"
|
||||
# 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.11]
|
||||
|
||||
- [`209f0d7`](https://www.github.com/tauri-apps/create-tauri-app/commit/209f0d7bc32f40c635e11dd6f9588d1b0850cb12) Fix missing closing quote in the capability file in beta templates.
|
||||
|
||||
### Dependencies
|
||||
|
||||
- Upgraded to `create-tauri-app@3.13.11`
|
||||
|
||||
## \[3.13.10]
|
||||
|
||||
- [`1458321`](https://www.github.com/tauri-apps/create-tauri-app/commit/14583219c7efff47c4cb20ed297a067d1dbf5a1a) Fix incorrect schema path in beta temaplate's capability.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "create-tauri-app",
|
||||
"version": "3.13.10",
|
||||
"version": "3.13.11",
|
||||
"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.10"
|
||||
$__TAG_NAME__ = "create-tauri-app-v3.13.11"
|
||||
# $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.10"
|
||||
local __TAG_NAME__="create-tauri-app-v3.13.11"
|
||||
# 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