Skip to content

Commit 7d926ee

Browse files
publish new versions (#1517)
Co-authored-by: lucasfernog <[email protected]>
1 parent 22a1798 commit 7d926ee

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

+310
-122
lines changed

.changes/pre.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"tag": "beta",
33
"changes": [
44
".changes/beta.md",
5+
".changes/biometric-auth-options-docs.md",
56
".changes/browser-headers.md",
67
".changes/clear-clipboard.md",
78
".changes/clipboard-expose-struct.md",
@@ -46,11 +47,15 @@
4647
".changes/fix-zbus-import.md",
4748
".changes/global-api-script-refactor.md",
4849
".changes/global-hotkey-event.md",
50+
".changes/global-shortcut-js-apis-refactor.md",
4951
".changes/global-shortcut-refactor.md",
52+
".changes/global-shortcut-rust-apis-refactor.md",
53+
".changes/http-abort.md",
5054
".changes/http-cookies.md",
5155
".changes/http-origin-duplicated.md",
5256
".changes/http-origin-unsafe.md",
5357
".changes/http-origin.md",
58+
".changes/http-set-cookie.md",
5459
".changes/http-tauri-beta-19.md",
5560
".changes/http-unsafe-headers.md",
5661
".changes/http-user-agent.md",
@@ -59,6 +64,7 @@
5964
".changes/notifcation-permission-commands.md",
6065
".changes/notification-fix-dev-check.md",
6166
".changes/notification-fix-dev-name.md",
67+
".changes/os-sync-functions-doc.md",
6268
".changes/os-sync-functions.md",
6369
".changes/public-with-store.md",
6470
".changes/remove-unc-path-prefix.md",
@@ -83,6 +89,7 @@
8389
".changes/tauri-beta-20.md",
8490
".changes/tauri-beta-22.md",
8591
".changes/tauri-beta-23.md",
92+
".changes/tauri-beta-24.md",
8693
".changes/tauri-beta-4.md",
8794
".changes/tauri-beta-8.md",
8895
".changes/tauri-beta-9.md",

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.11]
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.10]
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.10",
4+
"version": "2.0.0-beta.11",
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.15",
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",
13+
"@tauri-apps/plugin-barcode-scanner": "2.0.0-beta.7",
14+
"@tauri-apps/plugin-biometric": "2.0.0-beta.7",
15+
"@tauri-apps/plugin-cli": "2.0.0-beta.7",
16+
"@tauri-apps/plugin-clipboard-manager": "2.1.0-beta.5",
17+
"@tauri-apps/plugin-dialog": "2.0.0-beta.7",
18+
"@tauri-apps/plugin-fs": "2.0.0-beta.7",
19+
"@tauri-apps/plugin-global-shortcut": "2.0.0-beta.7",
20+
"@tauri-apps/plugin-http": "2.0.0-beta.8",
21+
"@tauri-apps/plugin-nfc": "2.0.0-beta.7",
22+
"@tauri-apps/plugin-notification": "2.0.0-beta.7",
23+
"@tauri-apps/plugin-os": "2.0.0-beta.7",
24+
"@tauri-apps/plugin-process": "2.0.0-beta.7",
25+
"@tauri-apps/plugin-shell": "2.0.0-beta.8",
26+
"@tauri-apps/plugin-updater": "2.0.0-beta.7",
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.13]
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.12]
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.12"
4+
version = "2.0.0-beta.13"
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.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" }
22+
tauri-plugin-log = { path = "../../../plugins/log", version = "2.0.0-beta.8" }
23+
tauri-plugin-fs = { path = "../../../plugins/fs", version = "2.0.0-beta.11", features = [ "watch" ] }
24+
tauri-plugin-clipboard-manager = { path = "../../../plugins/clipboard-manager", version = "2.1.0-beta.6" }
25+
tauri-plugin-dialog = { path = "../../../plugins/dialog", version = "2.0.0-beta.11" }
26+
tauri-plugin-http = { path = "../../../plugins/http", features = [ "multipart" ], version = "2.0.0-beta.12" }
27+
tauri-plugin-notification = { path = "../../../plugins/notification", version = "2.0.0-beta.10", features = [ "windows7-compat" ] }
28+
tauri-plugin-os = { path = "../../../plugins/os", version = "2.0.0-beta.8" }
29+
tauri-plugin-process = { path = "../../../plugins/process", version = "2.0.0-beta.8" }
30+
tauri-plugin-shell = { path = "../../../plugins/shell", version = "2.0.0-beta.9" }
3131

3232
[dependencies.tauri]
3333
workspace = true
@@ -41,14 +41,14 @@ tauri-plugin-shell = { path = "../../../plugins/shell", version = "2.0.0-beta.8"
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.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" }
44+
tauri-plugin-cli = { path = "../../../plugins/cli", version = "2.0.0-beta.8" }
45+
tauri-plugin-global-shortcut = { path = "../../../plugins/global-shortcut", version = "2.0.0-beta.8" }
46+
tauri-plugin-updater = { path = "../../../plugins/updater", version = "2.0.0-beta.10" }
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.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" }
49+
tauri-plugin-barcode-scanner = { path = "../../../plugins/barcode-scanner/", version = "2.0.0-beta.9" }
50+
tauri-plugin-nfc = { path = "../../../plugins/nfc", version = "2.0.0-beta.8" }
51+
tauri-plugin-biometric = { path = "../../../plugins/biometric/", version = "2.0.0-beta.8" }
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.7]
4+
5+
- [`22a17980`](https://github.com/tauri-apps/plugins-workspace/commit/22a17980ff4f6f8c40adb1b8f4ffc6dae2fe7e30) ([#1537](https://github.com/tauri-apps/plugins-workspace/pull/1537) by [@lucasfernog](https://github.com/tauri-apps/plugins-workspace/../../lucasfernog)) Update to tauri beta.24.
6+
37
## \[2.0.0-beta.6]
48

59
- [`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.

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.8"
3+
version = "2.0.0-beta.9"
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.6",
3+
"version": "2.0.0-beta.7",
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.7]
4+
5+
- [`22a17980`](https://github.com/tauri-apps/plugins-workspace/commit/22a17980ff4f6f8c40adb1b8f4ffc6dae2fe7e30) ([#1537](https://github.com/tauri-apps/plugins-workspace/pull/1537) by [@lucasfernog](https://github.com/tauri-apps/plugins-workspace/../../lucasfernog)) Update to tauri beta.24.
6+
37
## \[2.0.0-beta.6]
48

59
- [`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.

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

0 commit comments

Comments
 (0)