Bladeren bron

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

Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
github-actions[bot] 1 jaar geleden
bovenliggende
commit
f9c97b7e5b

+ 0 - 5
.changes/bundler-nsis-nsisdir.md

@@ -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.

+ 0 - 5
.changes/bundler-nsis-process-current-user.md

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

+ 7 - 0
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

+ 1 - 1
tooling/bundler/Cargo.toml

@@ -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"

+ 6 - 0
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

+ 2 - 2
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",

+ 2 - 2
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" ] }

+ 1 - 1
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",

+ 6 - 0
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

+ 1 - 1
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",