From 7576288977cd9b17cf881e181c117fe76647e936 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 19:16:59 +0300 Subject: [PATCH] Apply Version Updates From Current Changes (#836) Co-authored-by: amrbashir --- .changes/tauri-version.md | 7 ------- CHANGELOG.md | 4 ++++ Cargo.lock | 2 +- Cargo.toml | 2 +- create-tauri-app.ps1 | 2 +- create-tauri-app.sh | 2 +- node/CHANGELOG.md | 8 ++++++++ node/package.json | 2 +- worker/scripts/create-tauri-app.ps1 | 2 +- worker/scripts/create-tauri-app.sh | 2 +- 10 files changed, 19 insertions(+), 14 deletions(-) delete mode 100644 .changes/tauri-version.md diff --git a/.changes/tauri-version.md b/.changes/tauri-version.md deleted file mode 100644 index bc9d721e9c..0000000000 --- a/.changes/tauri-version.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"create-tauri-app": "patch" -"create-tauri-app-js": "patch" ---- - -Fix `--tauri-version 2` flag not working. - diff --git a/CHANGELOG.md b/CHANGELOG.md index 20d5290693..011309b0ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[4.5.6] + +- [`cfa3e41`](https://www.github.com/tauri-apps/create-tauri-app/commit/cfa3e41c3da289cbc7071577e4a2a16d8e6f41d7) Fix `--tauri-version 2` flag not working. + ## \[4.5.5] - [`380bc07`](https://www.github.com/tauri-apps/create-tauri-app/commit/380bc0713b1f6ca2cdee96be22556011e34e86fc) ([#834](https://www.github.com/tauri-apps/create-tauri-app/pull/834) by [@amrbashir](https://www.github.com/tauri-apps/create-tauri-app/../../amrbashir)) Fix running `create-tauri-app` using deno. diff --git a/Cargo.lock b/Cargo.lock index e6189c984a..b6254385a5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -119,7 +119,7 @@ dependencies = [ [[package]] name = "create-tauri-app" -version = "4.5.5" +version = "4.5.6" dependencies = [ "anyhow", "ctrlc", diff --git a/Cargo.toml b/Cargo.toml index 76f72ae05a..a053d564c0 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.5.5" +version = "4.5.6" edition = "2021" license = "Apache-2.0 OR MIT" readme = "README.md" diff --git a/create-tauri-app.ps1 b/create-tauri-app.ps1 index 610e107672..bba7ba9076 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.5.5" +$__TAG_NAME__ = "create-tauri-app-v4.5.6" # $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 cfaa471955..ca3348f3bf 100644 --- a/create-tauri-app.sh +++ b/create-tauri-app.sh @@ -44,7 +44,7 @@ main() { ;; esac - local __TAG_NAME__="create-tauri-app-v4.5.5" + local __TAG_NAME__="create-tauri-app-v4.5.6" # 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 e40203c4f2..09c8f14217 100644 --- a/node/CHANGELOG.md +++ b/node/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## \[4.5.6] + +- [`cfa3e41`](https://www.github.com/tauri-apps/create-tauri-app/commit/cfa3e41c3da289cbc7071577e4a2a16d8e6f41d7) Fix `--tauri-version 2` flag not working. + +### Dependencies + +- Upgraded to `create-tauri-app@4.5.6` + ## \[4.5.5] - [`380bc07`](https://www.github.com/tauri-apps/create-tauri-app/commit/380bc0713b1f6ca2cdee96be22556011e34e86fc) ([#834](https://www.github.com/tauri-apps/create-tauri-app/pull/834) by [@amrbashir](https://www.github.com/tauri-apps/create-tauri-app/../../amrbashir)) Fix running `create-tauri-app` using deno. diff --git a/node/package.json b/node/package.json index d4401c931d..a165388fca 100644 --- a/node/package.json +++ b/node/package.json @@ -1,6 +1,6 @@ { "name": "create-tauri-app", - "version": "4.5.5", + "version": "4.5.6", "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 610e107672..bba7ba9076 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.5.5" +$__TAG_NAME__ = "create-tauri-app-v4.5.6" # $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 cfaa471955..ca3348f3bf 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.5.5" + local __TAG_NAME__="create-tauri-app-v4.5.6" # 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}"