apply version updates (#14425)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-11-09 12:48:27 +01:00
committed by GitHub
parent d566679a99
commit 9bb7e79e97
7 changed files with 20 additions and 10 deletions

View File

@@ -1,6 +0,0 @@
---
'tauri-cli': 'patch:bug'
'@tauri-apps/cli': 'patch:bug'
---
Premultiply Alpha before Resizing which gets rid of the gray fringe around the icons for svg images.

2
Cargo.lock generated
View File

@@ -8622,7 +8622,7 @@ dependencies = [
[[package]]
name = "tauri-cli"
version = "2.9.3"
version = "2.9.4"
dependencies = [
"ar",
"axum",

View File

@@ -1,5 +1,11 @@
# Changelog
## \[2.9.4]
### Bug Fixes
- [`b586ecf1f`](https://www.github.com/tauri-apps/tauri/commit/b586ecf1f4b3b087f9aa6c4668c2c18b1b7925f4) ([#14416](https://www.github.com/tauri-apps/tauri/pull/14416) by [@Legend-Master](https://www.github.com/tauri-apps/tauri/../../Legend-Master)) Premultiply Alpha before Resizing which gets rid of the gray fringe around the icons for svg images.
## \[2.9.3]
### Enhancements

View File

@@ -1,6 +1,6 @@
[package]
name = "tauri-cli"
version = "2.9.3"
version = "2.9.4"
authors = ["Tauri Programme within The Commons Conservancy"]
edition = "2021"
rust-version = "1.77.2"

View File

@@ -1,6 +1,6 @@
{
"cli.js": {
"version": "2.9.3",
"version": "2.9.4",
"node": ">= 10.0.0"
},
"tauri": "2.9.2",

View File

@@ -1,5 +1,15 @@
# Changelog
## \[2.9.4]
### Bug Fixes
- [`b586ecf1f`](https://www.github.com/tauri-apps/tauri/commit/b586ecf1f4b3b087f9aa6c4668c2c18b1b7925f4) ([#14416](https://www.github.com/tauri-apps/tauri/pull/14416) by [@Legend-Master](https://www.github.com/tauri-apps/tauri/../../Legend-Master)) Premultiply Alpha before Resizing which gets rid of the gray fringe around the icons for svg images.
### Dependencies
- Upgraded to `tauri-cli@2.9.4`
## \[2.9.3]
### Bug Fixes

View File

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