diff --git a/.changes/bundler-nsis-nsisdir.md b/.changes/bundler-nsis-nsisdir.md deleted file mode 100644 index ecf8111b4..000000000 --- a/.changes/bundler-nsis-nsisdir.md +++ /dev/null @@ -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. diff --git a/.changes/bundler-nsis-process-current-user.md b/.changes/bundler-nsis-process-current-user.md deleted file mode 100644 index 3029fdc4f..000000000 --- a/.changes/bundler-nsis-process-current-user.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'tauri-bundler': 'patch:bug' ---- - -NSIS perUser installers will now only check if the app is running on the current user. \ No newline at end of file diff --git a/tooling/bundler/CHANGELOG.md b/tooling/bundler/CHANGELOG.md index bf2538d06..be604754e 100644 --- a/tooling/bundler/CHANGELOG.md +++ b/tooling/bundler/CHANGELOG.md @@ -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 diff --git a/tooling/bundler/Cargo.toml b/tooling/bundler/Cargo.toml index 6c3b0cc40..670a90841 100644 --- a/tooling/bundler/Cargo.toml +++ b/tooling/bundler/Cargo.toml @@ -2,7 +2,7 @@ workspace = { } [package] name = "tauri-bundler" -version = "1.4.6" +version = "1.4.7" authors = [ "George Burton ", "Tauri Programme within The Commons Conservancy" diff --git a/tooling/cli/CHANGELOG.md b/tooling/cli/CHANGELOG.md index 4f48f5d97..44909a716 100644 --- a/tooling/cli/CHANGELOG.md +++ b/tooling/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## \[1.5.8] + +### Dependencies + +- Upgraded to `tauri-bundler@1.4.7` + ## \[1.5.7] ### Bug Fixes diff --git a/tooling/cli/Cargo.lock b/tooling/cli/Cargo.lock index 0a9f0e0a5..16ebdd6c4 100644 --- a/tooling/cli/Cargo.lock +++ b/tooling/cli/Cargo.lock @@ -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", diff --git a/tooling/cli/Cargo.toml b/tooling/cli/Cargo.toml index c8cbb2555..875a44a4b 100644 --- a/tooling/cli/Cargo.toml +++ b/tooling/cli/Cargo.toml @@ -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" ] } diff --git a/tooling/cli/metadata.json b/tooling/cli/metadata.json index 09915989d..55dad6265 100644 --- a/tooling/cli/metadata.json +++ b/tooling/cli/metadata.json @@ -1,6 +1,6 @@ { "cli.js": { - "version": "1.5.7", + "version": "1.5.8", "node": ">= 10.0.0" }, "tauri": "1.5.3", diff --git a/tooling/cli/node/CHANGELOG.md b/tooling/cli/node/CHANGELOG.md index 2104711a7..8e3b07879 100644 --- a/tooling/cli/node/CHANGELOG.md +++ b/tooling/cli/node/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## \[1.5.8] + +### Dependencies + +- Upgraded to `tauri-cli@1.5.8` + ## \[1.5.7] ### Bug Fixes diff --git a/tooling/cli/node/package.json b/tooling/cli/node/package.json index 9338a4cf4..a2dfd77ce 100644 --- a/tooling/cli/node/package.json +++ b/tooling/cli/node/package.json @@ -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",