Bläddra i källkod

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

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
github-actions[bot] 1 år sedan
förälder
incheckning
6bb721cd3d

+ 0 - 5
.changes/bundler-nsis-resources-dollar.md

@@ -1,5 +0,0 @@
----
-'tauri-bundler': 'patch:bug'
----
-
-Fix failing to create NSIS installer when including resources that has `$` in its path.

+ 0 - 5
.changes/fix-draw-tracing.md

@@ -1,5 +0,0 @@
----
-"tauri-runtime-wry": patch:bug
----
-
-Fixes redraw tracing span not closing.

+ 2 - 2
Cargo.lock

@@ -4021,7 +4021,7 @@ checksum = "e1fc403891a21bcfb7c37834ba66a547a8f402146eba7265b5a6d88059c9ff2f"
 
 [[package]]
 name = "tauri"
-version = "1.6.3"
+version = "1.6.4"
 dependencies = [
  "anyhow",
  "base64 0.21.7",
@@ -4180,7 +4180,7 @@ dependencies = [
 
 [[package]]
 name = "tauri-runtime-wry"
-version = "0.14.6"
+version = "0.14.7"
 dependencies = [
  "arboard",
  "cocoa",

+ 6 - 0
core/tauri-runtime-wry/CHANGELOG.md

@@ -1,5 +1,11 @@
 # Changelog
 
+## \[0.14.7]
+
+### Bug Fixes
+
+- [`2eb21378a`](https://www.github.com/tauri-apps/tauri/commit/2eb21378a65107da0d4a1ab425767e99580966c2)([#9718](https://www.github.com/tauri-apps/tauri/pull/9718)) Fixes redraw tracing span not closing.
+
 ## \[0.14.6]
 
 ### Dependencies

+ 1 - 1
core/tauri-runtime-wry/Cargo.toml

@@ -1,6 +1,6 @@
 [package]
 name = "tauri-runtime-wry"
-version = "0.14.6"
+version = "0.14.7"
 authors = [ "Tauri Programme within The Commons Conservancy" ]
 categories = [ "gui", "web-programming" ]
 license = "Apache-2.0 OR MIT"

+ 6 - 0
core/tauri/CHANGELOG.md

@@ -1,5 +1,11 @@
 # Changelog
 
+## \[1.6.4]
+
+### Dependencies
+
+- Upgraded to `tauri-runtime-wry@0.14.7`
+
 ## \[1.6.3]
 
 ### Enhancements

+ 2 - 2
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.6.3"
+version = "1.6.4"
 
 [package.metadata.docs.rs]
 no-default-features = true
@@ -61,7 +61,7 @@ once_cell = "1"
 tauri-runtime = { version = "0.14.3", path = "../tauri-runtime" }
 tauri-macros = { version = "1.4.4", path = "../tauri-macros" }
 tauri-utils = { version = "1.5.4", features = [ "resources" ], path = "../tauri-utils" }
-tauri-runtime-wry = { version = "0.14.6", path = "../tauri-runtime-wry", optional = true }
+tauri-runtime-wry = { version = "0.14.7", path = "../tauri-runtime-wry", optional = true }
 rand = "0.8"
 semver = { version = "1.0", features = [ "serde" ] }
 serde_repr = "0.1"

+ 6 - 0
tooling/bundler/CHANGELOG.md

@@ -1,5 +1,11 @@
 # Changelog
 
+## \[1.5.4]
+
+### Bug Fixes
+
+- [`ab9ec42c1`](https://www.github.com/tauri-apps/tauri/commit/ab9ec42c102da7594f5d83998aa095d558e86d90)([#9659](https://www.github.com/tauri-apps/tauri/pull/9659)) Fix failing to create NSIS installer when including resources that has `$` in its path.
+
 ## \[1.5.3]
 
 ### Enhancements

+ 1 - 1
tooling/bundler/Cargo.toml

@@ -2,7 +2,7 @@ workspace = { }
 
 [package]
 name = "tauri-bundler"
-version = "1.5.3"
+version = "1.5.4"
 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.14]
+
+### Dependencies
+
+- Upgraded to `tauri-bundler@1.5.4`
+
 ## \[1.5.13]
 
 ### Dependencies

+ 2 - 2
tooling/cli/Cargo.lock

@@ -3349,7 +3349,7 @@ dependencies = [
 
 [[package]]
 name = "tauri-bundler"
-version = "1.5.3"
+version = "1.5.4"
 dependencies = [
  "anyhow",
  "ar",
@@ -3389,7 +3389,7 @@ dependencies = [
 
 [[package]]
 name = "tauri-cli"
-version = "1.5.13"
+version = "1.5.14"
 dependencies = [
  "anyhow",
  "axum",

+ 2 - 2
tooling/cli/Cargo.toml

@@ -3,7 +3,7 @@ members = [ "node" ]
 
 [package]
 name = "tauri-cli"
-version = "1.5.13"
+version = "1.5.14"
 authors = [ "Tauri Programme within The Commons Conservancy" ]
 edition = "2021"
 rust-version = "1.70"
@@ -42,7 +42,7 @@ path = "src/main.rs"
 clap_complete = "4"
 clap = { version = "4.4", features = [ "derive" ] }
 anyhow = "1.0"
-tauri-bundler = { version = "1.5.3", path = "../bundler", default-features = false }
+tauri-bundler = { version = "1.5.4", 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.13",
+    "version": "1.5.14",
     "node": ">= 10.0.0"
   },
-  "tauri": "1.6.3",
+  "tauri": "1.6.4",
   "tauri-build": "1.5.2"
 }

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

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

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

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