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
+2
View File
@@ -12,6 +12,7 @@ on:
branches:
- v1
- v2
- v3
paths:
- '.github/workflows/audit-javascript.yml'
- '**/pnpm-lock.yaml'
@@ -20,6 +21,7 @@ on:
branches:
- v1
- v2
- v3
paths:
- '.github/workflows/audit-javascript.yml'
- '**/pnpm-lock.yaml'
+2
View File
@@ -12,6 +12,7 @@ on:
branches:
- v1
- v2
- v3
paths:
- '.github/workflows/audit-rust.yml'
- '**/Cargo.lock'
@@ -20,6 +21,7 @@ on:
branches:
- v1
- v2
- v3
paths:
- '.github/workflows/audit-rust.yml'
- '**/Cargo.lock'
@@ -9,6 +9,7 @@ on:
branches:
- v1
- v2
- v3
permissions:
# required for oidc token
+2
View File
@@ -10,6 +10,7 @@ on:
branches:
- v1
- v2
- v3
paths:
- '.github/workflows/integration-tests.yml'
- 'plugins/updater/src/**'
@@ -17,6 +18,7 @@ on:
branches:
- v1
- v2
- v3
paths:
- '.github/workflows/integration-tests.yml'
- 'plugins/updater/src/**'
+2
View File
@@ -9,6 +9,7 @@ on:
branches:
- v1
- v2
- v3
paths:
- '.github/workflows/lint-javascript.yml'
- 'plugins/*/guest-js/**'
@@ -20,6 +21,7 @@ on:
branches:
- v1
- v2
- v3
paths:
- '.github/workflows/lint-javascript.yml'
- 'plugins/*/guest-js/**'
+2
View File
@@ -9,6 +9,7 @@ on:
branches:
- v1
- v2
- v3
paths:
- '.github/workflows/lint-rust.yml'
- 'plugins/*/src/**'
@@ -18,6 +19,7 @@ on:
branches:
- v1
- v2
- v3
paths:
- '.github/workflows/lint-rust.yml'
- 'plugins/*/src/**'
+1
View File
@@ -10,6 +10,7 @@ on:
branches:
- v1
- v2
- v3
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
+2
View File
@@ -9,6 +9,7 @@ on:
branches:
- v1
- v2
- v3
paths:
- '.github/workflows/test-rust.yml'
- 'plugins/*/src/**'
@@ -19,6 +20,7 @@ on:
branches:
- v1
- v2
- v3
paths:
- '.github/workflows/test-rust.yml'
- 'plugins/*/src/**'