From f86e2387c96b7872a7ca661fd8c22136b2932402 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 4 Jan 2025 01:17:49 +0100 Subject: [PATCH] apply version updates (#12183) Co-authored-by: FabianLars <30730186+FabianLars@users.noreply.github.com> --- .changes/cli-watcher-exit-on-change.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/cli-watcher-exit-on-change.md diff --git a/.changes/cli-watcher-exit-on-change.md b/.changes/cli-watcher-exit-on-change.md deleted file mode 100644 index db0b1c77b785..000000000000 --- a/.changes/cli-watcher-exit-on-change.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'tauri-cli': 'patch:bug' -'@tauri-apps/cli': 'patch:bug' ---- - -Fixed an issue that caused the `tauri dev` file watcher to exit after detecting file changes. diff --git a/Cargo.lock b/Cargo.lock index 50e24a5466ed..1b01969af5e9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9205,7 +9205,7 @@ dependencies = [ [[package]] name = "tauri-cli" -version = "2.2.1" +version = "2.2.2" dependencies = [ "anyhow", "ar", diff --git a/crates/tauri-cli/CHANGELOG.md b/crates/tauri-cli/CHANGELOG.md index dd497e749b3c..51b097613e56 100644 --- a/crates/tauri-cli/CHANGELOG.md +++ b/crates/tauri-cli/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## \[2.2.2] + +### Bug Fixes + +- [`26fc9558f`](https://www.github.com/tauri-apps/tauri/commit/26fc9558fe7b2fe649f61926da88f36110dd5707) ([#12178](https://www.github.com/tauri-apps/tauri/pull/12178) by [@FabianLars](https://www.github.com/tauri-apps/tauri/../../FabianLars)) Fixed an issue that caused the `tauri dev` file watcher to exit after detecting file changes. + ## \[2.2.1] ### Bug Fixes diff --git a/crates/tauri-cli/Cargo.toml b/crates/tauri-cli/Cargo.toml index 3c87fde416d2..27c7bbc1a5de 100644 --- a/crates/tauri-cli/Cargo.toml +++ b/crates/tauri-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tauri-cli" -version = "2.2.1" +version = "2.2.2" 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 ca75d0c44ec5..b0b083366fe1 100644 --- a/crates/tauri-cli/metadata-v2.json +++ b/crates/tauri-cli/metadata-v2.json @@ -1,6 +1,6 @@ { "cli.js": { - "version": "2.2.1", + "version": "2.2.2", "node": ">= 10.0.0" }, "tauri": "2.2.0", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index e863d0c82394..2327e03648d4 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## \[2.2.2] + +### Bug Fixes + +- [`26fc9558f`](https://www.github.com/tauri-apps/tauri/commit/26fc9558fe7b2fe649f61926da88f36110dd5707) ([#12178](https://www.github.com/tauri-apps/tauri/pull/12178) by [@FabianLars](https://www.github.com/tauri-apps/tauri/../../FabianLars)) Fixed an issue that caused the `tauri dev` file watcher to exit after detecting file changes. + +### Dependencies + +- Upgraded to `tauri-cli@2.2.2` + ## \[2.2.1] ### Bug Fixes diff --git a/packages/cli/package.json b/packages/cli/package.json index c0a38897b0fc..49abf5278b85 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@tauri-apps/cli", - "version": "2.2.1", + "version": "2.2.2", "description": "Command line interface for building Tauri apps", "funding": { "type": "opencollective",