Skip to content

Commit 2371804

Browse files
publish new versions (#2888)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 90f9b93 commit 2371804

36 files changed

+129
-103
lines changed

.changes/fs-write-stream.md

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

.changes/fs-write-uint8array-arraybuffer.md

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

.changes/nfc-close-session.md

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

.changes/opener-reveal-multiple-items.md

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

.changes/os-serialize-to-javascript-version.md

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

.changes/store-defaults-js.md

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

.changes/store-load-override-defaults.md

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

Cargo.lock

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

3+
## \[2.0.29]
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+
315
## \[2.0.28]
416

517
### Dependencies

examples/api/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "api",
33
"private": true,
4-
"version": "2.0.28",
4+
"version": "2.0.29",
55
"type": "module",
66
"scripts": {
77
"dev": "vite --clearScreen false",
@@ -15,19 +15,19 @@
1515
"@tauri-apps/plugin-biometric": "^2.3.0",
1616
"@tauri-apps/plugin-cli": "^2.4.0",
1717
"@tauri-apps/plugin-clipboard-manager": "^2.3.0",
18-
"@tauri-apps/plugin-dialog": "^2.3.2",
19-
"@tauri-apps/plugin-fs": "^2.4.1",
18+
"@tauri-apps/plugin-dialog": "^2.3.3",
19+
"@tauri-apps/plugin-fs": "^2.4.2",
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.1",
24-
"@tauri-apps/plugin-nfc": "^2.3.0",
23+
"@tauri-apps/plugin-http": "^2.5.2",
24+
"@tauri-apps/plugin-nfc": "^2.3.1",
2525
"@tauri-apps/plugin-notification": "^2.3.0",
26-
"@tauri-apps/plugin-opener": "^2.4.0",
27-
"@tauri-apps/plugin-os": "^2.3.0",
26+
"@tauri-apps/plugin-opener": "^2.5.0",
27+
"@tauri-apps/plugin-os": "^2.3.1",
2828
"@tauri-apps/plugin-process": "^2.3.0",
2929
"@tauri-apps/plugin-shell": "^2.3.0",
30-
"@tauri-apps/plugin-store": "^2.3.0",
30+
"@tauri-apps/plugin-store": "^2.4.0",
3131
"@tauri-apps/plugin-updater": "^2.9.0",
3232
"@tauri-apps/plugin-upload": "^2.3.0",
3333
"@zerodevx/svelte-json-view": "1.0.11"

0 commit comments

Comments
 (0)