From 2aaf1d308db1792efdeb50f7992f55304ae6a516 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 05:46:59 +0200 Subject: [PATCH] Apply Version Updates From Current Changes (#613) Co-authored-by: amrbashir --- .changes/fix-cargo-toml-mobile-add-staticlib.md | 5 ----- .changes/tauri-major-versions.md | 7 ------- CHANGELOG.md | 5 +++++ 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 +- 11 files changed, 20 insertions(+), 19 deletions(-) delete mode 100644 .changes/fix-cargo-toml-mobile-add-staticlib.md delete mode 100644 .changes/tauri-major-versions.md diff --git a/.changes/fix-cargo-toml-mobile-add-staticlib.md b/.changes/fix-cargo-toml-mobile-add-staticlib.md deleted file mode 100644 index 2fc5be48..00000000 --- a/.changes/fix-cargo-toml-mobile-add-staticlib.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-tauri-app": patch ---- - -Add crate-type `staticlib` to `Cargo.toml` for mobile builds. \ No newline at end of file diff --git a/.changes/tauri-major-versions.md b/.changes/tauri-major-versions.md deleted file mode 100644 index 44c7baa6..00000000 --- a/.changes/tauri-major-versions.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"create-tauri-app": "patch" -"create-tauri-app-js": "patch" ---- - -Change all templates to specify tauri crates and packages version as `^1` so it will always pull latest versions. - diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e6a2e52..f70d8edf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## \[3.13.6] + +- [`766eb7e`](https://www.github.com/tauri-apps/create-tauri-app/commit/766eb7e01c557cec7be44c9bade07544aa825378)([#612](https://www.github.com/tauri-apps/create-tauri-app/pull/612)) Add crate-type `staticlib` to `Cargo.toml` for mobile builds. +- [`28b301d`](https://www.github.com/tauri-apps/create-tauri-app/commit/28b301d1f586f5cfde492d2f60ae13a5bc127f91)([#614](https://www.github.com/tauri-apps/create-tauri-app/pull/614)) Change all templates to specify tauri crates and packages version as `^1` so it will always pull latest versions. + ## \[3.13.5] - [`ff5bf7e`](https://www.github.com/tauri-apps/create-tauri-app/commit/ff5bf7e5d0a7157b09f7d499f096b601f22cf838)([#609](https://www.github.com/tauri-apps/create-tauri-app/pull/609)) Update `yew` template to `0.21` diff --git a/Cargo.lock b/Cargo.lock index 8a6a5e6a..40e8c988 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -98,7 +98,7 @@ dependencies = [ [[package]] name = "create-tauri-app" -version = "3.13.5" +version = "3.13.6" dependencies = [ "anyhow", "ctrlc", diff --git a/Cargo.toml b/Cargo.toml index 74c95227..1283a421 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 = "3.13.5" +version = "3.13.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 b10e12d4..2b99cfcf 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-v3.13.5" +$__TAG_NAME__ = "create-tauri-app-v3.13.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 fe79773e..db9a1c0b 100644 --- a/create-tauri-app.sh +++ b/create-tauri-app.sh @@ -44,7 +44,7 @@ main() { ;; esac - local __TAG_NAME__="create-tauri-app-v3.13.5" + local __TAG_NAME__="create-tauri-app-v3.13.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 5cef7556..13134f2a 100644 --- a/node/CHANGELOG.md +++ b/node/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## \[3.13.6] + +- [`28b301d`](https://www.github.com/tauri-apps/create-tauri-app/commit/28b301d1f586f5cfde492d2f60ae13a5bc127f91)([#614](https://www.github.com/tauri-apps/create-tauri-app/pull/614)) Change all templates to specify tauri crates and packages version as `^1` so it will always pull latest versions. + +### Dependencies + +- Upgraded to `create-tauri-app@3.13.6` + ## \[3.13.5] - [`ff5bf7e`](https://www.github.com/tauri-apps/create-tauri-app/commit/ff5bf7e5d0a7157b09f7d499f096b601f22cf838)([#609](https://www.github.com/tauri-apps/create-tauri-app/pull/609)) Update `yew` template to `0.21` diff --git a/node/package.json b/node/package.json index 77ce9776..4c1fa5a6 100644 --- a/node/package.json +++ b/node/package.json @@ -1,6 +1,6 @@ { "name": "create-tauri-app", - "version": "3.13.5", + "version": "3.13.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 b10e12d4..2b99cfcf 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-v3.13.5" +$__TAG_NAME__ = "create-tauri-app-v3.13.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 fe79773e..db9a1c0b 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-v3.13.5" + local __TAG_NAME__="create-tauri-app-v3.13.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}"