Skip to content

Commit 5779099

Browse files
publish new versions (#2780)
Co-authored-by: lucasfernog <[email protected]>
1 parent 2aec8ff commit 5779099

19 files changed

+54
-45
lines changed

.changes/add-cli-matches-from.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/add-global-flag-cli.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changes/fix-log-freeze.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/in-app-browser.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/api/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## \[2.0.25]
4+
5+
### Dependencies
6+
7+
- Upgraded to `[email protected]`
8+
- Upgraded to `[email protected]`
9+
- Upgraded to `[email protected]`
10+
311
## \[2.0.24]
412

513
### Dependencies

examples/api/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "api",
33
"private": true,
4-
"version": "2.0.24",
4+
"version": "2.0.25",
55
"type": "module",
66
"scripts": {
77
"dev": "vite --clearScreen false",
@@ -13,7 +13,7 @@
1313
"@tauri-apps/api": "2.5.0",
1414
"@tauri-apps/plugin-barcode-scanner": "^2.2.1",
1515
"@tauri-apps/plugin-biometric": "^2.2.2",
16-
"@tauri-apps/plugin-cli": "^2.2.1",
16+
"@tauri-apps/plugin-cli": "^2.3.0",
1717
"@tauri-apps/plugin-clipboard-manager": "^2.2.3",
1818
"@tauri-apps/plugin-dialog": "^2.2.2",
1919
"@tauri-apps/plugin-fs": "^2.3.0",
@@ -23,7 +23,7 @@
2323
"@tauri-apps/plugin-http": "^2.4.4",
2424
"@tauri-apps/plugin-nfc": "^2.2.1",
2525
"@tauri-apps/plugin-notification": "^2.2.3",
26-
"@tauri-apps/plugin-opener": "^2.3.0",
26+
"@tauri-apps/plugin-opener": "^2.3.1",
2727
"@tauri-apps/plugin-os": "^2.2.2",
2828
"@tauri-apps/plugin-process": "^2.2.2",
2929
"@tauri-apps/plugin-shell": "^2.2.2",

examples/api/src-tauri/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## \[2.0.29]
4+
5+
### Dependencies
6+
7+
- Upgraded to `[email protected]`
8+
- Upgraded to `[email protected]`
9+
- Upgraded to `[email protected]`
10+
311
## \[2.0.28]
412

513
### Dependencies

examples/api/src-tauri/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "api"
33
publish = false
4-
version = "2.0.28"
4+
version = "2.0.29"
55
description = "An example Tauri Application showcasing the api"
66
edition = "2021"
77
rust-version = { workspace = true }
@@ -20,7 +20,7 @@ serde = { workspace = true }
2020
tiny_http = "0.12"
2121
time = "0.3"
2222
log = { workspace = true }
23-
tauri-plugin-log = { path = "../../../plugins/log", version = "2.5.0" }
23+
tauri-plugin-log = { path = "../../../plugins/log", version = "2.5.1" }
2424
tauri-plugin-fs = { path = "../../../plugins/fs", version = "2.3.0", features = [
2525
"watch",
2626
] }
@@ -35,7 +35,7 @@ tauri-plugin-notification = { path = "../../../plugins/notification", version =
3535
] }
3636
tauri-plugin-os = { path = "../../../plugins/os", version = "2.2.2" }
3737
tauri-plugin-process = { path = "../../../plugins/process", version = "2.2.2" }
38-
tauri-plugin-opener = { path = "../../../plugins/opener", version = "2.3.0" }
38+
tauri-plugin-opener = { path = "../../../plugins/opener", version = "2.3.1" }
3939
tauri-plugin-shell = { path = "../../../plugins/shell", version = "2.2.2" }
4040
tauri-plugin-store = { path = "../../../plugins/store", version = "2.2.1" }
4141

@@ -53,7 +53,7 @@ features = [
5353
]
5454

5555
[target."cfg(any(target_os = \"macos\", windows, target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies]
56-
tauri-plugin-cli = { path = "../../../plugins/cli", version = "2.2.1" }
56+
tauri-plugin-cli = { path = "../../../plugins/cli", version = "2.3.0" }
5757
tauri-plugin-global-shortcut = { path = "../../../plugins/global-shortcut", version = "2.2.1" }
5858
tauri-plugin-updater = { path = "../../../plugins/updater", version = "2.8.1" }
5959
tauri-plugin-window-state = { path = "../../../plugins/window-state", version = "2.2.0" }

plugins/cli/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## \[2.3.0]
4+
5+
- [`f6e11282`](https://github.com/tauri-apps/plugins-workspace/commit/f6e11282a7f4036dd6d1dbb8f100e777e9e42f11) ([#2787](https://github.com/tauri-apps/plugins-workspace/pull/2787) by [@mikew](https://github.com/tauri-apps/plugins-workspace/../../mikew)) Added `Cli.matches_from(args)`. This can be combined with the `args` passed to the callback of `tauri_plugin_single_instance::init` to parse the command line arguments passed to subsequent instances of the application.
6+
- [`37c2fb41`](https://github.com/tauri-apps/plugins-workspace/commit/37c2fb41201160e85c8dc3ad40f462cd4e17a304) ([#2772](https://github.com/tauri-apps/plugins-workspace/pull/2772) by [@floriskn](https://github.com/tauri-apps/plugins-workspace/../../floriskn)) Added a new `global` boolean flag to the `CliArg` struct to support global CLI arguments. This flag allows arguments like `--verbose` to be marked as global and automatically propagated to all subcommands, enabling consistent availability throughout the CLI.
7+
8+
The new field is optional and defaults to false.
9+
310
## \[2.2.1]
411

512
- [`f634e524`](https://github.com/tauri-apps/plugins-workspace/commit/f634e5248ebe428f8305a59f74c13fc15147fb8e) This is an "empty" release to update the plugins' source files on crates.io and docs.rs. This should fix docs.rs build failures for projects using tauri plugins as dependencies.

0 commit comments

Comments
 (0)