Apply Version Updates From Current Changes (#636)

Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-03-12 15:35:49 +02:00
committed by GitHub
parent f2359e9aee
commit d377d5959e
10 changed files with 19 additions and 13 deletions

View File

@@ -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.

View File

@@ -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.

2
Cargo.lock generated
View File

@@ -98,7 +98,7 @@ dependencies = [
[[package]]
name = "create-tauri-app"
version = "3.13.11"
version = "3.13.12"
dependencies = [
"anyhow",
"ctrlc",

View File

@@ -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"

View File

@@ -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"

View File

@@ -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}"

View File

@@ -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.

View File

@@ -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",

View File

@@ -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"

View File

@@ -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}"