Skip to content

Commit acafc2d

Browse files
github-actions[bot]lucasfernog
authored andcommitted
publish new versions (tauri-apps#2603)
Co-authored-by: lucasfernog <[email protected]>
1 parent 5e32392 commit acafc2d

21 files changed

+68
-65
lines changed

.changes/emit-traces.md

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

.changes/export-log-level.md

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

.changes/fern-dispatch-log-target.md

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

.changes/fix-ios-biometry-fallback-auth.md

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

.changes/fix-ios-log-simulator.md

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

.changes/updater-override-header.md

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

Cargo.lock

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

3+
## \[2.0.21]
4+
5+
### Dependencies
6+
7+
- Upgraded to `[email protected]`
8+
- Upgraded to `[email protected]`
9+
- Upgraded to `[email protected]`
10+
311
## \[2.0.20]
412

513
### Dependencies

examples/api/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "api",
33
"private": true,
4-
"version": "2.0.20",
4+
"version": "2.0.21",
55
"type": "module",
66
"scripts": {
77
"dev": "vite --clearScreen false",
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@tauri-apps/api": "2.5.0",
1414
"@tauri-apps/plugin-barcode-scanner": "^2.2.0",
15-
"@tauri-apps/plugin-biometric": "^2.2.0",
15+
"@tauri-apps/plugin-biometric": "^2.2.1",
1616
"@tauri-apps/plugin-cli": "^2.2.0",
1717
"@tauri-apps/plugin-clipboard-manager": "^2.2.2",
1818
"@tauri-apps/plugin-dialog": "^2.2.1",
@@ -28,7 +28,7 @@
2828
"@tauri-apps/plugin-process": "^2.2.1",
2929
"@tauri-apps/plugin-shell": "^2.2.1",
3030
"@tauri-apps/plugin-store": "^2.2.0",
31-
"@tauri-apps/plugin-updater": "^2.7.0",
31+
"@tauri-apps/plugin-updater": "^2.7.1",
3232
"@zerodevx/svelte-json-view": "1.0.11"
3333
},
3434
"devDependencies": {

examples/api/src-tauri/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## \[2.0.25]
4+
5+
### Dependencies
6+
7+
- Upgraded to `[email protected]`
8+
- Upgraded to `[email protected]`
9+
- Upgraded to `[email protected]`
10+
311
## \[2.0.24]
412

513
### Dependencies

0 commit comments

Comments
 (0)