Skip to content

Commit d959db0

Browse files
apply version updates (#922)
Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
1 parent 87c5367 commit d959db0

File tree

10 files changed

+19
-13
lines changed

10 files changed

+19
-13
lines changed

.changes/angular-template-update.md

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

CHANGELOG.md

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

3+
## \[4.6.2]
4+
5+
- [`43802a4`](https://www.github.com/tauri-apps/create-tauri-app/commit/43802a492d53179234f5944944a8c526ed7eebc3) ([#912](https://www.github.com/tauri-apps/create-tauri-app/pull/912) by [@JosefBredereck](https://www.github.com/tauri-apps/create-tauri-app/../../JosefBredereck)) updated angular template to v20
6+
37
## \[4.6.1]
48

59
- [`b3a990b`](https://www.github.com/tauri-apps/create-tauri-app/commit/b3a990b909aea2290b4a4b68bd3ca19cf38c5c76) ([#909](https://www.github.com/tauri-apps/create-tauri-app/pull/909) by [@Mota-Link](https://www.github.com/tauri-apps/create-tauri-app/../../Mota-Link)) fix template-dioxus loading assets error

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 = "4.6.1"
5+
version = "4.6.2"
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-v4.6.1"
12+
$__TAG_NAME__ = "create-tauri-app-v4.6.2"
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-v4.6.1"
47+
local __TAG_NAME__="create-tauri-app-v4.6.2"
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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## \[4.6.2]
4+
5+
- [`43802a4`](https://www.github.com/tauri-apps/create-tauri-app/commit/43802a492d53179234f5944944a8c526ed7eebc3) ([#912](https://www.github.com/tauri-apps/create-tauri-app/pull/912) by [@JosefBredereck](https://www.github.com/tauri-apps/create-tauri-app/../../JosefBredereck)) updated angular template to v20
6+
7+
### Dependencies
8+
9+
- Upgraded to `create-tauri-app@4.6.2`
10+
311
## \[4.6.1]
412

513
- [`b3a990b`](https://www.github.com/tauri-apps/create-tauri-app/commit/b3a990b909aea2290b4a4b68bd3ca19cf38c5c76) ([#909](https://www.github.com/tauri-apps/create-tauri-app/pull/909) by [@Mota-Link](https://www.github.com/tauri-apps/create-tauri-app/../../Mota-Link)) fix template-dioxus loading assets error

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": "4.6.1",
3+
"version": "4.6.2",
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-v4.6.1"
12+
$__TAG_NAME__ = "create-tauri-app-v4.6.2"
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"

worker/scripts/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-v4.6.1"
47+
local __TAG_NAME__="create-tauri-app-v4.6.2"
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

0 commit comments

Comments
 (0)