chore: tauri 3.0 alpha release

This commit is contained in:
Lucas Nogueira
2026-09-13 15:55:49 -03:00
parent e87544c67d
commit 6967afaef8
113 changed files with 1158 additions and 2422 deletions
+4 -2
View File
@@ -20,7 +20,7 @@
"pipe": true
},
{
"command": "npm publish --provenance --access public",
"command": "npm publish --provenance --access public --tag next",
"dryRunCommand": "npm publish --provenance --access public --dry-run",
"pipe": true
},
@@ -81,8 +81,10 @@
"shell",
"store",
"updater",
"upload",
"geolocation",
"haptics"
"haptics",
"window-state"
]
},
"api-example-js": {