Преглед на файлове

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

* apply version updates

* fmt

---------

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.app>
github-actions[bot] преди 1 година
родител
ревизия
15c62b5d99

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

+ 0 - 6
.changes/shell-execute-extra-newline.md

@@ -1,6 +0,0 @@
----
-"@tauri-apps/api": "patch:bug"
----
-
-Fix The JS `Command.execute` API from `shell` module including extra new lines.
-

+ 0 - 7
.changes/shell-execute-performance.md

@@ -1,7 +0,0 @@
----
-"tauri": "patch:enhance"
-"@tauri-apps/api": "patch:enhance"
----
-
-Enhance the speed of The JS `Command.execute` API from `shell` module.
-

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

+ 10 - 0
core/tauri/CHANGELOG.md

@@ -1,5 +1,15 @@
 # Changelog
 
+## \[1.6.4]
+
+### Enhancements
+
+- [`7f885bd5e`](https://www.github.com/tauri-apps/tauri/commit/7f885bd5edf3e179ddf0b674c3ea7a96e26ce39e)([#9706](https://www.github.com/tauri-apps/tauri/pull/9706)) Enhance the speed of The JS `Command.execute` API from `shell` module.
+
+### 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"

+ 10 - 0
tooling/api/CHANGELOG.md

@@ -1,5 +1,15 @@
 # Changelog
 
+## \[1.5.5]
+
+### Enhancements
+
+- [`7f885bd5e`](https://www.github.com/tauri-apps/tauri/commit/7f885bd5edf3e179ddf0b674c3ea7a96e26ce39e)([#9706](https://www.github.com/tauri-apps/tauri/pull/9706)) Enhance the speed of The JS `Command.execute` API from `shell` module.
+
+### Bug Fixes
+
+- [`7f885bd5e`](https://www.github.com/tauri-apps/tauri/commit/7f885bd5edf3e179ddf0b674c3ea7a96e26ce39e)([#9706](https://www.github.com/tauri-apps/tauri/pull/9706)) Fix The JS `Command.execute` API from `shell` module including extra new lines.
+
 ## \[1.5.4]
 
 ### Bug Fixes

+ 1 - 1
tooling/api/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@tauri-apps/api",
-  "version": "1.5.4",
+  "version": "1.5.5",
   "description": "Tauri API definitions",
   "funding": {
     "type": "opencollective",

+ 1 - 1
tooling/api/src/tauri.ts

@@ -106,7 +106,7 @@ async function invoke<T>(cmd: string, args: InvokeArgs = {}): Promise<T> {
  *
  * Additionally, `asset` must be added to [`tauri.allowlist.protocol`](https://tauri.app/v1/api/config/#allowlistconfig.protocol)
  * in `tauri.conf.json` and its access scope must be defined on the `assetScope` array on the same `protocol` object.
- * For example: 
+ * For example:
  * ```json
  * {
  *   "tauri": {

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