Skip to content

Commit 8f6d341

Browse files
publish new versions (#1479)
Co-authored-by: FabianLars <[email protected]>
1 parent 76daee7 commit 8f6d341

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

89 files changed

+315
-112
lines changed

.changes/pre.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"changes": [
44
".changes/beta.md",
55
".changes/browser-headers.md",
6+
".changes/clear-clipboard.md",
67
".changes/clipboard-expose-struct.md",
78
".changes/clipboard-html.md",
89
".changes/clipboard-manager-image.md",
@@ -29,6 +30,7 @@
2930
".changes/fix-deep-link-is-registered-typo.md",
3031
".changes/fix-deep-link-linux.md",
3132
".changes/fix-default-arg-value.md",
33+
".changes/fix-fs-async-cmds.md",
3234
".changes/fix-fs-scope-deadlock.md",
3335
".changes/fix-fs-watcher-basedir.md",
3436
".changes/fix-http-default-features.md",
@@ -38,6 +40,8 @@
3840
".changes/fix-updater-default-features.md",
3941
".changes/fix-updater-installer-args-deserialization.md",
4042
".changes/fix-updater-installmode.md",
43+
".changes/fix-updater-msi-autostart.md",
44+
".changes/fix-updater-msi-path.md",
4145
".changes/fix-updater-powershell-flashing.md",
4246
".changes/fix-zbus-import.md",
4347
".changes/global-api-script-refactor.md",
@@ -52,8 +56,10 @@
5256
".changes/http-user-agent.md",
5357
".changes/impl-ext-for-webview-windows.md",
5458
".changes/msrv-1.75.md",
59+
".changes/notifcation-permission-commands.md",
5560
".changes/notification-fix-dev-check.md",
5661
".changes/notification-fix-dev-name.md",
62+
".changes/os-sync-functions.md",
5763
".changes/public-with-store.md",
5864
".changes/remove-unc-path-prefix.md",
5965
".changes/reqwest-0.12.md",
@@ -76,9 +82,11 @@
7682
".changes/tauri-beta-17.md",
7783
".changes/tauri-beta-20.md",
7884
".changes/tauri-beta-22.md",
85+
".changes/tauri-beta-23.md",
7986
".changes/tauri-beta-4.md",
8087
".changes/tauri-beta-8.md",
8188
".changes/tauri-beta-9.md",
89+
".changes/updater-dirs.md",
8290
".changes/updater-download-install-js-binding.md",
8391
".changes/updater-msiexec.md",
8492
".changes/updater-non-zip.md",
@@ -89,6 +97,7 @@
8997
".changes/window-state-custom-filename.md",
9098
".changes/window-state-default-filename.md",
9199
".changes/window-state-js-binding.md",
92-
".changes/window-state-json.md"
100+
".changes/window-state-json.md",
101+
".changes/window-state-map-label.md"
93102
]
94103
}

examples/api/CHANGELOG.md

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

3+
## \[2.0.0-beta.10]
4+
5+
### Dependencies
6+
7+
- Upgraded to `[email protected]`
8+
- Upgraded to `[email protected]`
9+
- Upgraded to `[email protected]`
10+
- Upgraded to `[email protected]`
11+
- Upgraded to `[email protected]`
12+
- Upgraded to `[email protected]`
13+
- Upgraded to `[email protected]`
14+
- Upgraded to `[email protected]`
15+
- Upgraded to `[email protected]`
16+
- Upgraded to `[email protected]`
17+
- Upgraded to `[email protected]`
18+
- Upgraded to `[email protected]`
19+
- Upgraded to `[email protected]`
20+
- Upgraded to `[email protected]`
21+
- Upgraded to `[email protected]`
22+
323
## \[2.0.0-beta.9]
424

525
### Dependencies

