Skip to content

Commit 3eb6334

Browse files
Legend-Mastergithub-actions[bot]
authored andcommitted
publish new versions
1 parent f501bc2 commit 3eb6334

File tree

14 files changed

+34
-26
lines changed

14 files changed

+34
-26
lines changed

.changes/add-allow-downgrades.md

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

.changes/autostart-feature.md

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

Cargo.lock

Lines changed: 3 additions & 3 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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## \[2.0.23]
4+
5+
### Dependencies
6+
7+
- Upgraded to `[email protected]`
8+
39
## \[2.0.22]
410

511
### Dependencies

examples/api/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "api",
33
"private": true,
4-
"version": "2.0.22",
4+
"version": "2.0.23",
55
"type": "module",
66
"scripts": {
77
"dev": "vite --clearScreen false",
@@ -28,7 +28,7 @@
2828
"@tauri-apps/plugin-process": "^2.2.1",
2929
"@tauri-apps/plugin-shell": "^2.2.1",
3030
"@tauri-apps/plugin-store": "^2.2.0",
31-
"@tauri-apps/plugin-updater": "^2.7.1",
31+
"@tauri-apps/plugin-updater": "^2.8.0",
3232
"@zerodevx/svelte-json-view": "1.0.11"
3333
},
3434
"devDependencies": {

examples/api/src-tauri/CHANGELOG.md

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

3+
## \[2.0.27]
4+
5+
### Dependencies
6+
7+
- Upgraded to `[email protected]`
8+
39
## \[2.0.26]
410

511
### Dependencies

examples/api/src-tauri/Cargo.toml

Lines changed: 2 additions & 2 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.26"
4+
version = "2.0.27"
55
description = "An example Tauri Application showcasing the api"
66
edition = "2021"
77
rust-version = { workspace = true }
@@ -55,7 +55,7 @@ features = [
5555
[target."cfg(any(target_os = \"macos\", windows, target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies]
5656
tauri-plugin-cli = { path = "../../../plugins/cli", version = "2.2.0" }
5757
tauri-plugin-global-shortcut = { path = "../../../plugins/global-shortcut", version = "2.2.1" }
58-
tauri-plugin-updater = { path = "../../../plugins/updater", version = "2.7.1" }
58+
tauri-plugin-updater = { path = "../../../plugins/updater", version = "2.8.0" }
5959
tauri-plugin-window-state = { path = "../../../plugins/window-state", version = "2.2.0" }
6060

6161
[target."cfg(any(target_os = \"android\", target_os = \"ios\"))".dependencies]

plugins/autostart/CHANGELOG.md

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

3+
## \[2.4.0]
4+
5+
- [`764e8f77`](https://github.com/tauri-apps/plugins-workspace/commit/764e8f7719247da515243d9c9cafa6d087d21769) ([#2707](https://github.com/tauri-apps/plugins-workspace/pull/2707) by [@Tunglies](https://github.com/tauri-apps/plugins-workspace/../../Tunglies)) Added a new builder method app_name() to allow customizing the application name in the autostart entry.
6+
37
## \[2.3.0]
48

59
- [`8ecb418a`](https://github.com/tauri-apps/plugins-workspace/commit/8ecb418a1a35d7f234dc5d833746ac2d8e062aec) ([#2569](https://github.com/tauri-apps/plugins-workspace/pull/2569)) Add a `Builder` for more flexible settings

plugins/autostart/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tauri-plugin-autostart"
3-
version = "2.3.0"
3+
version = "2.4.0"
44
description = "Automatically launch your application at startup."
55
authors = { workspace = true }
66
license = { workspace = true }

plugins/autostart/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tauri-apps/plugin-autostart",
3-
"version": "2.3.0",
3+
"version": "2.4.0",
44
"license": "MIT OR Apache-2.0",
55
"authors": [
66
"Tauri Programme within The Commons Conservancy"

0 commit comments

Comments
 (0)