Skip to content

Commit 18e478a

Browse files
committed
publish new versions
1 parent 2643a4c commit 18e478a

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

+556
-271
lines changed

.changes/pre.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,32 +9,40 @@
99
".changes/api-alpha.12.md",
1010
".changes/api-alpha.13.md",
1111
".changes/api-alpha.9.md",
12+
".changes/beta.md",
1213
".changes/biometric-initial-release.md",
1314
".changes/deep-link-initial-release.md",
1415
".changes/dialog-async-message-dialog.md",
1516
".changes/dialog-default-path-windows-slash.md",
1617
".changes/dialog-export-fileresponse.md",
18+
".changes/dialog-message-android.md",
1719
".changes/dialog-pin-rfd.md",
1820
".changes/dialog-return-result.md",
21+
".changes/fix-cmd-spawn-deadlock.md",
1922
".changes/fix-debounced-event-type.md",
2023
".changes/fix-deep-link-alpha-20.md",
2124
".changes/fix-docs-build.md",
2225
".changes/fix-emit-all-usage.md",
26+
".changes/fix-fs-write-default-option.md",
2327
".changes/fix-invoke-usage.md",
28+
".changes/fix-notification-schedule-export.md",
2429
".changes/fix-number-query-params.md",
2530
".changes/fix-permission-notification.md",
31+
".changes/fix-scheduled-notification.md",
2632
".changes/fix-updater-macos.md",
2733
".changes/fix-window-state-api.md",
2834
".changes/fs-create-new.md",
2935
".changes/fs-exists-2nd-arg.md",
3036
".changes/fs-improve-error-message.md",
3137
".changes/fs-improved-apis.md",
38+
".changes/fs-replace-notify-debouncer.md",
3239
".changes/fs-scope-tauri.md",
3340
".changes/fs-trunacte-non-append.md",
3441
".changes/fs-unwtach-rid.md",
3542
".changes/fs-wiret-binary-file.md",
3643
".changes/fs-write-panic.md",
3744
".changes/global-shortcut-app-handle.md",
45+
".changes/http-init-fetch-option-connectTimeout.md",
3846
".changes/http-multipart-refactor.md",
3947
".changes/http-plugin-refactor.md",
4048
".changes/http-proxy-config.md",
@@ -48,6 +56,7 @@
4856
".changes/os-OsType.md",
4957
".changes/os-plugin-refactor.md",
5058
".changes/os-reading-undefined.md",
59+
".changes/permissions.md",
5160
".changes/persisted-scope-asset.md",
5261
".changes/persisted-scope-glob.md",
5362
".changes/positioner-tray-flag.md",
@@ -61,15 +70,20 @@
6170
".changes/tauri-alpha-15.md",
6271
".changes/tauri-alpha.11.md",
6372
".changes/tauri-alpha.12.md",
73+
".changes/tauri-http-plugin-errror-invalid-rid.md",
6474
".changes/tray-position.md",
6575
".changes/updater-appimage.md",
6676
".changes/updater-escaped-path.md",
77+
".changes/updater-js-started-event.md",
6778
".changes/updater-nsis-admin.md",
6879
".changes/updater-nsis-basicui.md",
6980
".changes/updater-nsis.md",
81+
".changes/updater-on-chunk-fn-mut.md",
7082
".changes/updater-plugin-refactor.md",
83+
".changes/updater-proxy.md",
7184
".changes/updater-string-replace-round2.md",
7285
".changes/updater-string-replace.md",
86+
".changes/updater.md",
7387
".changes/upload-bufwriter.md",
7488
".changes/v2-alpha.md",
7589
".changes/websocket-fix-arg-name.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-alpha.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-alpha.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-alpha.9",
4+
"version": "2.0.0-alpha.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.0",
13-
"@tauri-apps/plugin-barcode-scanner": "2.0.0-alpha.4",
14-
"@tauri-apps/plugin-biometric": "2.0.0-alpha.0",
15-
"@tauri-apps/plugin-cli": "2.0.0-alpha.5",
16-
"@tauri-apps/plugin-clipboard-manager": "2.0.0-alpha.5",
17-
"@tauri-apps/plugin-dialog": "2.0.0-alpha.5",
18-
"@tauri-apps/plugin-fs": "2.0.0-alpha.6",
19-
"@tauri-apps/plugin-global-shortcut": "2.0.0-alpha.5",
20-
"@tauri-apps/plugin-http": "2.0.0-alpha.6",
21-
"@tauri-apps/plugin-nfc": "2.0.0-alpha.0",
22-
"@tauri-apps/plugin-notification": "2.0.0-alpha.5",
23-
"@tauri-apps/plugin-os": "2.0.0-alpha.6",
24-
"@tauri-apps/plugin-process": "2.0.0-alpha.5",
25-
"@tauri-apps/plugin-shell": "2.0.0-alpha.5",
26-
"@tauri-apps/plugin-updater": "2.0.0-alpha.5",
13+
"@tauri-apps/plugin-barcode-scanner": "2.0.0-alpha.5",
14+
"@tauri-apps/plugin-biometric": "2.0.0-alpha.1",
15+
"@tauri-apps/plugin-cli": "2.0.0-alpha.6",
16+
"@tauri-apps/plugin-clipboard-manager": "2.0.0-alpha.6",
17+
"@tauri-apps/plugin-dialog": "2.0.0-alpha.6",
18+
"@tauri-apps/plugin-fs": "2.0.0-alpha.7",
19+
"@tauri-apps/plugin-global-shortcut": "2.0.0-alpha.6",
20+
"@tauri-apps/plugin-http": "2.0.0-alpha.7",
21+
"@tauri-apps/plugin-nfc": "2.0.0-alpha.1",
22+
"@tauri-apps/plugin-notification": "2.0.0-alpha.6",
23+
"@tauri-apps/plugin-os": "2.0.0-alpha.7",
24+
"@tauri-apps/plugin-process": "2.0.0-alpha.6",
25+
"@tauri-apps/plugin-shell": "2.0.0-alpha.6",
26+
"@tauri-apps/plugin-updater": "2.0.0-alpha.6",
2727
"@zerodevx/svelte-json-view": "1.0.7"
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-alpha.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-alpha.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-alpha.11"
4+
version = "2.0.0-alpha.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.11"
2121
log = { workspace = true }
22-
tauri-plugin-log = { path = "../../../plugins/log", version = "2.0.0-alpha.6" }
23-
tauri-plugin-fs = { path = "../../../plugins/fs", version = "2.0.0-alpha.7", features = [ "watch" ] }
24-
tauri-plugin-clipboard-manager = { path = "../../../plugins/clipboard-manager", version = "2.0.0-alpha.6" }
25-
tauri-plugin-dialog = { path = "../../../plugins/dialog", version = "2.0.0-alpha.7" }
26-
tauri-plugin-http = { path = "../../../plugins/http", features = [ "multipart" ], version = "2.0.0-alpha.9" }
27-
tauri-plugin-notification = { path = "../../../plugins/notification", version = "2.0.0-alpha.7", features = [ "windows7-compat" ] }
28-
tauri-plugin-os = { path = "../../../plugins/os", version = "2.0.0-alpha.6" }
29-
tauri-plugin-process = { path = "../../../plugins/process", version = "2.0.0-alpha.6" }
30-
tauri-plugin-shell = { path = "../../../plugins/shell", version = "2.0.0-alpha.6" }
22+
tauri-plugin-log = { path = "../../../plugins/log", version = "2.0.0-alpha.7" }
23+
tauri-plugin-fs = { path = "../../../plugins/fs", version = "2.0.0-alpha.8", features = [ "watch" ] }
24+
tauri-plugin-clipboard-manager = { path = "../../../plugins/clipboard-manager", version = "2.0.0-alpha.7" }
25+
tauri-plugin-dialog = { path = "../../../plugins/dialog", version = "2.0.0-alpha.8" }
26+
tauri-plugin-http = { path = "../../../plugins/http", features = [ "multipart" ], version = "2.0.0-alpha.10" }
27+
tauri-plugin-notification = { path = "../../../plugins/notification", version = "2.0.0-alpha.8", features = [ "windows7-compat" ] }
28+
tauri-plugin-os = { path = "../../../plugins/os", version = "2.0.0-alpha.7" }
29+
tauri-plugin-process = { path = "../../../plugins/process", version = "2.0.0-alpha.7" }
30+
tauri-plugin-shell = { path = "../../../plugins/shell", version = "2.0.0-alpha.7" }
3131

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

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

