diff --git a/.changes/ignore-notify-access-type.md b/.changes/ignore-notify-access-type.md deleted file mode 100644 index 7b053f0c6..000000000 --- a/.changes/ignore-notify-access-type.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -tauri-cli: 'patch:bug' -'@tauri-apps/cli': 'patch:bug' ---- - -Fixed an issue that caused `tauri dev` to crash before showing the app on Linux. diff --git a/Cargo.lock b/Cargo.lock index fe9b0041f..a8f8d0ce2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9199,7 +9199,7 @@ dependencies = [ [[package]] name = "tauri-cli" -version = "2.2.0" +version = "2.2.1" dependencies = [ "anyhow", "ar", diff --git a/crates/tauri-cli/CHANGELOG.md b/crates/tauri-cli/CHANGELOG.md index c514e4b6b..dd497e749 100644 --- a/crates/tauri-cli/CHANGELOG.md +++ b/crates/tauri-cli/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## \[2.2.1] + +### Bug Fixes + +- [`881729448`](https://www.github.com/tauri-apps/tauri/commit/881729448c9abd0d0c7941a8a31c94119ce827af) ([#12164](https://www.github.com/tauri-apps/tauri/pull/12164) by [@FabianLars](https://www.github.com/tauri-apps/tauri/../../FabianLars)) Fixed an issue that caused `tauri dev` to crash before showing the app on Linux. + ## \[2.2.0] ### New Features diff --git a/crates/tauri-cli/Cargo.toml b/crates/tauri-cli/Cargo.toml index 92979dd76..3c87fde41 100644 --- a/crates/tauri-cli/Cargo.toml +++ b/crates/tauri-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tauri-cli" -version = "2.2.0" +version = "2.2.1" authors = ["Tauri Programme within The Commons Conservancy"] edition = "2021" rust-version = "1.77.2" diff --git a/crates/tauri-cli/metadata-v2.json b/crates/tauri-cli/metadata-v2.json index 6b04aa815..ca75d0c44 100644 --- a/crates/tauri-cli/metadata-v2.json +++ b/crates/tauri-cli/metadata-v2.json @@ -1,6 +1,6 @@ { "cli.js": { - "version": "2.2.0", + "version": "2.2.1", "node": ">= 10.0.0" }, "tauri": "2.2.0", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 2950c489f..e863d0c82 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## \[2.2.1] + +### Bug Fixes + +- [`881729448`](https://www.github.com/tauri-apps/tauri/commit/881729448c9abd0d0c7941a8a31c94119ce827af) ([#12164](https://www.github.com/tauri-apps/tauri/pull/12164) by [@FabianLars](https://www.github.com/tauri-apps/tauri/../../FabianLars)) Fixed an issue that caused `tauri dev` to crash before showing the app on Linux. + +### Dependencies + +- Upgraded to `tauri-cli@2.2.1` + ## \[2.2.0] ### New Features diff --git a/packages/cli/package.json b/packages/cli/package.json index 79c3b8805..c0a38897b 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@tauri-apps/cli", - "version": "2.2.0", + "version": "2.2.1", "description": "Command line interface for building Tauri apps", "funding": { "type": "opencollective",