Skip to content

Commit

Permalink
Apply Version Updates From Current Changes (#405)
Browse files Browse the repository at this point in the history
Co-authored-by: amrbashir <[email protected]>
  • Loading branch information
github-actions[bot] and amrbashir authored Apr 16, 2023
1 parent 61aee5a commit c8e2cab
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 20 deletions.
6 changes: 0 additions & 6 deletions .changes/angular-missing-tauri-script.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/tauri-deps.md

This file was deleted.

2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion create-tauri-app.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ $bitness = if ([System.Runtime.InteropServices.RuntimeInformation]::ProcessArchi
} else {
"i686"
}
$__TAG_NAME__ = "create-tauri-app-v3.3.5"
$__TAG_NAME__ = "create-tauri-app-v3.3.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"
Expand Down
2 changes: 1 addition & 1 deletion create-tauri-app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ main() {
;;
esac

local __TAG_NAME__="create-tauri-app-v3.3.5"
local __TAG_NAME__="create-tauri-app-v3.3.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}"

Expand Down
7 changes: 7 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## \[3.3.6]

- Add missing `tauri` script in package.json for Angular template.
- [b81a89c](https://www.github.com/tauri-apps/create-tauri-app/commit/b81a89c30c7f73e8adaa21c0ffff22c2c25d87b6) fix: add missing tauri script for angular template, closes [#404](https://www.github.com/tauri-apps/create-tauri-app/pull/404) on 2023-04-14
- Update tauri dependencies for all templates.
- [61aee5a](https://www.github.com/tauri-apps/create-tauri-app/commit/61aee5a052a41092c96d837b14197e7b1a84050f) chore(deps): update tchore(deps): update tauri deps in all templatesauri deps in all templates on 2023-04-16

## \[3.3.5]

- Update `tauri` deps for all templates
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.5"
version = "3.3.6"
edition = "2021"
license = "Apache-2.0 OR MIT"
readme = "README.md"
Expand Down
7 changes: 7 additions & 0 deletions packages/cli/node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## \[3.3.6]

- Add missing `tauri` script in package.json for Angular template.
- [b81a89c](https://www.github.com/tauri-apps/create-tauri-app/commit/b81a89c30c7f73e8adaa21c0ffff22c2c25d87b6) fix: add missing tauri script for angular template, closes [#404](https://www.github.com/tauri-apps/create-tauri-app/pull/404) on 2023-04-14
- Update tauri dependencies for all templates.
- [61aee5a](https://www.github.com/tauri-apps/create-tauri-app/commit/61aee5a052a41092c96d837b14197e7b1a84050f) chore(deps): update tchore(deps): update tauri deps in all templatesauri deps in all templates on 2023-04-16

## \[3.3.5]

- Update `tauri` deps for all templates
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-tauri-app",
"version": "3.3.5",
"version": "3.3.6",
"description": "Rapidly scaffold out a new tauri app project.",
"funding": {
"type": "opencollective",
Expand Down
2 changes: 1 addition & 1 deletion packages/worker/scripts/create-tauri-app.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ $bitness = if ([System.Runtime.InteropServices.RuntimeInformation]::ProcessArchi
} else {
"i686"
}
$__TAG_NAME__ = "create-tauri-app-v3.3.5"
$__TAG_NAME__ = "create-tauri-app-v3.3.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"
Expand Down
2 changes: 1 addition & 1 deletion packages/worker/scripts/create-tauri-app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ main() {
;;
esac

local __TAG_NAME__="create-tauri-app-v3.3.5"
local __TAG_NAME__="create-tauri-app-v3.3.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}"

Expand Down

0 comments on commit c8e2cab

Please sign in to comment.