Skip to content

Commit 759d53f

Browse files
Apply Version Updates From Current Changes (#648)
Co-authored-by: amrbashir <[email protected]>
1 parent 7f9a16b commit 759d53f

File tree

11 files changed

+21
-20
lines changed

11 files changed

+21
-20
lines changed

.changes/ignore-schema-directory.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changes/rust-templates-console-error-panic-hook.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## \[3.13.16]
4+
5+
- [`7a851c8`](https://www.github.com/tauri-apps/create-tauri-app/commit/7a851c8733590ad268b5035eadb74f1d2536c2b5)([#647](https://www.github.com/tauri-apps/create-tauri-app/pull/647)) Ignore `gen/schemas` directory for `--beta` templates.
6+
- [`9f202d7`](https://www.github.com/tauri-apps/create-tauri-app/commit/9f202d7b8846b0023be541a7d6abe91c7c562530)([#649](https://www.github.com/tauri-apps/create-tauri-app/pull/649)) Add `console_error_panic_hook` to `yew`, `leptos` and `sycamore` templates.
7+
38
## \[3.13.15]
49

510
- [`c90a561`](https://www.github.com/tauri-apps/create-tauri-app/commit/c90a5614780eb2b4f0cd5b9ca3ce527bd02bd177)([#645](https://www.github.com/tauri-apps/create-tauri-app/pull/645)) Fix incorrect schema path in beta template's capability.

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "create-tauri-app"
33
description = "Rapidly scaffold out a new tauri app project."
44
authors = [ "Tauri Programme within The Commons Conservancy" ]
5-
version = "3.13.15"
5+
version = "3.13.16"
66
edition = "2021"
77
license = "Apache-2.0 OR MIT"
88
readme = "README.md"

create-tauri-app.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ $bitness = if ([System.Runtime.InteropServices.RuntimeInformation]::ProcessArchi
99
} else {
1010
"i686"
1111
}
12-
$__TAG_NAME__ = "create-tauri-app-v3.13.15"
12+
$__TAG_NAME__ = "create-tauri-app-v3.13.16"
1313
# $url="https://github.com/tauri-apps/create-tauri-app/releases/download/$__TAG_NAME__/create-tauri-app-$bitness-pc-windows-msvc.exe"
1414
$url="https://create.tauri.app/download/bin?tag=$__TAG_NAME__&arch=$bitness-pc-windows-msvc&ext=.exe"
1515
$outFile = "$Env:TEMP\create-tauri-app.exe"

create-tauri-app.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ main() {
4444
;;
4545
esac
4646

47-
local __TAG_NAME__="create-tauri-app-v3.13.15"
47+
local __TAG_NAME__="create-tauri-app-v3.13.16"
4848
# local _url="https://github.com/tauri-apps/create-tauri-app/releases/download/${__TAG_NAME__}/create-tauri-app-${_arch}${_ext}"
4949
local _url="https://create.tauri.app/download/bin?tag=${__TAG_NAME__}&arch=${_arch}&ext=${_ext}"
5050

node/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## \[3.13.16]
4+
5+
- [`7a851c8`](https://www.github.com/tauri-apps/create-tauri-app/commit/7a851c8733590ad268b5035eadb74f1d2536c2b5)([#647](https://www.github.com/tauri-apps/create-tauri-app/pull/647)) Ignore `gen/schemas` directory for `--beta` templates.
6+
- [`9f202d7`](https://www.github.com/tauri-apps/create-tauri-app/commit/9f202d7b8846b0023be541a7d6abe91c7c562530)([#649](https://www.github.com/tauri-apps/create-tauri-app/pull/649)) Add `console_error_panic_hook` to `yew`, `leptos` and `sycamore` templates.
7+
8+
### Dependencies
9+
10+
- Upgraded to `[email protected]`
11+
312
## \[3.13.15]
413

514
- [`c90a561`](https://www.github.com/tauri-apps/create-tauri-app/commit/c90a5614780eb2b4f0cd5b9ca3ce527bd02bd177)([#645](https://www.github.com/tauri-apps/create-tauri-app/pull/645)) Fix incorrect schema path in beta template's capability.

node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-tauri-app",
3-
"version": "3.13.15",
3+
"version": "3.13.16",
44
"description": "Rapidly scaffold out a new tauri app project.",
55
"funding": {
66
"type": "opencollective",

worker/scripts/create-tauri-app.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ $bitness = if ([System.Runtime.InteropServices.RuntimeInformation]::ProcessArchi
99
} else {
1010
"i686"
1111
}
12-
$__TAG_NAME__ = "create-tauri-app-v3.13.15"
12+
$__TAG_NAME__ = "create-tauri-app-v3.13.16"
1313
# $url="https://github.com/tauri-apps/create-tauri-app/releases/download/$__TAG_NAME__/create-tauri-app-$bitness-pc-windows-msvc.exe"
1414
$url="https://create.tauri.app/download/bin?tag=$__TAG_NAME__&arch=$bitness-pc-windows-msvc&ext=.exe"
1515
$outFile = "$Env:TEMP\create-tauri-app.exe"

0 commit comments

Comments
 (0)