diff --git a/.changes/opener.md b/.changes/opener.md deleted file mode 100644 index 396183d467..0000000000 --- a/.changes/opener.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"create-tauri-app": "patch" -"create-tauri-app-js": "patch" ---- - -Use `tauri-plugin-opener` instead of `tauri-plugin-shell` in templates - diff --git a/CHANGELOG.md b/CHANGELOG.md index 19d1118c43..841cea80c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[4.5.8] + +- [`82413b9`](https://www.github.com/tauri-apps/create-tauri-app/commit/82413b9b6101d0234da6b3c7c832a6830893dde7) ([#854](https://www.github.com/tauri-apps/create-tauri-app/pull/854) by [@amrbashir](https://www.github.com/tauri-apps/create-tauri-app/../../amrbashir)) Use `tauri-plugin-opener` instead of `tauri-plugin-shell` in templates + ## \[4.5.7] - [`7e5013d`](https://www.github.com/tauri-apps/create-tauri-app/commit/7e5013d5a3c180ed74a66a284a3fb295220a86c5) ([#839](https://www.github.com/tauri-apps/create-tauri-app/pull/839) by [@lukechu10](https://www.github.com/tauri-apps/create-tauri-app/../../lukechu10)) Update `sycamore` template to `v0.9` diff --git a/Cargo.lock b/Cargo.lock index fe192815b1..375c503442 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -119,7 +119,7 @@ dependencies = [ [[package]] name = "create-tauri-app" -version = "4.5.7" +version = "4.5.8" dependencies = [ "anyhow", "ctrlc", diff --git a/Cargo.toml b/Cargo.toml index e4a8c4edf0..40dab62442 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.7" +version = "4.5.8" edition = "2021" license = "Apache-2.0 OR MIT" readme = "README.md" diff --git a/create-tauri-app.ps1 b/create-tauri-app.ps1 index 6bfed4ae06..35dc74c954 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.7" +$__TAG_NAME__ = "create-tauri-app-v4.5.8" # $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 2ec0bdf348..748b986e75 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.7" + local __TAG_NAME__="create-tauri-app-v4.5.8" # 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 7697ab8130..049c96adfa 100644 --- a/node/CHANGELOG.md +++ b/node/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## \[4.5.8] + +- [`82413b9`](https://www.github.com/tauri-apps/create-tauri-app/commit/82413b9b6101d0234da6b3c7c832a6830893dde7) ([#854](https://www.github.com/tauri-apps/create-tauri-app/pull/854) by [@amrbashir](https://www.github.com/tauri-apps/create-tauri-app/../../amrbashir)) Use `tauri-plugin-opener` instead of `tauri-plugin-shell` in templates + +### Dependencies + +- Upgraded to `create-tauri-app@4.5.8` + ## \[4.5.7] - [`7e5013d`](https://www.github.com/tauri-apps/create-tauri-app/commit/7e5013d5a3c180ed74a66a284a3fb295220a86c5) ([#839](https://www.github.com/tauri-apps/create-tauri-app/pull/839) by [@lukechu10](https://www.github.com/tauri-apps/create-tauri-app/../../lukechu10)) Update `sycamore` template to `v0.9` diff --git a/node/package.json b/node/package.json index a70b2d0bd9..a7b69fb8e9 100644 --- a/node/package.json +++ b/node/package.json @@ -1,6 +1,6 @@ { "name": "create-tauri-app", - "version": "4.5.7", + "version": "4.5.8", "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 6bfed4ae06..35dc74c954 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.7" +$__TAG_NAME__ = "create-tauri-app-v4.5.8" # $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 2ec0bdf348..748b986e75 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.7" + local __TAG_NAME__="create-tauri-app-v4.5.8" # 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}"