Skip to content

Commit 518b529

Browse files
publish new versions (#1590)
Co-authored-by: FabianLars <[email protected]>
1 parent 6de8796 commit 518b529

Some content is hidden

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

90 files changed

+373
-140
lines changed

.changes/pre.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"tag": "beta",
33
"changes": [
4+
".changes/all-use-range-for-apijs.md",
45
".changes/beta.md",
56
".changes/biometric-auth-options-docs.md",
67
".changes/browser-headers.md",
@@ -31,6 +32,7 @@
3132
".changes/fix-deep-link-is-registered-typo.md",
3233
".changes/fix-deep-link-linux.md",
3334
".changes/fix-default-arg-value.md",
35+
".changes/fix-fs-apply-leading-dot-config.md",
3436
".changes/fix-fs-async-cmds.md",
3537
".changes/fix-fs-scope-deadlock.md",
3638
".changes/fix-fs-watcher-basedir.md",
@@ -64,6 +66,7 @@
6466
".changes/log-split.md",
6567
".changes/msrv-1.75.md",
6668
".changes/named-tempfile-updater-windows.md",
69+
".changes/no-default-tauri-features.md",
6770
".changes/notifcation-permission-commands.md",
6871
".changes/notification-fix-dev-check.md",
6972
".changes/notification-fix-dev-name.md",
@@ -94,6 +97,7 @@
9497
".changes/tauri-beta-22.md",
9598
".changes/tauri-beta-23.md",
9699
".changes/tauri-beta-24.md",
100+
".changes/tauri-beta-25.md",
97101
".changes/tauri-beta-4.md",
98102
".changes/tauri-beta-8.md",
99103
".changes/tauri-beta-9.md",

Cargo.lock

Lines changed: 29 additions & 29 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: 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/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.11",
4+
"version": "2.0.0-beta.12",
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.16",
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",
13+
"@tauri-apps/plugin-barcode-scanner": "2.0.0-beta.8",
14+
"@tauri-apps/plugin-biometric": "2.0.0-beta.8",
15+
"@tauri-apps/plugin-cli": "2.0.0-beta.8",
16+
"@tauri-apps/plugin-clipboard-manager": "2.1.0-beta.6",
17+
"@tauri-apps/plugin-dialog": "2.0.0-beta.8",
18+
"@tauri-apps/plugin-fs": "2.0.0-beta.8",
19+
"@tauri-apps/plugin-global-shortcut": "2.0.0-beta.8",
20+
"@tauri-apps/plugin-http": "2.0.0-beta.9",
21+
"@tauri-apps/plugin-nfc": "2.0.0-beta.8",
22+
"@tauri-apps/plugin-notification": "2.0.0-beta.8",
23+
"@tauri-apps/plugin-os": "2.0.0-beta.8",
24+
"@tauri-apps/plugin-process": "2.0.0-beta.8",
25+
"@tauri-apps/plugin-shell": "2.0.0-beta.9",
26+
"@tauri-apps/plugin-updater": "2.0.0-beta.8",
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.16]
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.15]
424

525
### Dependencies

0 commit comments

Comments
 (0)