Apply Version Updates From Current Changes (#12512)

Co-authored-by: FabianLars <30730186+FabianLars@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2025-01-25 18:23:32 +01:00 committed by GitHub
parent 8e9134c4a2
commit 82d634f4a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 fail because of an incorrect `--bins` flag.

2
Cargo.lock generated
View File

@ -9135,7 +9135,7 @@ dependencies = [
[[package]]
name = "tauri-cli"
version = "2.2.6"
version = "2.2.7"
dependencies = [
"anyhow",
"ar",

View File

@ -1,5 +1,11 @@
# Changelog
## \[2.2.7]
### Bug Fixes
- [`8e9134c4a`](https://www.github.com/tauri-apps/tauri/commit/8e9134c4a2047329be0dbb868b7ae061a9d3f190) ([#12511](https://www.github.com/tauri-apps/tauri/pull/12511) by [@FabianLars](https://www.github.com/tauri-apps/tauri/../../FabianLars)) Fixed an issue that caused `tauri dev` to fail because of an incorrect `--bins` flag.
## \[2.2.6]
### Enhancements

View File

@ -1,6 +1,6 @@
[package]
name = "tauri-cli"
version = "2.2.6"
version = "2.2.7"
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.6",
"version": "2.2.7",
"node": ">= 10.0.0"
},
"tauri": "2.2.4",

View File

@ -1,5 +1,15 @@
# Changelog
## \[2.2.7]
### Bug Fixes
- [`8e9134c4a`](https://www.github.com/tauri-apps/tauri/commit/8e9134c4a2047329be0dbb868b7ae061a9d3f190) ([#12511](https://www.github.com/tauri-apps/tauri/pull/12511) by [@FabianLars](https://www.github.com/tauri-apps/tauri/../../FabianLars)) Fixed an issue that caused `tauri dev` to fail because of an incorrect `--bins` flag.
### Dependencies
- Upgraded to `tauri-cli@2.2.7`
## \[2.2.6]
### Enhancements

View File

@ -1,6 +1,6 @@
{
"name": "@tauri-apps/cli",
"version": "2.2.6",
"version": "2.2.7",
"description": "Command line interface for building Tauri apps",
"funding": {
"type": "opencollective",