Skip to content

Commit 2c0f09f

Browse files
Apply Version Updates From Current Changes (#230)
Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
1 parent 2da95ed commit 2c0f09f

10 files changed

Lines changed: 18 additions & 12 deletions

File tree

.changes/tauri.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

create-tauri-app.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# SPDX-License-Identifier: MIT
44

55
$bitness = if ([Environment]::Is64BitOperatingSystem) { "x86_64" } else { "i686" }
6-
$__TAG_NAME__ = "create-tauri-app-v2.6.2"
6+
$__TAG_NAME__ = "create-tauri-app-v2.6.3"
77
# $url="https://github.com/tauri-apps/create-tauri-app/releases/download/$__TAG_NAME__/create-tauri-app-$bitness-pc-windows-msvc.exe"
88
$url="https://create.tauri.app/download/bin?tag=$__TAG_NAME__&arch=$bitness-pc-windows-msvc&ext=.exe"
99
$outFile = "$Env:TEMP\create-tauri-app.exe"

create-tauri-app.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ main() {
4444
;;
4545
esac
4646

47-
local __TAG_NAME__="create-tauri-app-v2.6.2"
47+
local __TAG_NAME__="create-tauri-app-v2.6.3"
4848
# local _url="https://github.com/tauri-apps/create-tauri-app/releases/download/${__TAG_NAME__}/create-tauri-app-${_arch}${_ext}"
4949
local _url="https://create.tauri.app/download/bin?tag=${__TAG_NAME__}&arch=${_arch}&ext=${_ext}"
5050

packages/cli/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## \[2.6.3]
4+
5+
- Update `tauri` to latest version `1.2`.
6+
- [2da95ed](https://www.github.com/tauri-apps/create-tauri-app/commit/2da95ed48fc2c44d6b73d67206ceaa1963217648) chore(deps): update tauri to latest version, closes [#229](https://www.github.com/tauri-apps/create-tauri-app/pull/229) on 2022-11-18
7+
38
## \[2.6.2]
49

510
- Change `vanilla` and `vanilla-ts` templates to attach the click handler through Javascript, instead of assigining to the `window` object.

packages/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "create-tauri-app"
33
description = "Rapidly scaffold out a new tauri app project."
44
authors = [ "Tauri Programme within The Commons Conservancy" ]
5-
version = "2.6.2"
5+
version = "2.6.3"
66
edition = "2021"
77
license = "Apache-2.0 OR MIT"
88
readme = "README.md"

packages/cli/node/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## \[2.6.3]
4+
5+
- Update `tauri` to latest version `1.2`.
6+
- Bumped due to a bump in create-tauri-app.
7+
- [2da95ed](https://www.github.com/tauri-apps/create-tauri-app/commit/2da95ed48fc2c44d6b73d67206ceaa1963217648) chore(deps): update tauri to latest version, closes [#229](https://www.github.com/tauri-apps/create-tauri-app/pull/229) on 2022-11-18
8+
39
## \[2.6.2]
410

511
- Change `vanilla` and `vanilla-ts` templates to attach the click handler through Javascript, instead of assigining to the `window` object.

packages/cli/node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-tauri-app",
3-
"version": "2.6.2",
3+
"version": "2.6.3",
44
"description": "Rapidly scaffold out a new tauri app project.",
55
"funding": {
66
"type": "opencollective",

packages/worker/scripts/create-tauri-app.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# SPDX-License-Identifier: MIT
44

55
$bitness = if ([Environment]::Is64BitOperatingSystem) { "x86_64" } else { "i686" }
6-
$__TAG_NAME__ = "create-tauri-app-v2.6.2"
6+
$__TAG_NAME__ = "create-tauri-app-v2.6.3"
77
# $url="https://github.com/tauri-apps/create-tauri-app/releases/download/$__TAG_NAME__/create-tauri-app-$bitness-pc-windows-msvc.exe"
88
$url="https://create.tauri.app/download/bin?tag=$__TAG_NAME__&arch=$bitness-pc-windows-msvc&ext=.exe"
99
$outFile = "$Env:TEMP\create-tauri-app.exe"

packages/worker/scripts/create-tauri-app.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ main() {
4444
;;
4545
esac
4646

47-
local __TAG_NAME__="create-tauri-app-v2.6.2"
47+
local __TAG_NAME__="create-tauri-app-v2.6.3"
4848
# local _url="https://github.com/tauri-apps/create-tauri-app/releases/download/${__TAG_NAME__}/create-tauri-app-${_arch}${_ext}"
4949
local _url="https://create.tauri.app/download/bin?tag=${__TAG_NAME__}&arch=${_arch}&ext=${_ext}"
5050

0 commit comments

Comments
 (0)