Skip to content

Commit 0678af3

Browse files
publish new versions (#1314)
Co-authored-by: lucasfernog <[email protected]>
1 parent 1d8662e commit 0678af3

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

+357
-111
lines changed

.changes/pre.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,18 @@
22
"tag": "beta",
33
"changes": [
44
".changes/beta.md",
5+
".changes/browser-headers.md",
56
".changes/clipboard-expose-struct.md",
67
".changes/clipboard-html.md",
78
".changes/clipboard-manager-image.md",
9+
".changes/clipboard-mobile.md",
810
".changes/clipboard-refactor.md",
911
".changes/clipboard-text-command-rename.md",
1012
".changes/deep-link-desktop.md",
1113
".changes/dialog-can-create-directories.md",
1214
".changes/dialog-linux-freeze.md",
1315
".changes/dialog-main-thread.md",
16+
".changes/dialog-metadata.md",
1417
".changes/dialog-path-return-mismatch.md",
1518
".changes/enhance-fs-scope-type.md",
1619
".changes/enhance-http-scope.md",
@@ -19,7 +22,9 @@
1922
".changes/feat-single-instance-semver.md",
2023
".changes/feat-websocket-tls-connector.md",
2124
".changes/file-autogen-fix.md",
25+
".changes/fix-authenticator-windows-compile.md",
2226
".changes/fix-autolaunch-macos.md",
27+
".changes/fix-deep-link-linux.md",
2328
".changes/fix-default-arg-value.md",
2429
".changes/fix-fs-scope-deadlock.md",
2530
".changes/fix-fs-watcher-basedir.md",
@@ -35,11 +40,15 @@
3540
".changes/global-api-script-refactor.md",
3641
".changes/global-hotkey-event.md",
3742
".changes/global-shortcut-refactor.md",
43+
".changes/http-cookies.md",
44+
".changes/http-origin.md",
45+
".changes/http-tauri-beta-19.md",
3846
".changes/http-unsafe-headers.md",
3947
".changes/http-user-agent.md",
4048
".changes/impl-ext-for-webview-windows.md",
4149
".changes/msrv-1.75.md",
4250
".changes/notification-fix-dev-check.md",
51+
".changes/notification-fix-dev-name.md",
4352
".changes/public-with-store.md",
4453
".changes/remove-unc-path-prefix.md",
4554
".changes/reqwest-0.12.md",
@@ -48,17 +57,25 @@
4857
".changes/shell-command-execute-extra-new-lines.md",
4958
".changes/shell-command-execute-speed.md",
5059
".changes/shell-command-lost-events.md",
60+
".changes/shell-execute-return.md",
61+
".changes/shell-execute.md",
5162
".changes/shell-fix-schema-command-property-name.md",
5263
".changes/shell-shellexcute.md",
5364
".changes/single-instance.macos.md",
65+
".changes/sql-column-order.md",
66+
".changes/target-sdk-34.md",
5467
".changes/tauri-beta-14-dependencies.md",
5568
".changes/tauri-beta-14.md",
5669
".changes/tauri-beta-15.md",
5770
".changes/tauri-beta-17.md",
71+
".changes/tauri-beta-20.md",
5872
".changes/tauri-beta-4.md",
5973
".changes/tauri-beta-8.md",
6074
".changes/tauri-beta-9.md",
75+
".changes/updater-download-install-js-binding.md",
6176
".changes/updater-non-zip.md",
77+
".changes/updater-nsis-shortcuts.md",
78+
".changes/updater-zip-no-default-features.md",
6279
".changes/upload-returnval.md",
6380
".changes/watcher-debouncer-rename.md",
6481
".changes/window-state-custom-filename.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.7]
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.6]
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.6",
4+
"version": "2.0.0-beta.7",
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.12",
13-
"@tauri-apps/plugin-barcode-scanner": "2.0.0-beta.3",
14-
"@tauri-apps/plugin-biometric": "2.0.0-beta.3",
15-
"@tauri-apps/plugin-cli": "2.0.0-beta.3",
16-
"@tauri-apps/plugin-clipboard-manager": "2.1.0-beta.1",
17-
"@tauri-apps/plugin-dialog": "2.0.0-beta.3",
18-
"@tauri-apps/plugin-fs": "2.0.0-beta.3",
19-
"@tauri-apps/plugin-global-shortcut": "2.0.0-beta.3",
20-
"@tauri-apps/plugin-http": "2.0.0-beta.3",
21-
"@tauri-apps/plugin-nfc": "2.0.0-beta.3",
22-
"@tauri-apps/plugin-notification": "2.0.0-beta.3",
23-
"@tauri-apps/plugin-os": "2.0.0-beta.3",
24-
"@tauri-apps/plugin-process": "2.0.0-beta.3",
25-
"@tauri-apps/plugin-shell": "2.0.0-beta.4",
26-
"@tauri-apps/plugin-updater": "2.0.0-beta.3",
13+
"@tauri-apps/plugin-barcode-scanner": "2.0.0-beta.4",
14+
"@tauri-apps/plugin-biometric": "2.0.0-beta.4",
15+
"@tauri-apps/plugin-cli": "2.0.0-beta.4",
16+
"@tauri-apps/plugin-clipboard-manager": "2.1.0-beta.2",
17+
"@tauri-apps/plugin-dialog": "2.0.0-beta.4",
18+
"@tauri-apps/plugin-fs": "2.0.0-beta.4",
19+
"@tauri-apps/plugin-global-shortcut": "2.0.0-beta.4",
20+
"@tauri-apps/plugin-http": "2.0.0-beta.4",
21+
"@tauri-apps/plugin-nfc": "2.0.0-beta.4",
22+
"@tauri-apps/plugin-notification": "2.0.0-beta.4",
23+
"@tauri-apps/plugin-os": "2.0.0-beta.4",
24+
"@tauri-apps/plugin-process": "2.0.0-beta.4",
25+
"@tauri-apps/plugin-shell": "2.0.0-beta.5",
26+
"@tauri-apps/plugin-updater": "2.0.0-beta.4",
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.9]
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.8]
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.8"
4+
version = "2.0.0-beta.9"
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.4" }
23-
tauri-plugin-fs = { path = "../../../plugins/fs", version = "2.0.0-beta.7", features = [ "watch" ] }
24-
tauri-plugin-clipboard-manager = { path = "../../../plugins/clipboard-manager", version = "2.1.0-beta.2" }
25-
tauri-plugin-dialog = { path = "../../../plugins/dialog", version = "2.0.0-beta.7" }
26-
tauri-plugin-http = { path = "../../../plugins/http", features = [ "multipart" ], version = "2.0.0-beta.7" }
27-
tauri-plugin-notification = { path = "../../../plugins/notification", version = "2.0.0-beta.5", features = [ "windows7-compat" ] }
28-
tauri-plugin-os = { path = "../../../plugins/os", version = "2.0.0-beta.4" }
29-
tauri-plugin-process = { path = "../../../plugins/process", version = "2.0.0-beta.4" }
30-
tauri-plugin-shell = { path = "../../../plugins/shell", version = "2.0.0-beta.5" }
22+
tauri-plugin-log = { path = "../../../plugins/log", version = "2.0.0-beta.5" }
23+
tauri-plugin-fs = { path = "../../../plugins/fs", version = "2.0.0-beta.8", features = [ "watch" ] }
24+
tauri-plugin-clipboard-manager = { path = "../../../plugins/clipboard-manager", version = "2.1.0-beta.3" }
25+
tauri-plugin-dialog = { path = "../../../plugins/dialog", version = "2.0.0-beta.8" }
26+
tauri-plugin-http = { path = "../../../plugins/http", features = [ "multipart" ], version = "2.0.0-beta.8" }
27+
tauri-plugin-notification = { path = "../../../plugins/notification", version = "2.0.0-beta.6", features = [ "windows7-compat" ] }
28+
tauri-plugin-os = { path = "../../../plugins/os", version = "2.0.0-beta.5" }
29+
tauri-plugin-process = { path = "../../../plugins/process", version = "2.0.0-beta.5" }
30+
tauri-plugin-shell = { path = "../../../plugins/shell", version = "2.0.0-beta.6" }
3131

