Skip to content

Commit bc71cec

Browse files
publish new versions
1 parent 44c50c1 commit bc71cec

28 files changed

+81
-90
lines changed

.changes/fix-android-mime-type.md

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

.changes/fix-handleIconState.md

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

.changes/http-allow-skip-origin.md

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

.changes/http-headers-order.md

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

.changes/shell-open-hang-windows.md

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

.changes/store-plugin-rework-js-feat.md

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

.changes/store-plugin-rework.md

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

Cargo.lock

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

3+
## \[2.0.1]
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+
312
## \[2.0.0]
413

514
- [`e2c4dfb6`](https://github.com/tauri-apps/plugins-workspace/commit/e2c4dfb6af43e5dd8d9ceba232c315f5febd55c1) Update to tauri v2 stable release.

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": "svelte-app",
33
"private": true,
4-
"version": "2.0.0",
4+
"version": "2.0.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite --clearScreen false",
@@ -14,18 +14,18 @@
1414
"@tauri-apps/plugin-biometric": "2.0.0",
1515
"@tauri-apps/plugin-cli": "2.0.0",
1616
"@tauri-apps/plugin-clipboard-manager": "2.0.0",
17-
"@tauri-apps/plugin-dialog": "2.0.0",
17+
"@tauri-apps/plugin-dialog": "2.0.1",
1818
"@tauri-apps/plugin-fs": "2.0.0",
1919
"@tauri-apps/plugin-geolocation": "2.0.0",
2020
"@tauri-apps/plugin-global-shortcut": "2.0.0",
2121
"@tauri-apps/plugin-haptics": "2.0.0",
22-
"@tauri-apps/plugin-http": "2.0.0",
22+
"@tauri-apps/plugin-http": "2.0.1",
2323
"@tauri-apps/plugin-nfc": "2.0.0",
2424
"@tauri-apps/plugin-notification": "2.0.0",
2525
"@tauri-apps/plugin-os": "2.0.0",
2626
"@tauri-apps/plugin-process": "2.0.0",
27-
"@tauri-apps/plugin-shell": "2.0.0",
28-
"@tauri-apps/plugin-store": "2.0.0",
27+
"@tauri-apps/plugin-shell": "2.0.1",
28+
"@tauri-apps/plugin-store": "2.1.0",
2929
"@tauri-apps/plugin-updater": "2.0.0",
3030
"@zerodevx/svelte-json-view": "1.0.11"
3131
},

0 commit comments

Comments
 (0)