Skip to content

Commit

Permalink
apply version updates
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianLars authored and github-actions[bot] committed Feb 7, 2025
1 parent 053b57c commit ca9b1ce
Show file tree
Hide file tree
Showing 33 changed files with 184 additions and 102 deletions.
11 changes: 0 additions & 11 deletions .changes/disable-background-throttling.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/emit-str.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/nsis-ukranian.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/path-resolver-clone.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/webview-navigate-borrow-self.md

This file was deleted.

70 changes: 35 additions & 35 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions crates/tauri-build/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## \[2.0.6]

### Dependencies

- Upgraded to `[email protected]`
- Upgraded to `[email protected]`

## \[2.0.5]

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions crates/tauri-build/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tauri-build"
version = "2.0.5"
version = "2.0.6"
description = "build time code to pair with https://crates.io/crates/tauri"
exclude = ["CHANGELOG.md", "/target"]
readme = "README.md"
Expand Down Expand Up @@ -28,8 +28,8 @@ rustdoc-args = ["--cfg", "docsrs"]
[dependencies]
anyhow = "1"
quote = { version = "1", optional = true }
tauri-codegen = { version = "2.0.4", path = "../tauri-codegen", optional = true }
tauri-utils = { version = "2.1.1", path = "../tauri-utils", features = [
tauri-codegen = { version = "2.0.5", path = "../tauri-codegen", optional = true }
tauri-utils = { version = "2.2.0", path = "../tauri-utils", features = [
"build",
"resources",
] }
Expand Down
10 changes: 10 additions & 0 deletions crates/tauri-bundler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## \[2.2.4]

### Enhancements

- [`5eba0785c`](https://www.github.com/tauri-apps/tauri/commit/5eba0785c461a0d0bec47653eaf6ccdf5f05d347) ([#12605](https://www.github.com/tauri-apps/tauri/pull/12605) by [@niusia-ua](https://www.github.com/tauri-apps/tauri/../../niusia-ua)) Added Ukrainian translation for the custom tauri messages in the nsis bundle

### Dependencies

- Upgraded to `[email protected]`

## \[2.2.3]

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions crates/tauri-bundler/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tauri-bundler"
version = "2.2.3"
version = "2.2.4"
authors = [
"George Burton <[email protected]>",
"Tauri Programme within The Commons Conservancy",
Expand All @@ -15,7 +15,7 @@ rust-version = "1.77.2"
exclude = ["CHANGELOG.md", "/target", "rustfmt.toml"]

[dependencies]
tauri-utils = { version = "2.1.1", path = "../tauri-utils", features = [
tauri-utils = { version = "2.2.0", path = "../tauri-utils", features = [
"resources",
] }
image = "0.25"
Expand Down
Loading

0 comments on commit ca9b1ce

Please sign in to comment.