Skip to content

Commit

Permalink
Apply Version Updates From Current Changes (v1) (#12203)
Browse files Browse the repository at this point in the history
Co-authored-by: FabianLars <[email protected]>
  • Loading branch information
github-actions[bot] and FabianLars authored Jan 10, 2025
1 parent ac83bf4 commit 089939b
Show file tree
Hide file tree
Showing 24 changed files with 105 additions and 43 deletions.
5 changes: 0 additions & 5 deletions .changes/enhance-resource-dir-linux.md

This file was deleted.

14 changes: 7 additions & 7 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 core/tauri-build/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## \[1.5.6]

### Dependencies

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

## \[1.5.5]

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions core/tauri-build/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tauri-build"
version = "1.5.5"
version = "1.5.6"
authors = [ "Tauri Programme within The Commons Conservancy" ]
categories = [ "gui", "web-programming" ]
license = "Apache-2.0 OR MIT"
Expand All @@ -23,8 +23,8 @@ unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
[dependencies]
anyhow = "1"
quote = { version = "1", optional = true }
tauri-codegen = { version = "1.4.5", path = "../tauri-codegen", optional = true }
tauri-utils = { version = "1.6.1", path = "../tauri-utils", features = [ "build", "resources" ] }
tauri-codegen = { version = "1.4.6", path = "../tauri-codegen", optional = true }
tauri-utils = { version = "1.6.2", path = "../tauri-utils", features = [ "build", "resources" ] }
cargo_toml = "0.15"
serde = "1"
serde_json = "1"
Expand Down
6 changes: 6 additions & 0 deletions core/tauri-codegen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## \[1.4.6]

### Dependencies

- Upgraded to `[email protected]`

## \[1.4.5]

### Enhancements
Expand Down
4 changes: 2 additions & 2 deletions core/tauri-codegen/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tauri-codegen"
version = "1.4.5"
version = "1.4.6"
authors = [ "Tauri Programme within The Commons Conservancy" ]
categories = [ "gui", "web-programming" ]
license = "Apache-2.0 OR MIT"
Expand All @@ -19,7 +19,7 @@ proc-macro2 = "1"
quote = "1"
serde = { version = "1", features = [ "derive" ] }
serde_json = "1"
tauri-utils = { version = "1.6.1", path = "../tauri-utils", features = [ "build" ] }
tauri-utils = { version = "1.6.2", path = "../tauri-utils", features = [ "build" ] }
thiserror = "1"
walkdir = "2"
brotli = { version = "7", optional = true }
Expand Down
7 changes: 7 additions & 0 deletions core/tauri-macros/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## \[1.4.7]

### Dependencies

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

## \[1.4.6]

### Dependencies
Expand Down
6 changes: 3 additions & 3 deletions core/tauri-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tauri-macros"
version = "1.4.6"
version = "1.4.7"
authors = [ "Tauri Programme within The Commons Conservancy" ]
categories = [ "gui", "os", "filesystem", "web-programming" ]
license = "Apache-2.0 OR MIT"
Expand All @@ -20,8 +20,8 @@ proc-macro2 = { version = "1", features = [ "span-locations" ] }
quote = "1"
syn = { version = "1", features = [ "full" ] }
heck = "0.5"
tauri-codegen = { version = "1.4.5", default-features = false, path = "../tauri-codegen" }
tauri-utils = { version = "1.6.1", path = "../tauri-utils" }
tauri-codegen = { version = "1.4.6", default-features = false, path = "../tauri-codegen" }
tauri-utils = { version = "1.6.2", path = "../tauri-utils" }

[features]
custom-protocol = [ ]
Expand Down
7 changes: 7 additions & 0 deletions core/tauri-runtime-wry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## \[0.14.11]

### Dependencies

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

## \[0.14.10]

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions core/tauri-runtime-wry/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tauri-runtime-wry"
version = "0.14.10"
version = "0.14.11"
authors = [ "Tauri Programme within The Commons Conservancy" ]
categories = [ "gui", "web-programming" ]
license = "Apache-2.0 OR MIT"
Expand All @@ -14,8 +14,8 @@ readme = "README.md"

[dependencies]
wry = { version = "0.24.10", default-features = false, features = [ "file-drop", "protocol" ] }
tauri-runtime = { version = "0.14.5", path = "../tauri-runtime" }
tauri-utils = { version = "1.6.1", path = "../tauri-utils" }
tauri-runtime = { version = "0.14.6", path = "../tauri-runtime" }
tauri-utils = { version = "1.6.2", path = "../tauri-utils" }
uuid = { version = "1", features = [ "v4" ] }
rand = "0.8"
raw-window-handle = "0.5"
Expand Down
6 changes: 6 additions & 0 deletions core/tauri-runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## \[0.14.6]

### Dependencies

- Upgraded to `[email protected]`

## \[0.14.5]

### What's Changed
Expand Down
4 changes: 2 additions & 2 deletions core/tauri-runtime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tauri-runtime"
version = "0.14.5"
version = "0.14.6"
authors = [ "Tauri Programme within The Commons Conservancy" ]
categories = [ "gui", "web-programming" ]
license = "Apache-2.0 OR MIT"
Expand Down Expand Up @@ -30,7 +30,7 @@ unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
serde = { version = "1", features = [ "derive" ] }
serde_json = "1"
thiserror = "1"
tauri-utils = { version = "1.6.1", path = "../tauri-utils" }
tauri-utils = { version = "1.6.2", path = "../tauri-utils" }
uuid = { version = "1", features = [ "v4" ] }
http = "0.2"
http-range = "0.1"
Expand Down
6 changes: 6 additions & 0 deletions core/tauri-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## \[1.6.2]

### Bug Fixes

- [`a3584c143`](https://www.github.com/tauri-apps/tauri/commit/a3584c143eab10b8fa47b82ecbd9032d839fd9de) ([#11960](https://www.github.com/tauri-apps/tauri/pull/11960) by [@MarielaSassi](https://www.github.com/tauri-apps/tauri/../../MarielaSassi)) Enhance resource directory resolution to support running on distros like NixOS.

## \[1.6.1]

### New Features
Expand Down
2 changes: 1 addition & 1 deletion core/tauri-utils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tauri-utils"
version = "1.6.1"
version = "1.6.2"
authors = [ "Tauri Programme within The Commons Conservancy" ]
license = "Apache-2.0 OR MIT"
homepage = "https://tauri.app"
Expand Down
9 changes: 9 additions & 0 deletions core/tauri/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## \[1.8.2]

### Dependencies

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

## \[1.8.1]

### Bug Fixes
Expand Down
10 changes: 5 additions & 5 deletions core/tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license = "Apache-2.0 OR MIT"
name = "tauri"
readme = "README.md"
repository = "https://github.com/tauri-apps/tauri"
version = "1.8.1"
version = "1.8.2"

[package.metadata.docs.rs]
no-default-features = true
Expand Down Expand Up @@ -62,10 +62,10 @@ url = { version = "2" }
anyhow = "1.0"
thiserror = "1.0"
once_cell = "1"
tauri-runtime = { version = "0.14.5", path = "../tauri-runtime" }
tauri-macros = { version = "1.4.6", path = "../tauri-macros" }
tauri-utils = { version = "1.6.1", features = [ "resources" ], path = "../tauri-utils" }
tauri-runtime-wry = { version = "0.14.10", path = "../tauri-runtime-wry", optional = true }
tauri-runtime = { version = "0.14.6", path = "../tauri-runtime" }
tauri-macros = { version = "1.4.7", path = "../tauri-macros" }
tauri-utils = { version = "1.6.2", features = [ "resources" ], path = "../tauri-utils" }
tauri-runtime-wry = { version = "0.14.11", path = "../tauri-runtime-wry", optional = true }
rand = "0.8"
semver = { version = "1", features = [ "serde" ] }
serde_repr = "0.1"
Expand Down
6 changes: 6 additions & 0 deletions tooling/bundler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## \[1.7.3]

### Dependencies

- Upgraded to `[email protected]`

## \[1.7.2]

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions tooling/bundler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ workspace = { }

[package]
name = "tauri-bundler"
version = "1.7.2"
version = "1.7.3"
authors = [
"George Burton <[email protected]>",
"Tauri Programme within The Commons Conservancy"
Expand All @@ -17,7 +17,7 @@ rust-version = "1.71"
exclude = [ "CHANGELOG.md", "/target", "rustfmt.toml" ]

[dependencies]
tauri-utils = { version = "1.6.1", path = "../../core/tauri-utils", features = [ "resources" ] }
tauri-utils = { version = "1.6.2", path = "../../core/tauri-utils", features = [ "resources" ] }
image = "0.25"
flate2 = "1.0"
anyhow = "1.0"
Expand Down
7 changes: 7 additions & 0 deletions tooling/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## \[1.6.5]

### Dependencies

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

## \[1.6.4]

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions tooling/cli/Cargo.lock

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

6 changes: 3 additions & 3 deletions tooling/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = [ "node" ]

[package]
name = "tauri-cli"
version = "1.6.4"
version = "1.6.5"
authors = [ "Tauri Programme within The Commons Conservancy" ]
edition = "2021"
rust-version = "1.71"
Expand Down Expand Up @@ -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.2", path = "../bundler", default-features = false }
tauri-bundler = { version = "1.7.3", path = "../bundler", default-features = false }
colored = "2.0"
once_cell = "1"
serde = { version = "1.0", features = [ "derive" ] }
Expand All @@ -52,7 +52,7 @@ notify-debouncer-mini = "0.4"
shared_child = "1.0"
toml_edit = "0.22"
json-patch = "2"
tauri-utils = { version = "1.6.1", path = "../../core/tauri-utils", features = [ "isolation", "schema", "config-json5", "config-toml" ] }
tauri-utils = { version = "1.6.2", path = "../../core/tauri-utils", features = [ "isolation", "schema", "config-json5", "config-toml" ] }
toml = "0.8"
jsonschema = { version = "0.18", default-features = false }
handlebars = "4.4"
Expand Down
6 changes: 3 additions & 3 deletions tooling/cli/metadata.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"cli.js": {
"version": "1.6.4",
"version": "1.6.5",
"node": ">= 10.0.0"
},
"tauri": "1.8.1",
"tauri-build": "1.5.5"
"tauri": "1.8.2",
"tauri-build": "1.5.6"
}
Loading

0 comments on commit 089939b

Please sign in to comment.