Skip to content

Commit

Permalink
Apply Version Updates From Current Changes (#549)
Browse files Browse the repository at this point in the history
Co-authored-by: amrbashir <[email protected]>
  • Loading branch information
github-actions[bot] and amrbashir authored Dec 13, 2023
1 parent b1dee5b commit a5e0819
Show file tree
Hide file tree
Showing 12 changed files with 23 additions and 27 deletions.
7 changes: 0 additions & 7 deletions .changes/force-flag.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/remove-trunk-fork.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/tauri-cli-alpha-version.md

This file was deleted.

2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion create-tauri-app.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ $bitness = if ([System.Runtime.InteropServices.RuntimeInformation]::ProcessArchi
} else {
"i686"
}
$__TAG_NAME__ = "create-tauri-app-v3.11.2"
$__TAG_NAME__ = "create-tauri-app-v3.11.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"
Expand Down
2 changes: 1 addition & 1 deletion create-tauri-app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ main() {
;;
esac

local __TAG_NAME__="create-tauri-app-v3.11.2"
local __TAG_NAME__="create-tauri-app-v3.11.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}"

Expand Down
6 changes: 6 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## \[3.11.3]

- [`af40cfc`](https://github.com/tauri-apps/create-tauri-app/commit/af40cfcba6477b7e6d5139a74dd7dee408c7810d) Add `-f/--force` flag to force creating directory even if it is empty.
- [`0c40f2b`](https://github.com/tauri-apps/create-tauri-app/commit/0c40f2b2f1c81bd07915ba87232769a87100bb0a) Suggest installing `trunk` for `--alpha` templates instead of `amrbashir/trunk` fork as the new version contains all the need features from the fork.
- [`d1978aa`](https://github.com/tauri-apps/create-tauri-app/commit/d1978aa2e92b6022ac04d1213a49de899d5f3abf) Fix detection of `tauri-cli` when choosing `cargo` as the package manager.

## \[3.11.2]

- [`aae95d1`](https://github.com/tauri-apps/create-tauri-app/commit/aae95d1e48a198b14264dd124ba1172df58ef4ea)([#544](https://github.com/tauri-apps/create-tauri-app/pull/544)) Update `angular` template to Angluar 17
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.11.2"
version = "3.11.3"
edition = "2021"
license = "Apache-2.0 OR MIT"
readme = "README.md"
Expand Down
10 changes: 10 additions & 0 deletions packages/cli/node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## \[3.11.3]

- [`af40cfc`](https://github.com/tauri-apps/create-tauri-app/commit/af40cfcba6477b7e6d5139a74dd7dee408c7810d) Add `-f/--force` flag to force creating directory even if it is empty.
- [`0c40f2b`](https://github.com/tauri-apps/create-tauri-app/commit/0c40f2b2f1c81bd07915ba87232769a87100bb0a) Suggest installing `trunk` for `--alpha` templates instead of `amrbashir/trunk` fork as the new version contains all the need features from the fork.
- [`d1978aa`](https://github.com/tauri-apps/create-tauri-app/commit/d1978aa2e92b6022ac04d1213a49de899d5f3abf) Fix detection of `tauri-cli` when choosing `cargo` as the package manager.

### Dependencies

- Upgraded to `[email protected]`

## \[3.11.2]

- [`aae95d1`](https://github.com/tauri-apps/create-tauri-app/commit/aae95d1e48a198b14264dd124ba1172df58ef4ea)([#544](https://github.com/tauri-apps/create-tauri-app/pull/544)) Update `angular` template to Angluar 17
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-tauri-app",
"version": "3.11.2",
"version": "3.11.3",
"description": "Rapidly scaffold out a new tauri app project.",
"funding": {
"type": "opencollective",
Expand Down
2 changes: 1 addition & 1 deletion packages/worker/scripts/create-tauri-app.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ $bitness = if ([System.Runtime.InteropServices.RuntimeInformation]::ProcessArchi
} else {
"i686"
}
$__TAG_NAME__ = "create-tauri-app-v3.11.2"
$__TAG_NAME__ = "create-tauri-app-v3.11.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"
Expand Down
2 changes: 1 addition & 1 deletion packages/worker/scripts/create-tauri-app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ main() {
;;
esac

local __TAG_NAME__="create-tauri-app-v3.11.2"
local __TAG_NAME__="create-tauri-app-v3.11.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}"

Expand Down

0 comments on commit a5e0819

Please sign in to comment.