From d377d5959e7de544413fc6be16dec05c34ffff39 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 15:35:49 +0200 Subject: [PATCH] Apply Version Updates From Current Changes (#636) Co-authored-by: amrbashir --- .changes/remove-serde-serialize-feat.md | 6 ------ 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(+), 13 deletions(-) delete mode 100644 .changes/remove-serde-serialize-feat.md diff --git a/.changes/remove-serde-serialize-feat.md b/.changes/remove-serde-serialize-feat.md deleted file mode 100644 index 047c308e..00000000 --- a/.changes/remove-serde-serialize-feat.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -create-tauri-app: patch -create-tauri-app-js: patch ---- - -Removed the deprecated `serde-serialize` feature of `wasm-bindgen` in favor of `serde-wasm-bindgen` to prevent cyclic dependency issues. \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 421721fa..66d36c69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[3.13.12] + +- [`0881d1e`](https://www.github.com/tauri-apps/create-tauri-app/commit/0881d1e248f98e43f0ad25d0ac6d654a371061d1)([#635](https://www.github.com/tauri-apps/create-tauri-app/pull/635)) Removed the deprecated `serde-serialize` feature of `wasm-bindgen` in favor of `serde-wasm-bindgen` to prevent cyclic dependency issues. + ## \[3.13.11] - [`209f0d7`](https://www.github.com/tauri-apps/create-tauri-app/commit/209f0d7bc32f40c635e11dd6f9588d1b0850cb12) Fix missing closing quote in the capability file in beta templates. diff --git a/Cargo.lock b/Cargo.lock index d5b74dad..667b7875 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -98,7 +98,7 @@ dependencies = [ [[package]] name = "create-tauri-app" -version = "3.13.11" +version = "3.13.12" dependencies = [ "anyhow", "ctrlc", diff --git a/Cargo.toml b/Cargo.toml index f413878d..3655486f 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.11" +version = "3.13.12" edition = "2021" license = "Apache-2.0 OR MIT" readme = "README.md" diff --git a/create-tauri-app.ps1 b/create-tauri-app.ps1 index c0216737..1048497d 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.11" +$__TAG_NAME__ = "create-tauri-app-v3.13.12" # $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 9416dd97..95152f1b 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.11" + local __TAG_NAME__="create-tauri-app-v3.13.12" # 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 1baa2590..546d0f8b 100644 --- a/node/CHANGELOG.md +++ b/node/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## \[3.13.12] + +- [`0881d1e`](https://www.github.com/tauri-apps/create-tauri-app/commit/0881d1e248f98e43f0ad25d0ac6d654a371061d1)([#635](https://www.github.com/tauri-apps/create-tauri-app/pull/635)) Removed the deprecated `serde-serialize` feature of `wasm-bindgen` in favor of `serde-wasm-bindgen` to prevent cyclic dependency issues. + +### Dependencies + +- Upgraded to `create-tauri-app@3.13.12` + ## \[3.13.11] - [`209f0d7`](https://www.github.com/tauri-apps/create-tauri-app/commit/209f0d7bc32f40c635e11dd6f9588d1b0850cb12) Fix missing closing quote in the capability file in beta templates. diff --git a/node/package.json b/node/package.json index 1827a260..4db721ff 100644 --- a/node/package.json +++ b/node/package.json @@ -1,6 +1,6 @@ { "name": "create-tauri-app", - "version": "3.13.11", + "version": "3.13.12", "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 c0216737..1048497d 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.11" +$__TAG_NAME__ = "create-tauri-app-v3.13.12" # $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 9416dd97..95152f1b 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.11" + local __TAG_NAME__="create-tauri-app-v3.13.12" # 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}"