diff --git a/.changes/macos-dialog-crash-default-path-empty.md b/.changes/macos-dialog-crash-default-path-empty.md deleted file mode 100644 index 2ae3f076c968..000000000000 --- a/.changes/macos-dialog-crash-default-path-empty.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tauri": "patch:bug" ---- - -Fix dialog crash on macOS when the `default_path` value is empty. diff --git a/.changes/revert-9706.md b/.changes/revert-9706.md deleted file mode 100644 index 33f9141c053a..000000000000 --- a/.changes/revert-9706.md +++ /dev/null @@ -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. diff --git a/core/tauri/CHANGELOG.md b/core/tauri/CHANGELOG.md index 27c295154d86..6e55c3089adb 100644 --- a/core/tauri/CHANGELOG.md +++ b/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 diff --git a/core/tauri/Cargo.toml b/core/tauri/Cargo.toml index 6a7928b8eaf7..014d78b7d0af 100644 --- a/core/tauri/Cargo.toml +++ b/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 diff --git a/tooling/api/CHANGELOG.md b/tooling/api/CHANGELOG.md index e896d2709657..2bc4248c4a60 100644 --- a/tooling/api/CHANGELOG.md +++ b/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 diff --git a/tooling/api/package.json b/tooling/api/package.json index d1bea3d4c1d6..31e27378ee4e 100644 --- a/tooling/api/package.json +++ b/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", diff --git a/tooling/cli/metadata.json b/tooling/cli/metadata.json index 5c6b1cac715c..6db6b1eb2133 100644 --- a/tooling/cli/metadata.json +++ b/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" }