Skip to content

Commit 7131811

Browse files
publish new versions
1 parent fccc1cf commit 7131811

Some content is hidden

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

61 files changed

+210
-155
lines changed

.changes/bump-androidx-camera.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/compilesdk35.md

Lines changed: 0 additions & 28 deletions
This file was deleted.

.changes/deep-link-fix-different-exec.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/enhance-fs-error-message.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/geolocation-android-timeout.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/opener-same-origin-link.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/updater-new-bundle-support.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

Cargo.lock

Lines changed: 17 additions & 17 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: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## \[2.0.33]
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+
319
## \[2.0.32]
420

521
### Dependencies

examples/api/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "api",
33
"private": true,
4-
"version": "2.0.32",
4+
"version": "2.0.33",
55
"type": "module",
66
"scripts": {
77
"dev": "vite --clearScreen false",
@@ -11,24 +11,24 @@
1111
},
1212
"dependencies": {
1313
"@tauri-apps/api": "2.8.0",
14-
"@tauri-apps/plugin-barcode-scanner": "^2.4.0",
15-
"@tauri-apps/plugin-biometric": "^2.3.0",
14+
"@tauri-apps/plugin-barcode-scanner": "^2.4.1",
15+
"@tauri-apps/plugin-biometric": "^2.3.1",
1616
"@tauri-apps/plugin-cli": "^2.4.0",
17-
"@tauri-apps/plugin-clipboard-manager": "^2.3.0",
18-
"@tauri-apps/plugin-dialog": "^2.4.0",
19-
"@tauri-apps/plugin-fs": "^2.4.2",
17+
"@tauri-apps/plugin-clipboard-manager": "^2.3.1",
18+
"@tauri-apps/plugin-dialog": "^2.4.1",
19+
"@tauri-apps/plugin-fs": "^2.4.3",
2020
"@tauri-apps/plugin-geolocation": "^2.2.0",
2121
"@tauri-apps/plugin-global-shortcut": "^2.3.0",
2222
"@tauri-apps/plugin-haptics": "^2.2.0",
23-
"@tauri-apps/plugin-http": "^2.5.2",
24-
"@tauri-apps/plugin-nfc": "^2.3.1",
25-
"@tauri-apps/plugin-notification": "^2.3.1",
26-
"@tauri-apps/plugin-opener": "^2.5.0",
23+
"@tauri-apps/plugin-http": "^2.5.3",
24+
"@tauri-apps/plugin-nfc": "^2.3.2",
25+
"@tauri-apps/plugin-notification": "^2.3.2",
26+
"@tauri-apps/plugin-opener": "^2.5.1",
2727
"@tauri-apps/plugin-os": "^2.3.1",
2828
"@tauri-apps/plugin-process": "^2.3.0",
29-
"@tauri-apps/plugin-shell": "^2.3.1",
29+
"@tauri-apps/plugin-shell": "^2.3.2",
3030
"@tauri-apps/plugin-store": "^2.4.0",
31-
"@tauri-apps/plugin-updater": "^2.9.0",
31+
"@tauri-apps/plugin-updater": "^2.10.0",
3232
"@tauri-apps/plugin-upload": "^2.3.0",
3333
"@zerodevx/svelte-json-view": "1.0.11"
3434
},

0 commit comments

Comments
 (0)