plugins/authenticator/CHANGELOG.md

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

3+
## \[2.0.0-alpha.6]
4+
5+
- [`d198c01`](https://github.com/tauri-apps/plugins-workspace/commit/d198c014863ee260cb0de88a14b7fc4356ef7474)([#862](https://github.com/tauri-apps/plugins-workspace/pull/862)) Update to tauri beta.
6+
37
## \[2.0.0-alpha.5]
48

59
- [`387c2f9`](https://github.com/tauri-apps/plugins-workspace/commit/387c2f9e0ce4c75c07ffa3fd76391a25b58f5daf)([#802](https://github.com/tauri-apps/plugins-workspace/pull/802)) Update to @tauri-apps/api v2.0.0-alpha.13.
@@ -32,3 +36,4 @@
3236
## \[2.0.0-alpha.0]
3337

3438
- [`717ae67`](https://github.com/tauri-apps/plugins-workspace/commit/717ae670978feb4492fac1f295998b93f2b9347f)([#371](https://github.com/tauri-apps/plugins-workspace/pull/371)) First v2 alpha release!
39+
ae67`](https://github.com/tauri-apps/plugins-workspace/commit/717ae670978feb4492fac1f295998b93f2b9347f)([#371](https://github.com/tauri-apps/plugins-workspace/pull/371)) First v2 alpha release!

plugins/authenticator/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tauri-plugin-authenticator"
3-
version = "2.0.0-alpha.6"
3+
version = "2.0.0-alpha.7"
44
description = "Use hardware security-keys in your Tauri App."
55
authors = { workspace = true }
66
license = { workspace = true }
@@ -9,11 +9,11 @@ rust-version = { workspace = true }
99
links = "tauri-plugin-authenticator"
1010

1111
[package.metadata.docs.rs]
12-
rustc-args = ["--cfg", "docsrs"]
13-
rustdoc-args = ["--cfg", "docsrs"]
12+
rustc-args = [ "--cfg", "docsrs" ]
13+
rustdoc-args = [ "--cfg", "docsrs" ]
1414

1515
[build-dependencies]
16-
tauri-plugin = { workspace = true, features = ["build"] }
16+
tauri-plugin = { workspace = true, features = [ "build" ] }
1717

1818
[dependencies]
1919
serde = { 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-alpha.5",
3+
"version": "2.0.0-alpha.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: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## \[2.0.0-alpha.6]
4+
5+
- [`d198c01`](https://github.com/tauri-apps/plugins-workspace/commit/d198c014863ee260cb0de88a14b7fc4356ef7474)([#862](https://github.com/tauri-apps/plugins-workspace/pull/862)) Update to tauri beta.
6+
37
## \[2.0.0-alpha.5]
48

59
- [`387c2f9`](https://github.com/tauri-apps/plugins-workspace/commit/387c2f9e0ce4c75c07ffa3fd76391a25b58f5daf)([#802](https://github.com/tauri-apps/plugins-workspace/pull/802)) Update to @tauri-apps/api v2.0.0-alpha.13.
@@ -32,3 +36,4 @@
3236
## \[2.0.0-alpha.0]
3337

3438
- [`717ae67`](https://github.com/tauri-apps/plugins-workspace/commit/717ae670978feb4492fac1f295998b93f2b9347f)([#371](https://github.com/tauri-apps/plugins-workspace/pull/371)) First v2 alpha release!
39+
ae67`](https://github.com/tauri-apps/plugins-workspace/commit/717ae670978feb4492fac1f295998b93f2b9347f)([#371](https://github.com/tauri-apps/plugins-workspace/pull/371)) First v2 alpha release!

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-alpha.6"
3+
version = "2.0.0-alpha.7"
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.0.0-alpha.5",
3+
"version": "2.0.0-alpha.6",
44
"license": "MIT or APACHE-2.0",
55
"authors": [
66
"Tauri Programme within The Commons Conservancy"

plugins/barcode-scanner/CHANGELOG.md

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

3+
## \[2.0.0-alpha.5]
4+
5+
- [`d198c01`](https://github.com/tauri-apps/plugins-workspace/commit/d198c014863ee260cb0de88a14b7fc4356ef7474)([#862](https://github.com/tauri-apps/plugins-workspace/pull/862)) Update to tauri beta.
6+
- [`d198c01`](https://github.com/tauri-apps/plugins-workspace/commit/d198c014863ee260cb0de88a14b7fc4356ef7474)([#862](https://github.com/tauri-apps/plugins-workspace/pull/862)) Add permissions.
7+
38
## \[2.0.0-alpha.4]
49

510
- [`387c2f9`](https://github.com/tauri-apps/plugins-workspace/commit/387c2f9e0ce4c75c07ffa3fd76391a25b58f5daf)([#802](https://github.com/tauri-apps/plugins-workspace/pull/802)) Update to @tauri-apps/api v2.0.0-alpha.13.

plugins/barcode-scanner/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tauri-plugin-barcode-scanner"
3-
version = "2.0.0-alpha.4"
3+
version = "2.0.0-alpha.5"
44
description = "Scan QR codes, EAN-13 and other kinds of barcodes on Android and iOS"
55
edition = { workspace = true }
66
authors = { workspace = true }
@@ -9,12 +9,12 @@ rust-version = { workspace = true }
99
links = "tauri-plugin-barcode-scanner"
1010

1111
[package.metadata.docs.rs]
12-
rustc-args = ["--cfg", "docsrs"]
13-
rustdoc-args = ["--cfg", "docsrs"]
14-
targets = ["x86_64-linux-android"]
12+
rustc-args = [ "--cfg", "docsrs" ]
13+
rustdoc-args = [ "--cfg", "docsrs" ]
14+
targets = [ "x86_64-linux-android" ]
1515

1616
[build-dependencies]
17-
tauri-plugin = { workspace = true, features = ["build"] }
17+
tauri-plugin = { workspace = true, features = [ "build" ] }
1818

1919
[dependencies]
2020
serde = { workspace = true }

plugins/barcode-scanner/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-barcode-scanner",
3-
"version": "2.0.0-alpha.4",
3+
"version": "2.0.0-alpha.5",
44
"description": "Scan QR codes, EAN-13 and other kinds of barcodes on Android and iOS",
55
"license": "MIT or APACHE-2.0",
66
"authors": [

plugins/biometric/CHANGELOG.md

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

3+
## \[2.0.0-alpha.1]
4+
5+
- [`d198c01`](https://github.com/tauri-apps/plugins-workspace/commit/d198c014863ee260cb0de88a14b7fc4356ef7474)([#862](https://github.com/tauri-apps/plugins-workspace/pull/862)) Update to tauri beta.
6+
37
## \[2.0.0-alpha.0]
48

59
- [`8df28a9`](https://github.com/tauri-apps/plugins-workspace/commit/8df28a987519ecfa03dcb8635443025f8d010362)([#829](https://github.com/tauri-apps/plugins-workspace/pull/829)) Initial release.
10+
- [`8df28a9`](https://github.com/tauri-apps/plugins-workspace/commit/8df28a987519ecfa03dcb8635443025f8d010362)([#829](https://github.com/tauri-apps/plugins-workspace/pull/829)) Initial release.

plugins/biometric/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
[package]
22
name = "tauri-plugin-biometric"
3-
version = "2.0.0-alpha.0"
3+
version = "2.0.0-alpha.1"
44
description = "Prompt the user for biometric authentication on Android and iOS."
55
edition = { workspace = true }
66
authors = { workspace = true }
77
license = { workspace = true }
88
links = "tauri-plugin-biometric"
99

1010
[package.metadata.docs.rs]
11-
rustc-args = ["--cfg", "docsrs"]
12-
rustdoc-args = ["--cfg", "docsrs"]
11+
rustc-args = [ "--cfg", "docsrs" ]
12+
rustdoc-args = [ "--cfg", "docsrs" ]
1313

1414
[build-dependencies]
15-
tauri-plugin = { workspace = true, features = ["build"] }
15+
tauri-plugin = { workspace = true, features = [ "build" ] }
1616

1717
[dependencies]
1818
serde = { workspace = true }

plugins/biometric/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-biometric",
3-
"version": "2.0.0-alpha.0",
3+
"version": "2.0.0-alpha.1",
44
"license": "MIT or APACHE-2.0",
55
"authors": [
66
"Tauri Programme within The Commons Conservancy"

plugins/cli/CHANGELOG.md

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

3+
## \[2.0.0-alpha.6]
4+
5+
- [`d198c01`](https://github.com/tauri-apps/plugins-workspace/commit/d198c014863ee260cb0de88a14b7fc4356ef7474)([#862](https://github.com/tauri-apps/plugins-workspace/pull/862)) Update to tauri beta.
6+
37
## \[2.0.0-alpha.5]
48

59
- [`387c2f9`](https://github.com/tauri-apps/plugins-workspace/commit/387c2f9e0ce4c75c07ffa3fd76391a25b58f5daf)([#802](https://github.com/tauri-apps/plugins-workspace/pull/802)) Update to @tauri-apps/api v2.0.0-alpha.13.
@@ -32,3 +36,4 @@
3236
## \[2.0.0-alpha.0]
3337

3438
- [`717ae67`](https://github.com/tauri-apps/plugins-workspace/commit/717ae670978feb4492fac1f295998b93f2b9347f)([#371](https://github.com/tauri-apps/plugins-workspace/pull/371)) First v2 alpha release!
39+
ae67`](https://github.com/tauri-apps/plugins-workspace/commit/717ae670978feb4492fac1f295998b93f2b9347f)([#371](https://github.com/tauri-apps/plugins-workspace/pull/371)) First v2 alpha release!

0 commit comments

Comments
 (0)