Skip to content

Commit

Permalink
Apply Version Updates From Current Changes (#482)
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 Sep 30, 2023
1 parent f095dce commit eae70c3
Show file tree
Hide file tree
Showing 14 changed files with 27 additions and 41 deletions.
7 changes: 0 additions & 7 deletions .changes/alpha-api.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/bun-pm.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/detect-package-manager.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/skip-git-directory.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/tauri-1.5.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.7.3"
$__TAG_NAME__ = "create-tauri-app-v3.8.0"
# $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.7.3"
local __TAG_NAME__="create-tauri-app-v3.8.0"
# 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
8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## \[3.8.0]

- [`f095dce`](https://www.github.com/tauri-apps/create-tauri-app/commit/f095dce22ba24cc2ef13b31491ae02d0162c01a8)([#498](https://www.github.com/tauri-apps/create-tauri-app/pull/498)) Update `@tauri-apps/api` to latest version for `--alpha` templates.
- [`a962ef8`](https://www.github.com/tauri-apps/create-tauri-app/commit/a962ef868d1b86f44d124077ce52301873c52e41)([#481](https://www.github.com/tauri-apps/create-tauri-app/pull/481)) Support and detect Bun package manager
- [`5e48a5c`](https://www.github.com/tauri-apps/create-tauri-app/commit/5e48a5c39fe356efa5734ae5c5ada00b8fabb339)([#486](https://www.github.com/tauri-apps/create-tauri-app/pull/486)) Auto-detect package manager used to run `create-tauri-app` and promote the most relevant category for it and select it and also make the package manager selected by default in the managers selection list.
- [`724ff2b`](https://www.github.com/tauri-apps/create-tauri-app/commit/724ff2b134023f9818b3457da50ca6ef320fec93)([#485](https://www.github.com/tauri-apps/create-tauri-app/pull/485)) Skip deleting `.git` directory when initalizing a project in an already existing directoy.
- [`f095dce`](https://www.github.com/tauri-apps/create-tauri-app/commit/f095dce22ba24cc2ef13b31491ae02d0162c01a8)([#498](https://www.github.com/tauri-apps/create-tauri-app/pull/498)) Update tauri versions for all templates to version `1.5`.

## \[3.7.3]

- [`194d569`](https://www.github.com/tauri-apps/create-tauri-app/commit/194d569f6c192e0665cb0e5c5a6f66b7fb9ac8a3)([#478](https://www.github.com/tauri-apps/create-tauri-app/pull/478)) Fix running `create-tauri-app` in JS environments in strict mode.
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.7.3"
version = "3.8.0"
edition = "2021"
license = "Apache-2.0 OR MIT"
readme = "README.md"
Expand Down
12 changes: 12 additions & 0 deletions packages/cli/node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## \[3.8.0]

- [`f095dce`](https://www.github.com/tauri-apps/create-tauri-app/commit/f095dce22ba24cc2ef13b31491ae02d0162c01a8)([#498](https://www.github.com/tauri-apps/create-tauri-app/pull/498)) Update `@tauri-apps/api` to latest version for `--alpha` templates.
- [`a962ef8`](https://www.github.com/tauri-apps/create-tauri-app/commit/a962ef868d1b86f44d124077ce52301873c52e41)([#481](https://www.github.com/tauri-apps/create-tauri-app/pull/481)) Support and detect Bun package manager
- [`5e48a5c`](https://www.github.com/tauri-apps/create-tauri-app/commit/5e48a5c39fe356efa5734ae5c5ada00b8fabb339)([#486](https://www.github.com/tauri-apps/create-tauri-app/pull/486)) Auto-detect package manager used to run `create-tauri-app` and promote the most relevant category for it and select it and also make the package manager selected by default in the managers selection list.
- [`724ff2b`](https://www.github.com/tauri-apps/create-tauri-app/commit/724ff2b134023f9818b3457da50ca6ef320fec93)([#485](https://www.github.com/tauri-apps/create-tauri-app/pull/485)) Skip deleting `.git` directory when initalizing a project in an already existing directoy.
- [`f095dce`](https://www.github.com/tauri-apps/create-tauri-app/commit/f095dce22ba24cc2ef13b31491ae02d0162c01a8)([#498](https://www.github.com/tauri-apps/create-tauri-app/pull/498)) Update tauri versions for all templates to version `1.5`.

### Dependencies

- Upgraded to `[email protected]`

## \[3.7.3]

- [`3449afc`](https://www.github.com/tauri-apps/create-tauri-app/commit/3449afcc9c872d0d20a7751c25b47b9c602f2804)([#476](https://www.github.com/tauri-apps/create-tauri-app/pull/476)) Fix typescript error in `solid-ts` template when importing some non-standard files.
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.7.3",
"version": "3.8.0",
"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.7.3"
$__TAG_NAME__ = "create-tauri-app-v3.8.0"
# $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.7.3"
local __TAG_NAME__="create-tauri-app-v3.8.0"
# 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 eae70c3

Please sign in to comment.