apply version updates (#13867)

Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-07-21 21:39:59 +02:00
committed by GitHub
parent 56fd1edeae
commit 98dfdf71ea
9 changed files with 25 additions and 12 deletions

View File

@@ -1,5 +0,0 @@
---
tauri-bundler: patch:bug
---
The AppImage bundler now pulls the AppRun binaries from our GitHub mirror, fixing 404 errors.

View File

@@ -1,5 +1,11 @@
# Changelog
## \[1.7.4]
### Bug Fixes
- [`56fd1edea`](https://www.github.com/tauri-apps/tauri/commit/56fd1edeae20e1605b71f27c41bd1128ab5be110) ([#13864](https://www.github.com/tauri-apps/tauri/pull/13864) by [@FabianLars](https://www.github.com/tauri-apps/tauri/../../FabianLars)) The AppImage bundler now pulls the AppRun binaries from our GitHub mirror, fixing 404 errors.
## \[1.7.3]
### Dependencies

View File

@@ -2,7 +2,7 @@ workspace = { }
[package]
name = "tauri-bundler"
version = "1.7.3"
version = "1.7.4"
authors = [
"George Burton <burtonageo@gmail.com>",
"Tauri Programme within The Commons Conservancy"

View File

@@ -1,5 +1,11 @@
# Changelog
## \[1.6.6]
### Dependencies
- Upgraded to `tauri-bundler@1.7.4`
## \[1.6.5]
### Dependencies

View File

@@ -4411,7 +4411,7 @@ checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
[[package]]
name = "tauri-bundler"
version = "1.7.3"
version = "1.7.4"
dependencies = [
"anyhow",
"ar",
@@ -4452,7 +4452,7 @@ dependencies = [
[[package]]
name = "tauri-cli"
version = "1.6.5"
version = "1.6.6"
dependencies = [
"anyhow",
"axum",

View File

@@ -3,7 +3,7 @@ members = [ "node" ]
[package]
name = "tauri-cli"
version = "1.6.5"
version = "1.6.6"
authors = [ "Tauri Programme within The Commons Conservancy" ]
edition = "2021"
rust-version = "1.71"
@@ -42,7 +42,7 @@ path = "src/main.rs"
clap_complete = "4"
clap = { version = "4.4", features = [ "derive" ] }
anyhow = "1.0"
tauri-bundler = { version = "1.7.3", path = "../bundler", default-features = false }
tauri-bundler = { version = "1.7.4", path = "../bundler", default-features = false }
colored = "2.0"
once_cell = "1"
serde = { version = "1.0", features = [ "derive" ] }

View File

@@ -1,6 +1,6 @@
{
"cli.js": {
"version": "1.6.5",
"version": "1.6.6",
"node": ">= 10.0.0"
},
"tauri": "1.8.3",

View File

@@ -1,5 +1,11 @@
# Changelog
## \[1.6.6]
### Dependencies
- Upgraded to `tauri-cli@1.6.6`
## \[1.6.5]
### Dependencies

View File

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