examples/api/package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "svelte-app",
33
"private": true,
4-
"version": "2.0.0-beta.9",
4+
"version": "2.0.0-beta.10",
55
"type": "module",
66
"scripts": {
77
"dev": "vite --clearScreen false",
@@ -10,20 +10,20 @@
1010
},
1111
"dependencies": {
1212
"@tauri-apps/api": "2.0.0-beta.14",
13-
"@tauri-apps/plugin-barcode-scanner": "2.0.0-beta.5",
14-
"@tauri-apps/plugin-biometric": "2.0.0-beta.5",
15-
"@tauri-apps/plugin-cli": "2.0.0-beta.5",
16-
"@tauri-apps/plugin-clipboard-manager": "2.1.0-beta.3",
17-
"@tauri-apps/plugin-dialog": "2.0.0-beta.5",
18-
"@tauri-apps/plugin-fs": "2.0.0-beta.5",
19-
"@tauri-apps/plugin-global-shortcut": "2.0.0-beta.5",
20-
"@tauri-apps/plugin-http": "2.0.0-beta.6",
21-
"@tauri-apps/plugin-nfc": "2.0.0-beta.5",
22-
"@tauri-apps/plugin-notification": "2.0.0-beta.5",
23-
"@tauri-apps/plugin-os": "2.0.0-beta.5",
24-
"@tauri-apps/plugin-process": "2.0.0-beta.5",
25-
"@tauri-apps/plugin-shell": "2.0.0-beta.6",
26-
"@tauri-apps/plugin-updater": "2.0.0-beta.5",
13+
"@tauri-apps/plugin-barcode-scanner": "2.0.0-beta.6",
14+
"@tauri-apps/plugin-biometric": "2.0.0-beta.6",
15+
"@tauri-apps/plugin-cli": "2.0.0-beta.6",
16+
"@tauri-apps/plugin-clipboard-manager": "2.1.0-beta.4",
17+
"@tauri-apps/plugin-dialog": "2.0.0-beta.6",
18+
"@tauri-apps/plugin-fs": "2.0.0-beta.6",
19+
"@tauri-apps/plugin-global-shortcut": "2.0.0-beta.6",
20+
"@tauri-apps/plugin-http": "2.0.0-beta.7",
21+
"@tauri-apps/plugin-nfc": "2.0.0-beta.6",
22+
"@tauri-apps/plugin-notification": "2.0.0-beta.6",
23+
"@tauri-apps/plugin-os": "2.0.0-beta.6",
24+
"@tauri-apps/plugin-process": "2.0.0-beta.6",
25+
"@tauri-apps/plugin-shell": "2.0.0-beta.7",
26+
"@tauri-apps/plugin-updater": "2.0.0-beta.6",
2727
"@zerodevx/svelte-json-view": "1.0.9"
2828
},
2929
"devDependencies": {

examples/api/src-tauri/CHANGELOG.md

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

3+
## \[2.0.0-beta.12]
4+
5+
### Dependencies
6+
7+
- Upgraded to `[email protected]`
8+
- Upgraded to `[email protected]`
9+
- Upgraded to `[email protected]`
10+
- Upgraded to `[email protected]`
11+
- Upgraded to `[email protected]`
12+
- Upgraded to `[email protected]`
13+
- Upgraded to `[email protected]`
14+
- Upgraded to `[email protected]`
15+
- Upgraded to `[email protected]`
16+
- Upgraded to `[email protected]`
17+
- Upgraded to `[email protected]`
18+
- Upgraded to `[email protected]`
19+
- Upgraded to `[email protected]`
20+
- Upgraded to `[email protected]`
21+
- Upgraded to `[email protected]`
22+
323
## \[2.0.0-beta.11]
424

525
### Dependencies

examples/api/src-tauri/Cargo.toml

Lines changed: 16 additions & 16 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.0-beta.11"
4+
version = "2.0.0-beta.12"
55
description = "An example Tauri Application showcasing the api"
66
edition = "2021"
77
rust-version = { workspace = true }
@@ -19,15 +19,15 @@ serde_json = { workspace = true }
1919
serde = { workspace = true }
2020
tiny_http = "0.12"
2121
log = { workspace = true }
22-
tauri-plugin-log = { path = "../../../plugins/log", version = "2.0.0-beta.6" }
23-
tauri-plugin-fs = { path = "../../../plugins/fs", version = "2.0.0-beta.9", features = [ "watch" ] }
24-
tauri-plugin-clipboard-manager = { path = "../../../plugins/clipboard-manager", version = "2.1.0-beta.4" }
25-
tauri-plugin-dialog = { path = "../../../plugins/dialog", version = "2.0.0-beta.9" }
26-
tauri-plugin-http = { path = "../../../plugins/http", features = [ "multipart" ], version = "2.0.0-beta.10" }
27-
tauri-plugin-notification = { path = "../../../plugins/notification", version = "2.0.0-beta.8", features = [ "windows7-compat" ] }
28-
tauri-plugin-os = { path = "../../../plugins/os", version = "2.0.0-beta.6" }
29-
tauri-plugin-process = { path = "../../../plugins/process", version = "2.0.0-beta.6" }
30-
tauri-plugin-shell = { path = "../../../plugins/shell", version = "2.0.0-beta.7" }
22+
tauri-plugin-log = { path = "../../../plugins/log", version = "2.0.0-beta.7" }
23+
tauri-plugin-fs = { path = "../../../plugins/fs", version = "2.0.0-beta.10", features = [ "watch" ] }
24+
tauri-plugin-clipboard-manager = { path = "../../../plugins/clipboard-manager", version = "2.1.0-beta.5" }
25+
tauri-plugin-dialog = { path = "../../../plugins/dialog", version = "2.0.0-beta.10" }
26+
tauri-plugin-http = { path = "../../../plugins/http", features = [ "multipart" ], version = "2.0.0-beta.11" }
27+
tauri-plugin-notification = { path = "../../../plugins/notification", version = "2.0.0-beta.9", features = [ "windows7-compat" ] }
28+
tauri-plugin-os = { path = "../../../plugins/os", version = "2.0.0-beta.7" }
29+
tauri-plugin-process = { path = "../../../plugins/process", version = "2.0.0-beta.7" }
30+
tauri-plugin-shell = { path = "../../../plugins/shell", version = "2.0.0-beta.8" }
3131

3232
[dependencies.tauri]
3333
workspace = true
@@ -41,14 +41,14 @@ tauri-plugin-shell = { path = "../../../plugins/shell", version = "2.0.0-beta.7"
4141
]
4242

4343
[target."cfg(any(target_os = \"macos\", windows, target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies]
44-
tauri-plugin-cli = { path = "../../../plugins/cli", version = "2.0.0-beta.6" }
45-
tauri-plugin-global-shortcut = { path = "../../../plugins/global-shortcut", version = "2.0.0-beta.6" }
46-
tauri-plugin-updater = { path = "../../../plugins/updater", version = "2.0.0-beta.8" }
44+
tauri-plugin-cli = { path = "../../../plugins/cli", version = "2.0.0-beta.7" }
45+
tauri-plugin-global-shortcut = { path = "../../../plugins/global-shortcut", version = "2.0.0-beta.7" }
46+
tauri-plugin-updater = { path = "../../../plugins/updater", version = "2.0.0-beta.9" }
4747

4848
[target."cfg(any(target_os = \"android\", target_os = \"ios\"))".dependencies]
49-
tauri-plugin-barcode-scanner = { path = "../../../plugins/barcode-scanner/", version = "2.0.0-beta.7" }
50-
tauri-plugin-nfc = { path = "../../../plugins/nfc", version = "2.0.0-beta.6" }
51-
tauri-plugin-biometric = { path = "../../../plugins/biometric/", version = "2.0.0-beta.6" }
49+
tauri-plugin-barcode-scanner = { path = "../../../plugins/barcode-scanner/", version = "2.0.0-beta.8" }
50+
tauri-plugin-nfc = { path = "../../../plugins/nfc", version = "2.0.0-beta.7" }
51+
tauri-plugin-biometric = { path = "../../../plugins/biometric/", version = "2.0.0-beta.7" }
5252

5353
[target."cfg(target_os = \"windows\")".dependencies]
5454
window-shadows = "0.2"

plugins/authenticator/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.0.0-beta.6]
4+
5+
- [`76daee7a`](https://github.com/tauri-apps/plugins-workspace/commit/76daee7aafece34de3092c86e531cf9eb1138989) ([#1512](https://github.com/tauri-apps/plugins-workspace/pull/1512) by [@renovate](https://github.com/tauri-apps/plugins-workspace/../../renovate)) Update to tauri beta.23.
6+
37
## \[2.0.0-beta.5]
48

59
- [`9013854f`](https://github.com/tauri-apps/plugins-workspace/commit/9013854f42a49a230b9dbb9d02774765528a923f)([#1382](https://github.com/tauri-apps/plugins-workspace/pull/1382)) Update to tauri beta.22.

plugins/authenticator/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-authenticator"
3-
version = "2.0.0-beta.7"
3+
version = "2.0.0-beta.8"
44
description = "Use hardware security-keys in your Tauri App."
55
authors = { workspace = true }
66
license = { workspace = true }

plugins/authenticator/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-authenticator",
3-
"version": "2.0.0-beta.5",
3+
"version": "2.0.0-beta.6",
44
"description": "Use hardware security-keys in your Tauri App.",
55
"license": "MIT or APACHE-2.0",
66
"authors": [

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.0.0-beta.6]
4+
5+
- [`76daee7a`](https://github.com/tauri-apps/plugins-workspace/commit/76daee7aafece34de3092c86e531cf9eb1138989) ([#1512](https://github.com/tauri-apps/plugins-workspace/pull/1512) by [@renovate](https://github.com/tauri-apps/plugins-workspace/../../renovate)) Update to tauri beta.23.
6+
37
## \[2.0.0-beta.5]
48

59
- [`9013854f`](https://github.com/tauri-apps/plugins-workspace/commit/9013854f42a49a230b9dbb9d02774765528a923f)([#1382](https://github.com/tauri-apps/plugins-workspace/pull/1382)) Update to tauri beta.22.

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.0.0-beta.7"
3+
version = "2.0.0-beta.8"
44
description = "Automatically launch your application at startup."
55
authors = { workspace = true }
66
license = { workspace = true }

0 commit comments

Comments
 (0)