Skip to content

Commit de732d0

Browse files
publish new versions (#1683)
Co-authored-by: lucasfernog <[email protected]>
1 parent e2e97db commit de732d0

Some content is hidden

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

96 files changed

+364
-142
lines changed

.changes/pre.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,26 @@
22
"tag": "rc",
33
"changes": [
44
".changes/android-dialog-save.md",
5+
".changes/consolidate-permission-state.md",
6+
".changes/dialog-file-response-non-exhaustive.md",
7+
".changes/dialog-return-path.md",
58
".changes/fix-http-plugin-abort.md",
69
".changes/fix-linux-updater-permission-error.md",
10+
".changes/fs-scope-recursive-allow-read-dir.md",
711
".changes/geolocation-release.md",
12+
".changes/global-shortcut-0.6.md",
813
".changes/haptics-release.md",
914
".changes/iife-varname-spacing.md",
15+
".changes/notification-permission-type-change.md",
1016
".changes/rc.md",
1117
".changes/remove-target-sdk.md",
18+
".changes/resolve-content-uris.md",
1219
".changes/shell-open-regex-match-string.md",
1320
".changes/shell-regex-match-string.md",
21+
".changes/single-instance-windows-sys.0.59.md",
22+
".changes/store-remove-mobile-plugin.md",
1423
".changes/swift-build-older-versions.md",
24+
".changes/tauri-rc-8.md",
1525
".changes/update-fs-api-docs.md",
1626
".changes/update-tauri-rc-3.md"
1727
]

Cargo.lock

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

3+
## \[2.0.0-rc.2]
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+
- Upgraded to `[email protected]`
23+
324
## \[2.0.0-rc.1]
425

526
### Dependencies

examples/api/package.json

Lines changed: 16 additions & 16 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-rc.1",
4+
"version": "2.0.0-rc.2",
55
"type": "module",
66
"scripts": {
77
"dev": "vite --clearScreen false",
@@ -10,21 +10,21 @@
1010
},
1111
"dependencies": {
1212
"@tauri-apps/api": "2.0.0-rc.4",
13-
"@tauri-apps/plugin-barcode-scanner": "2.0.0-rc.0",
14-
"@tauri-apps/plugin-biometric": "2.0.0-rc.0",
15-
"@tauri-apps/plugin-cli": "2.0.0-rc.0",
16-
"@tauri-apps/plugin-clipboard-manager": "2.0.0-rc.0",
17-
"@tauri-apps/plugin-dialog": "2.0.0-rc.0",
18-
"@tauri-apps/plugin-fs": "2.0.0-rc.1",
19-
"@tauri-apps/plugin-global-shortcut": "2.0.0-rc.0",
20-
"@tauri-apps/plugin-http": "2.0.0-rc.1",
21-
"@tauri-apps/plugin-nfc": "2.0.0-rc.0",
22-
"@tauri-apps/plugin-notification": "2.0.0-rc.0",
23-
"@tauri-apps/plugin-os": "2.0.0-rc.0",
24-
"@tauri-apps/plugin-process": "2.0.0-rc.0",
25-
"@tauri-apps/plugin-shell": "2.0.0-rc.0",
26-
"@tauri-apps/plugin-store": "2.0.0-rc.0",
27-
"@tauri-apps/plugin-updater": "2.0.0-rc.0",
13+
"@tauri-apps/plugin-barcode-scanner": "2.0.0-rc.1",
14+
"@tauri-apps/plugin-biometric": "2.0.0-rc.1",
15+
"@tauri-apps/plugin-cli": "2.0.0-rc.1",
16+
"@tauri-apps/plugin-clipboard-manager": "2.0.0-rc.1",
17+
"@tauri-apps/plugin-dialog": "2.0.0-rc.1",
18+
"@tauri-apps/plugin-fs": "2.0.0-rc.2",
19+
"@tauri-apps/plugin-global-shortcut": "2.0.0-rc.1",
20+
"@tauri-apps/plugin-http": "2.0.0-rc.2",
21+
"@tauri-apps/plugin-nfc": "2.0.0-rc.1",
22+
"@tauri-apps/plugin-notification": "2.0.0-rc.1",
23+
"@tauri-apps/plugin-os": "2.0.0-rc.1",
24+
"@tauri-apps/plugin-process": "2.0.0-rc.1",
25+
"@tauri-apps/plugin-shell": "2.0.0-rc.1",
26+
"@tauri-apps/plugin-store": "2.0.0-rc.1",
27+
"@tauri-apps/plugin-updater": "2.0.0-rc.1",
2828
"@zerodevx/svelte-json-view": "1.0.9"
2929
},
3030
"devDependencies": {

0 commit comments

Comments
 (0)