Skip to content

Commit a69ea19

Browse files
publish new versions
1 parent e644f38 commit a69ea19

33 files changed

+100
-77
lines changed

.changes/add-xdg-portal-as-an-optional-feature-for-rfd.md

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

.changes/allow-log-formatter-per-target.md

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

.changes/disable-localhost-plugin-caching.md

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

.changes/fix-ios-cameraview-not-removed.md

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

.changes/nfc-is-available-fix.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.

.changes/upload-http-method.md

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

Cargo.lock

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

3+
## \[2.0.35]
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+
313
## \[2.0.34]
414

515
### Dependencies

examples/api/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "api",
33
"private": true,
4-
"version": "2.0.34",
4+
"version": "2.0.35",
55
"type": "module",
66
"scripts": {
77
"dev": "vite --clearScreen false",
@@ -11,24 +11,24 @@
1111
},
1212
"dependencies": {
1313
"@tauri-apps/api": "2.9.0",
14-
"@tauri-apps/plugin-barcode-scanner": "^2.4.2",
14+
"@tauri-apps/plugin-barcode-scanner": "^2.4.3",
1515
"@tauri-apps/plugin-biometric": "^2.3.2",
1616
"@tauri-apps/plugin-cli": "^2.4.1",
1717
"@tauri-apps/plugin-clipboard-manager": "^2.3.2",
18-
"@tauri-apps/plugin-dialog": "^2.4.2",
18+
"@tauri-apps/plugin-dialog": "^2.5.0",
1919
"@tauri-apps/plugin-fs": "^2.4.4",
2020
"@tauri-apps/plugin-geolocation": "^2.2.0",
2121
"@tauri-apps/plugin-global-shortcut": "^2.3.1",
2222
"@tauri-apps/plugin-haptics": "^2.2.0",
2323
"@tauri-apps/plugin-http": "^2.5.4",
24-
"@tauri-apps/plugin-nfc": "^2.3.3",
24+
"@tauri-apps/plugin-nfc": "^2.3.4",
2525
"@tauri-apps/plugin-notification": "^2.3.3",
2626
"@tauri-apps/plugin-opener": "^2.5.2",
2727
"@tauri-apps/plugin-os": "^2.3.2",
2828
"@tauri-apps/plugin-process": "^2.3.1",
2929
"@tauri-apps/plugin-shell": "^2.3.3",
3030
"@tauri-apps/plugin-store": "^2.4.1",
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)