Переглянути джерело

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

Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
github-actions[bot] 1 рік тому
батько
коміт
d78fa20d86

+ 0 - 5
.changes/macos-dialog-crash-default-path-empty.md

@@ -1,5 +0,0 @@
----
-"tauri": "patch:bug"
----
-
-Fix dialog crash on macOS when the `default_path` value is empty.

+ 0 - 6
.changes/revert-9706.md

@@ -1,6 +0,0 @@
----
-"tauri": "patch:bug"
-"@tauri-apps/api": "patch:bug"
----
-
-Revert [#9706](https://github.com/tauri-apps/tauri/pull/9706) which broke compatability between `tauri` crate and the JS `@tauri-apps/api` npm package in a patch release where it should've been in a minor release.

+ 7 - 0
core/tauri/CHANGELOG.md

@@ -1,5 +1,12 @@
 # Changelog
 
+## \[1.6.6]
+
+### Bug Fixes
+
+- [`704260bb3`](https://www.github.com/tauri-apps/tauri/commit/704260bb3c2bc54c149f2fe508bff09535b083ad)([#9784](https://www.github.com/tauri-apps/tauri/pull/9784)) Fix dialog crash on macOS when the `default_path` value is empty.
+- [`3b69c1384`](https://www.github.com/tauri-apps/tauri/commit/3b69c1384bd089ad5dcff0c1b12fbfadeb585c6a)([#9792](https://www.github.com/tauri-apps/tauri/pull/9792)) Revert [#9706](https://github.com/tauri-apps/tauri/pull/9706) which broke compatability between `tauri` crate and the JS `@tauri-apps/api` npm package in a patch release where it should've been in a minor release.
+
 ## \[1.6.5]
 
 ### 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.5"
+version = "1.6.6"
 
 [package.metadata.docs.rs]
 no-default-features = true

+ 6 - 0
tooling/api/CHANGELOG.md

@@ -1,5 +1,11 @@
 # Changelog
 
+## \[1.5.6]
+
+### Bug Fixes
+
+- [`3b69c1384`](https://www.github.com/tauri-apps/tauri/commit/3b69c1384bd089ad5dcff0c1b12fbfadeb585c6a)([#9792](https://www.github.com/tauri-apps/tauri/pull/9792)) Revert [#9706](https://github.com/tauri-apps/tauri/pull/9706) which broke compatability between `tauri` crate and the JS `@tauri-apps/api` npm package in a patch release where it should've been in a minor release.
+
 ## \[1.5.5]
 
 ### Enhancements

+ 1 - 1
tooling/api/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@tauri-apps/api",
-  "version": "1.5.5",
+  "version": "1.5.6",
   "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.5",
+  "tauri": "1.6.6",
   "tauri-build": "1.5.2"
 }