Apply Version Updates From Current Changes (v1) (#8377)

Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2023-12-13 14:43:54 -03:00 committed by GitHub
parent 5ff9d4592a
commit f9c97b7e5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 26 additions and 17 deletions

View File

@ -1,5 +0,0 @@
---
'tauri-bundler': 'patch:bug'
---
Unset `NSISDIR` and `NSISCONFDIR` when running `makensis.exe` so it doesn't conflict with NSIS installed by the user.

View File

@ -1,5 +0,0 @@
---
'tauri-bundler': 'patch:bug'
---
NSIS perUser installers will now only check if the app is running on the current user.

View File

@ -1,5 +1,12 @@
# Changelog
## \[1.4.7]
### Bug Fixes
- [`777ddf43`](https://www.github.com/tauri-apps/tauri/commit/777ddf434a966966dc8918322c1ec9ee3f822ee2)([#8376](https://www.github.com/tauri-apps/tauri/pull/8376)) Unset `NSISDIR` and `NSISCONFDIR` when running `makensis.exe` so it doesn't conflict with NSIS installed by the user.
- [`5ff9d459`](https://www.github.com/tauri-apps/tauri/commit/5ff9d4592a6dd8fc93165012ef367d78ea06e4ce)([#8390](https://www.github.com/tauri-apps/tauri/pull/8390)) NSIS perUser installers will now only check if the app is running on the current user.
## \[1.4.6]
### Bug Fixes

View File

@ -2,7 +2,7 @@ workspace = { }
[package]
name = "tauri-bundler"
version = "1.4.6"
version = "1.4.7"
authors = [
"George Burton <burtonageo@gmail.com>",
"Tauri Programme within The Commons Conservancy"

View File

@ -1,5 +1,11 @@
# Changelog
## \[1.5.8]
### Dependencies
- Upgraded to `tauri-bundler@1.4.7`
## \[1.5.7]
### Bug Fixes

View File

@ -3395,7 +3395,7 @@ dependencies = [
[[package]]
name = "tauri-bundler"
version = "1.4.6"
version = "1.4.7"
dependencies = [
"anyhow",
"ar",
@ -3435,7 +3435,7 @@ dependencies = [
[[package]]
name = "tauri-cli"
version = "1.5.7"
version = "1.5.8"
dependencies = [
"anyhow",
"axum",

View File

@ -3,7 +3,7 @@ members = [ "node" ]
[package]
name = "tauri-cli"
version = "1.5.7"
version = "1.5.8"
authors = [ "Tauri Programme within The Commons Conservancy" ]
edition = "2021"
rust-version = "1.60"
@ -42,7 +42,7 @@ path = "src/main.rs"
clap_complete = "4"
clap = { version = "4.4", features = [ "derive" ] }
anyhow = "1.0"
tauri-bundler = { version = "1.4.6", path = "../bundler", default-features = false }
tauri-bundler = { version = "1.4.7", path = "../bundler", default-features = false }
colored = "2.0"
once_cell = "1"
serde = { version = "1.0", features = [ "derive" ] }

View File

@ -1,6 +1,6 @@
{
"cli.js": {
"version": "1.5.7",
"version": "1.5.8",
"node": ">= 10.0.0"
},
"tauri": "1.5.3",

View File

@ -1,5 +1,11 @@
# Changelog
## \[1.5.8]
### Dependencies
- Upgraded to `tauri-cli@1.5.8`
## \[1.5.7]
### Bug Fixes

View File

@ -1,6 +1,6 @@
{
"name": "@tauri-apps/cli",
"version": "1.5.7",
"version": "1.5.8",
"description": "Command line interface for building Tauri apps",
"funding": {
"type": "opencollective",