Skip to content

Commit 16c3d9f

Browse files
apply version updates (#931)
Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
1 parent 22db439 commit 16c3d9f

File tree

12 files changed

+25
-26
lines changed

12 files changed

+25
-26
lines changed

.changes/blurry-ico-icon.md

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

.changes/dioxus-update-v0.7.md

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

.changes/leptos-bump.md

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

CHANGELOG.md

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

3+
## \[4.7.0]
4+
5+
- [`8d15234`](https://www.github.com/tauri-apps/create-tauri-app/commit/8d15234e7b473afe68c8601e88f11d1646157404) ([#929](https://www.github.com/tauri-apps/create-tauri-app/pull/929) by [@Legend-Master](https://www.github.com/tauri-apps/create-tauri-app/../../Legend-Master)) Fix the `.ico` icon being blurry because of it lacks some sizes
6+
- [`22db439`](https://www.github.com/tauri-apps/create-tauri-app/commit/22db43928e31af579b29b58a8bef8a2b78b9e851) ([#944](https://www.github.com/tauri-apps/create-tauri-app/pull/944) by [@pronebird](https://www.github.com/tauri-apps/create-tauri-app/../../pronebird)) - Update `dioxus` to `0.7` with minor changes to the template.
7+
- Disable interactive mode for `dx serve`. Fixes broken terminal when developing.
8+
- [`f68d870`](https://www.github.com/tauri-apps/create-tauri-app/commit/f68d870adedb1519b8da3aeb4124ee5d106d5a68) ([#895](https://www.github.com/tauri-apps/create-tauri-app/pull/895) by [@bicarlsen](https://www.github.com/tauri-apps/create-tauri-app/../../bicarlsen)) Bump `leptos` to `0.8`.
9+
310
## \[4.6.2]
411

512
- [`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

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

3+
## \[4.7.0]
4+
5+
- [`8d15234`](https://www.github.com/tauri-apps/create-tauri-app/commit/8d15234e7b473afe68c8601e88f11d1646157404) ([#929](https://www.github.com/tauri-apps/create-tauri-app/pull/929) by [@Legend-Master](https://www.github.com/tauri-apps/create-tauri-app/../../Legend-Master)) Fix the `.ico` icon being blurry because of it lacks some sizes
6+
- [`22db439`](https://www.github.com/tauri-apps/create-tauri-app/commit/22db43928e31af579b29b58a8bef8a2b78b9e851) ([#944](https://www.github.com/tauri-apps/create-tauri-app/pull/944) by [@pronebird](https://www.github.com/tauri-apps/create-tauri-app/../../pronebird)) - Update `dioxus` to `0.7` with minor changes to the template.
7+
- Disable interactive mode for `dx serve`. Fixes broken terminal when developing.
8+
- [`f68d870`](https://www.github.com/tauri-apps/create-tauri-app/commit/f68d870adedb1519b8da3aeb4124ee5d106d5a68) ([#895](https://www.github.com/tauri-apps/create-tauri-app/pull/895) by [@bicarlsen](https://www.github.com/tauri-apps/create-tauri-app/../../bicarlsen)) Bump `leptos` to `0.8`.
9+
10+
### Dependencies
11+
12+
- Upgraded to `create-tauri-app@4.7.0`
13+
314
## \[4.6.2]
415

516
- [`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

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.2",
3+
"version": "4.7.0",
44
"description": "Rapidly scaffold out a new tauri app project.",
55
"funding": {
66
"type": "opencollective",

0 commit comments

Comments
 (0)