Apply Version Updates From Current Changes (#798)

Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-09-26 18:25:42 +03:00
committed by GitHub
parent c8d8fa8c10
commit e7394490f0
10 changed files with 19 additions and 14 deletions

View File

@@ -1,7 +0,0 @@
---
"create-tauri-app": "patch"
"create-tauri-app-js": "patch"
---
Suggest using `--locked` flag when installing CLIs using `cargo install`

View File

@@ -1,5 +1,9 @@
# Changelog
## \[4.4.2]
- [`c8d8fa8`](https://www.github.com/tauri-apps/create-tauri-app/commit/c8d8fa8c105416dbc74d3e0cfce6e602d5240b82) ([#797](https://www.github.com/tauri-apps/create-tauri-app/pull/797) by [@amrbashir](https://www.github.com/tauri-apps/create-tauri-app/../../amrbashir)) Suggest using `--locked` flag when installing CLIs using `cargo install`
## \[4.4.1]
- [`9467547`](https://www.github.com/tauri-apps/create-tauri-app/commit/94675475f56db69ef3525b6d2e38aa9eecee3e62) ([#791](https://www.github.com/tauri-apps/create-tauri-app/pull/791) by [@AlexProgrammerDE](https://www.github.com/tauri-apps/create-tauri-app/../../AlexProgrammerDE)) Fix crate type.

2
Cargo.lock generated
View File

@@ -119,7 +119,7 @@ dependencies = [
[[package]]
name = "create-tauri-app"
version = "4.4.1"
version = "4.4.2"
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.4.1"
version = "4.4.2"
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.4.1"
$__TAG_NAME__ = "create-tauri-app-v4.4.2"
# $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.4.1"
local __TAG_NAME__="create-tauri-app-v4.4.2"
# 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.4.2]
- [`c8d8fa8`](https://www.github.com/tauri-apps/create-tauri-app/commit/c8d8fa8c105416dbc74d3e0cfce6e602d5240b82) ([#797](https://www.github.com/tauri-apps/create-tauri-app/pull/797) by [@amrbashir](https://www.github.com/tauri-apps/create-tauri-app/../../amrbashir)) Suggest using `--locked` flag when installing CLIs using `cargo install`
### Dependencies
- Upgraded to `create-tauri-app@4.4.2`
## \[4.4.1]
- [`9467547`](https://www.github.com/tauri-apps/create-tauri-app/commit/94675475f56db69ef3525b6d2e38aa9eecee3e62) ([#791](https://www.github.com/tauri-apps/create-tauri-app/pull/791) by [@AlexProgrammerDE](https://www.github.com/tauri-apps/create-tauri-app/../../AlexProgrammerDE)) Fix crate type.

View File

@@ -1,6 +1,6 @@
{
"name": "create-tauri-app",
"version": "4.4.1",
"version": "4.4.2",
"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.4.1"
$__TAG_NAME__ = "create-tauri-app-v4.4.2"
# $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.4.1"
local __TAG_NAME__="create-tauri-app-v4.4.2"
# 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}"