Commit Graph

63 Commits

Author SHA1 Message Date
renovate[bot]
e157118cff fix(deps): update tauri monorepo (v2) (#1801)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/10906152813

Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
2024-09-17 15:25:25 +00:00
renovate[bot]
6b317f15de chore(deps): update dependency @tauri-apps/cli to v2.0.0-rc.14 (#1786)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/10871887834

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
2024-09-15 14:44:13 +00:00
Amr Bashir
9feabac60e chore: adjust prettier config, .gitignore and use taplo to format toml files (#1728)
* chore: adjust prettier config, .gitignore and use taplo to format toml files

This brings the plugins-workspace repository to the same code style of the main tauri repo

* format toml

* ignore examples gen dir

* add .vscode/extensions.json

* remove packageManager field

* fmt

* fix audit

* taplo ignore permissions autogenerated files

* remove create dummy dist

* fix prettier workflow

* install fmt in prettier workflow

---------

Co-authored-by: Lucas Nogueira <lucas@tauri.app>

Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/10701104849

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
2024-09-04 11:55:30 +00:00
github-actions[bot]
fd6ea73304 publish new versions (#1683)
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>

Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/10620879633

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
2024-08-29 18:52:16 +00:00
Lucas Fernandes Nogueira
289b9b89ba feat: use PermissionState type from tauri, closes #979 (#1701)
Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/10620793871

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
2024-08-29 18:41:46 +00:00
Lucas Nogueira
e9385b0f47 chore: trigger CI
Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/10431692820

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
2024-08-17 10:52:01 +00:00
Lucas Nogueira
50d503ae8c feat: bump to RC
Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/10217801566

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
2024-08-02 15:10:24 +00:00
FabianLars
f3b5ae6f39 chore: Add repository field to package.json
Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/10183528110

Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
2024-07-31 15:55:18 +00:00
github-actions[bot]
d021aaf130 publish new versions (#1590)
Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>

Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/10180185645

Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
2024-07-31 12:30:14 +00:00
Tony
635d759918 chore: add missing tauri beta 25 change file (#1597)
* Add tauri beta 25 change file

* Generate schema

Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/10180156125

Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
2024-07-31 12:27:22 +00:00
renovate[bot]
ed1ee0a4d8 fix(deps): update tauri monorepo (#1595)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/10152294641

Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
2024-07-29 21:42:37 +00:00
github-actions[bot]
d6d56d3676 publish new versions (#1517)
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>

Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/9914995577

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
2024-07-12 22:44:06 +00:00
Lucas Fernandes Nogueira
6fb3ad37ad feat: update to tauri beta.24 (#1537)
* feat: update to tauri beta.24

* remove .tauri

* pnpm build

Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/9914050374

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
2024-07-12 21:25:33 +00:00
github-actions[bot]
7ef8e79508 publish new versions (#1479)
Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>

Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/9759591243

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
2024-07-02 10:49:53 +00:00
renovate[bot]
f48cb21260 chore(deps): update tauri monorepo (v2) (#1512)
* fix(deps): update tauri monorepo

* Create tauri-beta-23.md

* fix clippy - regen permissions

* revert accidental cargo.toml change

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de>

Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/9758390470

Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
2024-07-02 09:24:56 +00:00
Tillmann
71aff3f816 Feat: Add default permissions to most plugins (#1460)
* Add default permissions to most plugins.

Co-authored-by: chippers <chip@chip.sh>
Co-authored-by: fabianlars <fabianlars@fabianlars.de>

* updated default description

* mobile plugin relevant changes

---------

Co-authored-by: chippers <chip@chip.sh>
Co-authored-by: fabianlars <fabianlars@fabianlars.de>

Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/9674143364

Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
2024-06-26 05:36:08 +00:00
github-actions[bot]
c964c7e9ba Publish New Versions (v2) (#1387)
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>

Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/9307117994

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
2024-05-30 18:09:37 +00:00
renovate[bot]
156580dcf2 fix(deps): update tauri monorepo (#1382)
* fix(deps): update tauri monorepo

* fix positioner

* Update lib.rs

* Update lib.rs

* fix build

* change file

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: amrbashir <amr.bashir2015@gmail.com>

Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/9296690343

Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
2024-05-30 03:50:06 +00:00
github-actions[bot]
eba8c584dd publish new versions (#1314)
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>

Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/9295790049

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
2024-05-30 02:07:06 +00:00
renovate[bot]
462b0b795f chore(deps): update tauri monorepo (#1363)
* fix(deps): update tauri monorepo

* Create tauri-beta-20.md

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de>

Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/9205905835

Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
2024-05-23 09:52:00 +00:00
github-actions[bot]
761378a1c3 publish new versions (#1247)
Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>

Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/8909397438

Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
2024-05-01 12:36:53 +00:00
renovate[bot]
ae70f7a3f2 chore(deps): change rust crate maplit version to 1 (#1270)
* chore(deps): update rust crate maplit to 1.0.2

* Update Cargo.toml

* Update tauri-beta-17.md

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de>

Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/8909308611

Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
2024-05-01 12:28:32 +00:00
renovate[bot]
f19a4f06cb chore(deps): replace dependency eslint-config-standard-with-typescript with eslint-config-love 43.1.0 (#1228)
* chore(deps): replace dependency eslint-config-standard-with-typescript with eslint-config-love 43.1.0

* actually apply the rules lol

* rebuild

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: FabianLars <fabianlars@fabianlars.de>

Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/8791882915

Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
2024-04-22 22:41:51 +00:00
renovate[bot]
0da0d1770b fix(deps): update tauri monorepo (#1202)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/8735411408

Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
2024-04-18 09:16:36 +00:00
Amr Bashir
d060bc5c0c chore: add repository field in Cargo.toml (#1143)
closes #1135

Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/8561993142

Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
2024-04-04 22:16:15 +00:00
github-actions[bot]
2ba62916af Publish New Versions (v2) (#1047)
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>

Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/8374542583

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
2024-03-21 12:02:18 +00:00
Lucas Fernandes Nogueira
3809cee4d6 refactor: only inject API IIFE script when withGlobalTauri is true (#1071)
* refactor: only inject API IIFE script when withGlobalTauri is true

* fmt

* update tauri

Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/8347963398

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
2024-03-19 18:04:32 +00:00
github-actions[bot]
f0e03f1c76 publish new versions (#986)
Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/8182433337

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
2024-03-07 03:26:21 +00:00
Lucas Fernandes Nogueira
89cac12f68 chore(deps): update to tauri beta.9 (#1037)
Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/8182295901

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
2024-03-07 03:10:10 +00:00
Fabian-Lars
901de4e7b1 fix: Fix comp with latest beta (#1018)
* fix: Fix comp with latest beta

* linux

Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/8144815355

Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
2024-03-04 18:00:30 +00:00
Tillmann
cf9fc5c8ae Added Security Policy to All Plugins (#930)
* Added contact and security policy to remaining plugins and the repository

* Added default security policy to shared template

Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/8066584389

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
2024-02-27 14:44:49 +00:00
Lucas Fernandes Nogueira
4266f17422 Merge pull request #948 from tauri-apps/release-v2
Publish New Versions (v2)

Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/7993274778

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
2024-02-21 17:45:08 +00:00
Lucas Fernandes Nogueira
f48a89acf7 Merge pull request #971 from tauri-apps/chore/tauri-beta-3
chore: update to tauri beta.4

Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/7993156928

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
2024-02-21 17:33:59 +00:00
Lucas Nogueira
a1044e09fc fix(ci): commig schemas
Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/7769589151

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
2024-02-03 21:49:13 +00:00
Lucas Fernandes Nogueira
f136223635 Merge pull request #859 from tauri-apps/release-v2
Publish New Versions (v2)

Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/7769512417

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
2024-02-03 21:29:56 +00:00
Tillmann
53058c04ce feat: update to tauri beta, add permissions (#862)
Co-authored-by: Lucas Nogueira <lucas@tauri.app>
Co-authored-by: Lucas Nogueira <lucas@crabnebula.dev>

Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/7768617455

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
2024-02-03 18:15:46 +00:00
github-actions[bot]
500c405e61 Publish New Versions (v2) (#832)
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>

Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/7270400982

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
2023-12-20 02:57:59 +00:00
Lucas Fernandes Nogueira
e7e2a04f18 chore(deps): update to tauri alpha.20, @tauri-apps/api alpha.13 (#839)
* chore(deps): update to tauri alpha.20, @tauri-apps/api alpha.13

* fix lockfile

Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/7268221303

Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
2023-12-19 22:19:14 +00:00
github-actions[bot]
aaeabc154c Publish New Versions (v2) (#723)
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>

Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/7213197689

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
2023-12-14 18:47:26 +00:00
Fabian-Lars
0412d2bd55 chore: Update Tauri to alpha.18 (#802)
Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/7171920912

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
2023-12-11 18:43:08 +00:00
Fabian-Lars
709c3d3969 chore: Merge remote-tracking branch 'origin/v1' into v2
Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/6973763607

Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
2023-11-23 19:48:36 +00:00
Amr Bashir
8872e0e7ca fix: add back main, module and types field in top-level package.json (#742)
closes #738

`"moduleResolution": "node"` doesn't handle the `exports` field

Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/6931144176

Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
2023-11-20 14:02:04 +00:00
Fabian-Lars
b44da23b9a fix(updater): Use escaped installer path to start the nsis updater (#727)
Port of v1 change: https://github.com/tauri-apps/tauri/pull/7956

Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/6877612128

Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
2023-11-15 13:00:07 +00:00
github-actions[bot]
776919958e Publish New Versions (v2) (#688)
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>

Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/6685322294

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
2023-10-29 19:22:13 +00:00
Lucas Fernandes Nogueira
df93e774aa feat: update to alpha.17, typed mobile plugin IPC arguments (#676)
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>

Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/6685259074

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
2023-10-29 19:08:52 +00:00
github-actions[bot]
a2fa97b323 Publish New Versions (v2) (#629)
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>

Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/6612903025

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
2023-10-23 12:03:18 +00:00
Lucas Fernandes Nogueira
acb67e5d49 chore: update to tauri alpha.16, api alpha.9 (#673)
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>

Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/6590505706

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
2023-10-20 16:52:04 +00:00
Lucas Fernandes Nogueira
a94f1ffd54 chore(examples): update to tauri 2.0.0-alpha.14 (#600)
Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/6159545571

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
2023-09-12 12:41:15 +00:00
github-actions[bot]
e022435fb1 Publish New Versions (v2) (#589)
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>

Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/6105038807

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
2023-09-07 03:25:56 +00:00
Lucas Fernandes Nogueira
7a04374b86 fix(ci): update pnpm lockfile on version bump, fix covector config (#556)
Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/5860333528

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
2023-08-14 20:28:18 +00:00