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 Jan 25, 2025
1 parent a2d36b8 commit df581a2
Show file tree
Hide file tree
Showing 29 changed files with 170 additions and 81 deletions.
11 changes: 0 additions & 11 deletions .changes/disable-background-throttling.md

This file was deleted.

68 changes: 34 additions & 34 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
6 changes: 6 additions & 0 deletions crates/tauri-bundler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## \[2.2.4]

### 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
11 changes: 11 additions & 0 deletions crates/tauri-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## \[2.3.0]

### Enhancements

- [`a2d36b8c3`](https://www.github.com/tauri-apps/tauri/commit/a2d36b8c34a8dcfc6736797ca5cd4665faf75e7e) ([#12181](https://www.github.com/tauri-apps/tauri/pull/12181) by [@bastiankistner](https://www.github.com/tauri-apps/tauri/../../bastiankistner)) Add an option to change the default background throttling policy (currently for WebKit only).

### Dependencies

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

## \[2.2.7]

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions crates/tauri-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tauri-cli"
version = "2.2.7"
version = "2.3.0"
authors = ["Tauri Programme within The Commons Conservancy"]
edition = "2021"
rust-version = "1.77.2"
Expand Down Expand Up @@ -47,7 +47,7 @@ sublime_fuzzy = "0.7"
clap_complete = "4"
clap = { version = "4", features = ["derive", "env"] }
anyhow = "1"
tauri-bundler = { version = "2.2.3", default-features = false, path = "../tauri-bundler" }
tauri-bundler = { version = "2.2.4", default-features = false, path = "../tauri-bundler" }
colored = "2"
serde = { version = "1", features = ["derive"] }
serde_json = { version = "1", features = ["preserve_order"] }
Expand All @@ -57,7 +57,7 @@ shared_child = "1"
duct = "0.13"
toml_edit = { version = "0.22", features = ["serde"] }
json-patch = "3"
tauri-utils = { version = "2.1.1", path = "../tauri-utils", features = [
tauri-utils = { version = "2.2.0", path = "../tauri-utils", features = [
"isolation",
"schema",
"config-json5",
Expand Down
Loading

0 comments on commit df581a2

Please sign in to comment.