diff --git a/.changes/fix-crate-type.md b/.changes/fix-crate-type.md deleted file mode 100644 index b6a4f785..00000000 --- a/.changes/fix-crate-type.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"create-tauri-app": patch -"create-tauri-app-js": patch ---- - -Fix crate type. diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e483b9f..75e5d19f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[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. + ## \[4.4.0] - [`27524c3`](https://www.github.com/tauri-apps/create-tauri-app/commit/27524c369210d5026d2e8620e0ad9b8fc030a010) ([#784](https://www.github.com/tauri-apps/create-tauri-app/pull/784) by [@amrbashir](https://www.github.com/tauri-apps/create-tauri-app/../../amrbashir)) Add `dioxus` template diff --git a/Cargo.lock b/Cargo.lock index 763d5751..f9d5cf08 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -119,7 +119,7 @@ dependencies = [ [[package]] name = "create-tauri-app" -version = "4.4.0" +version = "4.4.1" dependencies = [ "anyhow", "ctrlc", diff --git a/Cargo.toml b/Cargo.toml index e43cc5f1..149d21b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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.0" +version = "4.4.1" edition = "2021" license = "Apache-2.0 OR MIT" readme = "README.md" diff --git a/create-tauri-app.ps1 b/create-tauri-app.ps1 index d15d5e5b..e2b4c636 100644 --- a/create-tauri-app.ps1 +++ b/create-tauri-app.ps1 @@ -9,7 +9,7 @@ $bitness = if ([System.Runtime.InteropServices.RuntimeInformation]::ProcessArchi } else { "i686" } -$__TAG_NAME__ = "create-tauri-app-v4.4.0" +$__TAG_NAME__ = "create-tauri-app-v4.4.1" # $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" diff --git a/create-tauri-app.sh b/create-tauri-app.sh index 2d388f55..a11e4769 100644 --- a/create-tauri-app.sh +++ b/create-tauri-app.sh @@ -44,7 +44,7 @@ main() { ;; esac - local __TAG_NAME__="create-tauri-app-v4.4.0" + local __TAG_NAME__="create-tauri-app-v4.4.1" # 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}" diff --git a/node/CHANGELOG.md b/node/CHANGELOG.md index b779708b..13edacb4 100644 --- a/node/CHANGELOG.md +++ b/node/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## \[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. + +### Dependencies + +- Upgraded to `create-tauri-app@4.4.1` + ## \[4.4.0] - [`27524c3`](https://www.github.com/tauri-apps/create-tauri-app/commit/27524c369210d5026d2e8620e0ad9b8fc030a010) ([#784](https://www.github.com/tauri-apps/create-tauri-app/pull/784) by [@amrbashir](https://www.github.com/tauri-apps/create-tauri-app/../../amrbashir)) Add `dioxus` template diff --git a/node/package.json b/node/package.json index fe7e18ca..32ed4f0d 100644 --- a/node/package.json +++ b/node/package.json @@ -1,6 +1,6 @@ { "name": "create-tauri-app", - "version": "4.4.0", + "version": "4.4.1", "description": "Rapidly scaffold out a new tauri app project.", "funding": { "type": "opencollective", diff --git a/worker/scripts/create-tauri-app.ps1 b/worker/scripts/create-tauri-app.ps1 index d15d5e5b..e2b4c636 100644 --- a/worker/scripts/create-tauri-app.ps1 +++ b/worker/scripts/create-tauri-app.ps1 @@ -9,7 +9,7 @@ $bitness = if ([System.Runtime.InteropServices.RuntimeInformation]::ProcessArchi } else { "i686" } -$__TAG_NAME__ = "create-tauri-app-v4.4.0" +$__TAG_NAME__ = "create-tauri-app-v4.4.1" # $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" diff --git a/worker/scripts/create-tauri-app.sh b/worker/scripts/create-tauri-app.sh index 2d388f55..a11e4769 100644 --- a/worker/scripts/create-tauri-app.sh +++ b/worker/scripts/create-tauri-app.sh @@ -44,7 +44,7 @@ main() { ;; esac - local __TAG_NAME__="create-tauri-app-v4.4.0" + local __TAG_NAME__="create-tauri-app-v4.4.1" # 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}"