3232
[dependencies.tauri]
3333
workspace = true
@@ -41,14 +41,14 @@ tauri-plugin-shell = { path = "../../../plugins/shell", version = "2.0.0-beta.5"
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.4" }
45-
tauri-plugin-global-shortcut = { path = "../../../plugins/global-shortcut", version = "2.0.0-beta.4" }
46-
tauri-plugin-updater = { path = "../../../plugins/updater", version = "2.0.0-beta.5" }
44+
tauri-plugin-cli = { path = "../../../plugins/cli", version = "2.0.0-beta.5" }
45+
tauri-plugin-global-shortcut = { path = "../../../plugins/global-shortcut", version = "2.0.0-beta.5" }
46+
tauri-plugin-updater = { path = "../../../plugins/updater", version = "2.0.0-beta.6" }
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.5" }
50-
tauri-plugin-nfc = { path = "../../../plugins/nfc", version = "2.0.0-beta.4" }
51-
tauri-plugin-biometric = { path = "../../../plugins/biometric/", version = "2.0.0-beta.4" }
49+
tauri-plugin-barcode-scanner = { path = "../../../plugins/barcode-scanner/", version = "2.0.0-beta.6" }
50+
tauri-plugin-nfc = { path = "../../../plugins/nfc", version = "2.0.0-beta.5" }
51+
tauri-plugin-biometric = { path = "../../../plugins/biometric/", version = "2.0.0-beta.5" }
5252

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

plugins/authenticator/CHANGELOG.md

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

3+
## \[2.0.0-beta.4]
4+
5+
- [`430bd6f4`](https://github.com/tauri-apps/plugins-workspace/commit/430bd6f4f379bee5d232ae6b098ae131db7f178a)([#1363](https://github.com/tauri-apps/plugins-workspace/pull/1363)) Update to tauri beta.20.
6+
37
## \[2.0.0-beta.3]
48

59
- [`bd1ed590`](https://github.com/tauri-apps/plugins-workspace/commit/bd1ed5903ffcce5500310dac1e59e8c67674ef1e)([#1237](https://github.com/tauri-apps/plugins-workspace/pull/1237)) Update to tauri beta.17.
@@ -58,3 +62,5 @@
5862
- [`717ae67`](https://github.com/tauri-apps/plugins-workspace/commit/717ae670978feb4492fac1f295998b93f2b9347f)([#371](https://github.com/tauri-apps/plugins-workspace/pull/371)) First v2 alpha release!
5963
ae67\`]\(https://github.com/tauri-apps/plugins-workspace/commit/717ae670978feb4492fac1f295998b93f2b9347f)([#371](https://github.com/tauri-apps/plugins-workspace/pull/371)) First v2 alpha release!
6064
717ae670978feb4492fac1f295998b93f2b9347f)([#371](https://github.com/tauri-apps/plugins-workspace/pull/371)) First v2 alpha release!
65+
-workspace/pull/371)) First v2 alpha release!
66+
717ae670978feb4492fac1f295998b93f2b9347f)([#371](https://github.com/tauri-apps/plugins-workspace/pull/371)) First v2 alpha release!

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.5"
3+
version = "2.0.0-beta.6"
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.3",
3+
"version": "2.0.0-beta.4",
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.4]
4+
5+
- [`430bd6f4`](https://github.com/tauri-apps/plugins-workspace/commit/430bd6f4f379bee5d232ae6b098ae131db7f178a)([#1363](https://github.com/tauri-apps/plugins-workspace/pull/1363)) Update to tauri beta.20.
6+
37
## \[2.0.0-beta.3]
48

59
- [`bd1ed590`](https://github.com/tauri-apps/plugins-workspace/commit/bd1ed5903ffcce5500310dac1e59e8c67674ef1e)([#1237](https://github.com/tauri-apps/plugins-workspace/pull/1237)) Update to tauri beta.17.

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

0 commit comments

Comments
 (0)