Преглед изворни кода

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

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
github-actions[bot] пре 1 година
родитељ
комит
441eb4f4a5

+ 0 - 5
.changes/fix-incomplete-writeFile.md

@@ -1,5 +0,0 @@
----
-"tauri": 'patch:bug'
----
-
-Set the correct `truncate` option on `OpenOptions` so that `write_file` can completely overwrite existing files.

+ 0 - 5
.changes/fix-webview2-offline-guid.md

@@ -1,5 +0,0 @@
----
-"tauri-bundler": 'patch:bug'
----
-
-Update the WebView2 offline installer GUIDs to resolve the 404 HTTP response status codes.

+ 6 - 0
core/tauri/CHANGELOG.md

@@ -1,5 +1,11 @@
 # Changelog
 
+## \[1.5.2]
+
+### Bug Fixes
+
+- [`21cdbb41`](https://www.github.com/tauri-apps/tauri/commit/21cdbb41a38f465148bbeb82feb3e7886c320182)([#7982](https://www.github.com/tauri-apps/tauri/pull/7982)) Set the correct `truncate` option on `OpenOptions` so that `write_file` can completely overwrite existing files.
+
 ## \[1.5.1]
 
 ### Bug Fixes

+ 1 - 1
core/tauri/Cargo.toml

@@ -10,7 +10,7 @@ license = "Apache-2.0 OR MIT"
 name = "tauri"
 readme = "README.md"
 repository = "https://github.com/tauri-apps/tauri"
-version = "1.5.1"
+version = "1.5.2"
 
 [package.metadata.docs.rs]
 no-default-features = true

+ 6 - 0
tooling/bundler/CHANGELOG.md

@@ -1,5 +1,11 @@
 # Changelog
 
+## \[1.4.2]
+
+### Bug Fixes
+
+- [`f552c179`](https://www.github.com/tauri-apps/tauri/commit/f552c1796a61a5cfd51fad6d616bea3164b48a21)([#7998](https://www.github.com/tauri-apps/tauri/pull/7998)) Update the WebView2 offline installer GUIDs to resolve the 404 HTTP response status codes.
+
 ## \[1.4.1]
 
 ### Bug Fixes

+ 1 - 1
tooling/bundler/Cargo.toml

@@ -2,7 +2,7 @@ workspace = { }
 
 [package]
 name = "tauri-bundler"
-version = "1.4.1"
+version = "1.4.2"
 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.3]
+
+### Dependencies
+
+- Upgraded to `tauri-bundler@1.4.2`
+
 ## \[1.5.2]
 
 ### Dependencies

+ 2 - 2
tooling/cli/Cargo.lock

@@ -3304,7 +3304,7 @@ dependencies = [
 
 [[package]]
 name = "tauri-bundler"
-version = "1.4.1"
+version = "1.4.2"
 dependencies = [
  "anyhow",
  "ar",
@@ -3344,7 +3344,7 @@ dependencies = [
 
 [[package]]
 name = "tauri-cli"
-version = "1.5.2"
+version = "1.5.3"
 dependencies = [
  "anyhow",
  "axum",

+ 2 - 2
tooling/cli/Cargo.toml

@@ -3,7 +3,7 @@ members = [ "node" ]
 
 [package]
 name = "tauri-cli"
-version = "1.5.2"
+version = "1.5.3"
 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.0", features = [ "derive" ] }
 anyhow = "1.0"
-tauri-bundler = { version = "1.4.1", path = "../bundler", default-features = false }
+tauri-bundler = { version = "1.4.2", path = "../bundler", default-features = false }
 colored = "2.0"
 once_cell = "1"
 serde = { version = "1.0", features = [ "derive" ] }

+ 2 - 2
tooling/cli/metadata.json

@@ -1,8 +1,8 @@
 {
   "cli.js": {
-    "version": "1.5.2",
+    "version": "1.5.3",
     "node": ">= 10.0.0"
   },
-  "tauri": "1.5.1",
+  "tauri": "1.5.2",
   "tauri-build": "1.5.0"
 }

+ 6 - 0
tooling/cli/node/CHANGELOG.md

@@ -1,5 +1,11 @@
 # Changelog
 
+## \[1.5.3]
+
+### Dependencies
+
+- Upgraded to `tauri-cli@1.5.3`
+
 ## \[1.5.2]
 
 ### Dependencies

+ 1 - 1
tooling/cli/node/package.json

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