Skip to content

Commit

Permalink
Apply Version Updates From Current Changes (#769)
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 3, 2024
1 parent d8e65fe commit 6ebea5d
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 13 deletions.
6 changes: 0 additions & 6 deletions .changes/angluar-template-rc.md

This file was deleted.

4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## \[4.3.1]

- [`d8e65fe`](https://github.com/tauri-apps/create-tauri-app/commit/d8e65fe9ae2aa8dac791e8f4a4e593cdddb8e254) ([#768](https://github.com/tauri-apps/create-tauri-app/pull/768) by [@amrbashir](https://github.com/tauri-apps/create-tauri-app/../../amrbashir)) Fix `--rc` angluar template invalid configuration

## \[4.3.0]

- [`10163ee`](https://github.com/tauri-apps/create-tauri-app/commit/10163eeb7910fd205fbebe31e6f98b5f03ae2708) ([#759](https://github.com/tauri-apps/create-tauri-app/pull/759) by [@amrbashir](https://github.com/tauri-apps/create-tauri-app/../../amrbashir)) Fix `cargo install crate-tauri-app` with `--locked` flag.
Expand Down
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 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 = "4.3.0"
version = "4.3.1"
edition = "2021"
license = "Apache-2.0 OR MIT"
readme = "README.md"
Expand Down
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-v4.3.0"
$__TAG_NAME__ = "create-tauri-app-v4.3.1"
# $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-v4.3.0"
local __TAG_NAME__="create-tauri-app-v4.3.1"
# 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 node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## \[4.3.1]

- [`d8e65fe`](https://github.com/tauri-apps/create-tauri-app/commit/d8e65fe9ae2aa8dac791e8f4a4e593cdddb8e254) ([#768](https://github.com/tauri-apps/create-tauri-app/pull/768) by [@amrbashir](https://github.com/tauri-apps/create-tauri-app/../../amrbashir)) Fix `--rc` angluar template invalid configuration

### Dependencies

- Upgraded to `[email protected]`

## \[4.3.0]

- [`10163ee`](https://github.com/tauri-apps/create-tauri-app/commit/10163eeb7910fd205fbebe31e6f98b5f03ae2708) ([#759](https://github.com/tauri-apps/create-tauri-app/pull/759) by [@amrbashir](https://github.com/tauri-apps/create-tauri-app/../../amrbashir)) Update MSRV of this crate to 1.71
Expand Down
2 changes: 1 addition & 1 deletion node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-tauri-app",
"version": "4.3.0",
"version": "4.3.1",
"description": "Rapidly scaffold out a new tauri app project.",
"funding": {
"type": "opencollective",
Expand Down
2 changes: 1 addition & 1 deletion 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-v4.3.0"
$__TAG_NAME__ = "create-tauri-app-v4.3.1"
# $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 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-v4.3.0"
local __TAG_NAME__="create-tauri-app-v4.3.1"
# 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 6ebea5d

Please sign in to comment.