From d150a40b098212c7f53380ba0884c1ecaa0e24b1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 15:34:54 +0100 Subject: [PATCH] Apply Version Updates From Current Changes (#12165) Co-authored-by: FabianLars --- .changes/ignore-notify-access-type.md | 6 ------ Cargo.lock | 2 +- crates/tauri-cli/CHANGELOG.md | 6 ++++++ crates/tauri-cli/Cargo.toml | 2 +- crates/tauri-cli/metadata-v2.json | 2 +- packages/cli/CHANGELOG.md | 10 ++++++++++ packages/cli/package.json | 2 +- 7 files changed, 20 insertions(+), 10 deletions(-) delete mode 100644 .changes/ignore-notify-access-type.md diff --git a/.changes/ignore-notify-access-type.md b/.changes/ignore-notify-access-type.md deleted file mode 100644 index 7b053f0c6109..000000000000 --- 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 fe9b0041f0b5..a8f8d0ce28a0 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 c514e4b6b11e..dd497e749b3c 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 92979dd76c12..3c87fde416d2 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 6b04aa815055..ca75d0c44ec5 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 2950c489fc89..e863d0c82394 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 79c3b8805ea2..c0a38897b0fc 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",