Kaynağa Gözat

apply version updates

lucasfernog 1 yıl önce
ebeveyn
işleme
01fec6f58f

+ 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": "minor:enhance"
-"@tauri-apps/api": "minor:enhance"
----
-
-Enhance the speed of The JS `Command.execute` API from `shell` module.
-

+ 6 - 0
core/tauri/CHANGELOG.md

@@ -1,5 +1,11 @@
 # Changelog
 
+## \[1.7.0]
+
+### 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.
+
 ## \[1.6.7]
 
 ### 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.6.7"
+version = "1.7.0"
 
 [package.metadata.docs.rs]
 no-default-features = true

+ 10 - 0
tooling/api/CHANGELOG.md

@@ -1,5 +1,15 @@
 # Changelog
 
+## \[1.6.0]
+
+### 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.6]
 
 ### Bug Fixes

+ 1 - 1
tooling/api/package.json

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

+ 1 - 1
tooling/cli/metadata.json

@@ -3,6 +3,6 @@
     "version": "1.5.14",
     "node": ">= 10.0.0"
   },
-  "tauri": "1.6.7",
+  "tauri": "1.7.0",
   "tauri-build": "1.5.2"
 }