Apply Version Updates From Current Changes (#12165)

Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-01-03 15:34:54 +01:00
committed by GitHub
parent 881729448c
commit d150a40b09
7 changed files with 20 additions and 10 deletions

View File

@@ -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.

2
Cargo.lock generated
View File

@@ -9199,7 +9199,7 @@ dependencies = [
[[package]]
name = "tauri-cli"
version = "2.2.0"
version = "2.2.1"
dependencies = [
"anyhow",
"ar",

View File

@@ -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

View File

@@ -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"

View File

@@ -1,6 +1,6 @@
{
"cli.js": {
"version": "2.2.0",
"version": "2.2.1",
"node": ">= 10.0.0"
},
"tauri": "2.2.0",

View File

@@ -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

View File

@@ -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",