Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge v1 into v2 #468

Merged
merged 59 commits into from
Jul 19, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
59 commits
Select commit Hold shift + click to select a range
ea63b40
fix(stronghold): change wrong argument name for `remove` (#422)
vdang-crabnebula Jun 7, 2023
523bcdc
fix(window-state): correctly set decoration state if no saved state e…
FabianLars Jun 7, 2023
0984fc8
chore: Add branch to install instructions that use git (#433)
FabianLars Jun 12, 2023
6ad221e
fix(stronghold): return null if there is no record (#129)
Ludea Jun 12, 2023
617cf38
fix(window-state): propagate promise (#435)
amrbashir Jun 13, 2023
417c85a
fix(window-state): manual default implentation (#425)
amrbashir Jun 13, 2023
be2a90b
chore: remove unneeded change file
amrbashir Jun 13, 2023
c4d2c8c
fix(deps): update rust crate iota-crypto to 0.21 (#438)
renovate[bot] Jun 14, 2023
7b9d7a1
docs(websocket): fix readme example (#447)
dukejones Jun 20, 2023
a305ad3
chore(fs-watch) Update Usage (#451)
NaokiM03 Jun 22, 2023
9174b80
[persisted scope] fix: handle recursive directory correctly (#455)
OrIOg Jun 29, 2023
3d4697b
publish new versions (#417)
github-actions[bot] Jun 29, 2023
8916544
remove changefiles to publish release (#456)
github-actions[bot] Jun 29, 2023
d9b2331
chore(deps): update dependency eslint-config-standard-with-typescript…
renovate[bot] Jun 30, 2023
36b7296
chore(deps): update dependency svelte to v4 (#453)
renovate[bot] Jun 30, 2023
92233ea
fix(deps): update rust crate sqlx to 0.7. plugin-sql msrv is now 1.65…
renovate[bot] Jul 5, 2023
0d0ed7b
chore(deps): update dependency prettier to v3 (#467)
renovate[bot] Jul 6, 2023
7fb4401
Merge v1 branch into v2
FabianLars Jul 6, 2023
e92a1b1
websocket readme
FabianLars Jul 6, 2023
e99b14d
fmt
FabianLars Jul 6, 2023
a725374
tauri cli version 2
FabianLars Jul 6, 2023
ad30286
fix(persisted-scope): separately save asset protocol patterns (#459)
FabianLars Jul 10, 2023
395ff65
Publish New Versions (#470)
github-actions[bot] Jul 10, 2023
9e440d2
chore: Re-add changefiles from #416 and #422 (#457)
FabianLars Jul 10, 2023
b5d5084
Merge remote-tracking branch 'origin/v1' into v2-merge-v1
FabianLars Jul 10, 2023
57701f1
fix persisted-scope plugin (ouchie)
FabianLars Jul 10, 2023
efcc3df
chore: Update pnpm to v7.33.1 (#472)
FabianLars Jul 10, 2023
413da72
fix stronghold diff
FabianLars Jul 10, 2023
f5fbd80
persisted-scope: add some more cfg guards
FabianLars Jul 10, 2023
2a8e168
fix(deps): update rust crate iota-crypto to 0.22 (#475)
renovate[bot] Jul 11, 2023
6845cef
chore: Lock npm deps versions (#477)
FabianLars Jul 11, 2023
ec74b2d
chore(deps): update dependency @rollup/plugin-terser to v0.4.3 (#478)
renovate[bot] Jul 11, 2023
65e6870
chore(deps): update dependency @rollup/plugin-typescript to v11.1.2 (…
renovate[bot] Jul 11, 2023
a2503b7
chore(deps): update dependency typescript to v5.1.6 (#480)
renovate[bot] Jul 11, 2023
01ede23
chore(deps): update typescript-eslint monorepo to v6 (#481)
renovate[bot] Jul 11, 2023
2365c46
fix(deps): update tauri monorepo to v1.4.0 (#482)
renovate[bot] Jul 11, 2023
9dba680
chore(deps): update dependency tslib to v2.6.0 (#483)
renovate[bot] Jul 11, 2023
2f2da76
chore(deps): update dependency rollup to v3.26.2 (#491)
renovate[bot] Jul 11, 2023
b6ffbe3
chore(deps): update dependency eslint to v8.44.0 (#490)
renovate[bot] Jul 11, 2023
8c10a1b
chore(deps): update dependency @rollup/plugin-node-resolve to v15.1.0…
renovate[bot] Jul 11, 2023
280f99c
chore(deps): update dependency vite to v4.4.2 (#488)
renovate[bot] Jul 11, 2023
84d8a21
chore(deps): update dependency vite to v4.4.3 (#492)
renovate[bot] Jul 11, 2023
ac6f08f
chore(deps): update dependency svelte-check to v3.4.6 (#487)
renovate[bot] Jul 11, 2023
c499238
chore(deps): update dependency svelte to v4.0.5 (#486)
renovate[bot] Jul 11, 2023
00915af
chore(deps): update dependency @sveltejs/kit to v1.22.2 (#484)
renovate[bot] Jul 11, 2023
c009cb3
chore(deps): update dependency eslint-plugin-n to v16.0.1 (#485)
renovate[bot] Jul 11, 2023
07f3a89
chore(deps): update dependency @sveltejs/kit to v1.22.3 (#493)
renovate[bot] Jul 13, 2023
180ec44
fix(deps): update rust crate iota-crypto to 0.23 (#495)
renovate[bot] Jul 13, 2023
8286b06
chore(deps): update dependency eslint to v8.45.0 (#498)
renovate[bot] Jul 14, 2023
2ed0fd7
chore(deps): update dependency eslint-config-standard-with-typescript…
renovate[bot] Jul 14, 2023
c8c6d56
chore(deps): update dependency vite to v4.4.4 (#496)
renovate[bot] Jul 14, 2023
4fd6b58
chore(deps): update dependency eslint-config-standard-with-typescript…
renovate[bot] Jul 15, 2023
51f20b4
MySQL examples (#501)
writeDavid Jul 16, 2023
600ad30
chore(deps): update typescript-eslint monorepo to v6.1.0 (#505)
renovate[bot] Jul 18, 2023
0863f80
chore(deps): update dependency rollup to v3.26.3 (#503)
renovate[bot] Jul 18, 2023
753cfe5
Merge remote-tracking branch 'origin/v1' into v2-merge-v1
FabianLars Jul 19, 2023
b09f168
explicit ScopeExt impl [skip ci]
lucasfernog Jul 19, 2023
2a49820
rust-version from workspace on sql plugin [skip ci]
lucasfernog Jul 19, 2023
5b9617e
persisted-scope changefiles [skip ci]
FabianLars Jul 19, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: Add branch to install instructions that use git (#433)
  • Loading branch information
FabianLars authored Jun 12, 2023
commit 0984fc8374c7d623ddc5f56cab1b235020337af2
6 changes: 3 additions & 3 deletions plugins/authenticator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ You can install the JavaScript Guest bindings using your preferred JavaScript pa
> Note: Since most JavaScript package managers are unable to install packages from git monorepos we provide read-only mirrors of each plugin. This makes installation option 2 more ergonomic to use.

```sh
pnpm add https://github.com/tauri-apps/tauri-plugin-authenticator
pnpm add https://github.com/tauri-apps/tauri-plugin-authenticator#v1
# or
npm add https://github.com/tauri-apps/tauri-plugin-authenticator
npm add https://github.com/tauri-apps/tauri-plugin-authenticator#v1
# or
yarn add https://github.com/tauri-apps/tauri-plugin-authenticator
yarn add https://github.com/tauri-apps/tauri-plugin-authenticator#v1
```

## Usage
Expand Down
6 changes: 3 additions & 3 deletions plugins/autostart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ You can install the JavaScript Guest bindings using your preferred JavaScript pa
> Note: Since most JavaScript package managers are unable to install packages from git monorepos we provide read-only mirrors of each plugin. This makes installation option 2 more ergonomic to use.

```sh
pnpm add https://github.com/tauri-apps/tauri-plugin-autostart
pnpm add https://github.com/tauri-apps/tauri-plugin-autostart#v1
# or
npm add https://github.com/tauri-apps/tauri-plugin-autostart
npm add https://github.com/tauri-apps/tauri-plugin-autostart#v1
# or
yarn add https://github.com/tauri-apps/tauri-plugin-autostart
yarn add https://github.com/tauri-apps/tauri-plugin-autostart#v1
```

## Usage
Expand Down
6 changes: 3 additions & 3 deletions plugins/fs-extra/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ You can install the JavaScript Guest bindings using your preferred JavaScript pa
> Note: Since most JavaScript package managers are unable to install packages from git monorepos we provide read-only mirrors of each plugin. This makes installation option 2 more ergonomic to use.

```sh
pnpm add https://github.com/tauri-apps/tauri-plugin-fs-extra
pnpm add https://github.com/tauri-apps/tauri-plugin-fs-extra#v1
# or
npm add https://github.com/tauri-apps/tauri-plugin-fs-extra
npm add https://github.com/tauri-apps/tauri-plugin-fs-extra#v1
# or
yarn add https://github.com/tauri-apps/tauri-plugin-fs-extra
yarn add https://github.com/tauri-apps/tauri-plugin-fs-extra#v1
```

## Usage
Expand Down
6 changes: 3 additions & 3 deletions plugins/fs-watch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ You can install the JavaScript Guest bindings using your preferred JavaScript pa
> Note: Since most JavaScript package managers are unable to install packages from git monorepos we provide read-only mirrors of each plugin. This makes installation option 2 more ergonomic to use.

```sh
pnpm add https://github.com/tauri-apps/tauri-plugin-fs-watch
pnpm add https://github.com/tauri-apps/tauri-plugin-fs-watch#v1
# or
npm add https://github.com/tauri-apps/tauri-plugin-fs-watch
npm add https://github.com/tauri-apps/tauri-plugin-fs-watch#v1
# or
yarn add https://github.com/tauri-apps/tauri-plugin-fs-watch
yarn add https://github.com/tauri-apps/tauri-plugin-fs-watch#v1
```

## Usage
Expand Down
6 changes: 3 additions & 3 deletions plugins/log/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ You can install the JavaScript Guest bindings using your preferred JavaScript pa
> Note: Since most JavaScript package managers are unable to install packages from git monorepos we provide read-only mirrors of each plugin. This makes installation option 2 more ergonomic to use.

```sh
pnpm add https://github.com/tauri-apps/tauri-plugin-log
pnpm add https://github.com/tauri-apps/tauri-plugin-log#v1
# or
npm add https://github.com/tauri-apps/tauri-plugin-log
npm add https://github.com/tauri-apps/tauri-plugin-log#v1
# or
yarn add https://github.com/tauri-apps/tauri-plugin-log
yarn add https://github.com/tauri-apps/tauri-plugin-log#v1
```

## Usage
Expand Down
6 changes: 3 additions & 3 deletions plugins/positioner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ yarn add tauri-plugin-positioner-api
Or through git:

```sh
pnpm add https://github.com/tauri-apps/tauri-plugin-positioner
pnpm add https://github.com/tauri-apps/tauri-plugin-positioner#v1
# or
npm add https://github.com/tauri-apps/tauri-plugin-positioner
npm add https://github.com/tauri-apps/tauri-plugin-positioner#v1
# or
yarn add https://github.com/tauri-apps/tauri-plugin-positioner
yarn add https://github.com/tauri-apps/tauri-plugin-positioner#v1
```

## Usage
Expand Down
6 changes: 3 additions & 3 deletions plugins/sql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ You can install the JavaScript Guest bindings using your preferred JavaScript pa
> Note: Since most JavaScript package managers are unable to install packages from git monorepos we provide read-only mirrors of each plugin. This makes installation option 2 more ergonomic to use.

```sh
pnpm add https://github.com/tauri-apps/tauri-plugin-sql
pnpm add https://github.com/tauri-apps/tauri-plugin-sql#v1
# or
npm add https://github.com/tauri-apps/tauri-plugin-sql
npm add https://github.com/tauri-apps/tauri-plugin-sql#v1
# or
yarn add https://github.com/tauri-apps/tauri-plugin-sql
yarn add https://github.com/tauri-apps/tauri-plugin-sql#v1
```

## Usage
Expand Down
6 changes: 3 additions & 3 deletions plugins/store/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ You can install the JavaScript Guest bindings using your preferred JavaScript pa
> Note: Since most JavaScript package managers are unable to install packages from git monorepos we provide read-only mirrors of each plugin. This makes installation option 2 more ergonomic to use.

```sh
pnpm add https://github.com/tauri-apps/tauri-plugin-store
pnpm add https://github.com/tauri-apps/tauri-plugin-store#v1
# or
npm add https://github.com/tauri-apps/tauri-plugin-store
npm add https://github.com/tauri-apps/tauri-plugin-store#v1
# or
yarn add https://github.com/tauri-apps/tauri-plugin-store
yarn add https://github.com/tauri-apps/tauri-plugin-store#v1
```

## Usage
Expand Down
6 changes: 3 additions & 3 deletions plugins/stronghold/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ You can install the JavaScript Guest bindings using your preferred JavaScript pa
> Note: Since most JavaScript package managers are unable to install packages from git monorepos we provide read-only mirrors of each plugin. This makes installation option 2 more ergonomic to use.

```sh
pnpm add https://github.com/tauri-apps/tauri-plugin-stronghold
pnpm add https://github.com/tauri-apps/tauri-plugin-stronghold#v1
# or
npm add https://github.com/tauri-apps/tauri-plugin-stronghold
npm add https://github.com/tauri-apps/tauri-plugin-stronghold#v1
# or
yarn add https://github.com/tauri-apps/tauri-plugin-stronghold
yarn add https://github.com/tauri-apps/tauri-plugin-stronghold#v1
```

## Usage
Expand Down
6 changes: 3 additions & 3 deletions plugins/upload/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ You can install the JavaScript Guest bindings using your preferred JavaScript pa
> Note: Since most JavaScript package managers are unable to install packages from git monorepos we provide read-only mirrors of each plugin. This makes installation option 2 more ergonomic to use.

```sh
pnpm add https://github.com/tauri-apps/tauri-plugin-upload
pnpm add https://github.com/tauri-apps/tauri-plugin-upload#v1
# or
npm add https://github.com/tauri-apps/tauri-plugin-upload
npm add https://github.com/tauri-apps/tauri-plugin-upload#v1
# or
yarn add https://github.com/tauri-apps/tauri-plugin-upload
yarn add https://github.com/tauri-apps/tauri-plugin-upload#v1
```

## Usage
Expand Down
6 changes: 3 additions & 3 deletions plugins/websocket/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ You can install the JavaScript Guest bindings using your preferred JavaScript pa
> Note: Since most JavaScript package managers are unable to install packages from git monorepos we provide read-only mirrors of each plugin. This makes installation option 2 more ergonomic to use.

```sh
pnpm add https://github.com/tauri-apps/tauri-plugin-websocket
pnpm add https://github.com/tauri-apps/tauri-plugin-websocket#v1
# or
npm add https://github.com/tauri-apps/tauri-plugin-websocket
npm add https://github.com/tauri-apps/tauri-plugin-websocket#v1
# or
yarn add https://github.com/tauri-apps/tauri-plugin-websocket
yarn add https://github.com/tauri-apps/tauri-plugin-websocket#v1
```

## Usage
Expand Down
6 changes: 3 additions & 3 deletions plugins/window-state/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ You can install the JavaScript Guest bindings using your preferred JavaScript pa
> Note: Since most JavaScript package managers are unable to install packages from git monorepos we provide read-only mirrors of each plugin. This makes installation option 2 more ergonomic to use.

```sh
pnpm add https://github.com/tauri-apps/tauri-plugin-window-state
pnpm add https://github.com/tauri-apps/tauri-plugin-window-state#v1
# or
npm add https://github.com/tauri-apps/tauri-plugin-window-state
npm add https://github.com/tauri-apps/tauri-plugin-window-state#v1
# or
yarn add https://github.com/tauri-apps/tauri-plugin-window-state
yarn add https://github.com/tauri-apps/tauri-plugin-window-state#v1
```

## Usage
Expand Down
2 changes: 2 additions & 0 deletions shared/template/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ You can install the JavaScript Guest bindings using your preferred JavaScript pa

> Note: Since most JavaScript package managers are unable to install packages from git monorepos we provide read-only mirrors of each plugin. This makes installation option 2 more ergonomic to use.

<!-- Add the branch for installations using git! -->

```sh
pnpm add <!-- plugin here -->
# or
Expand Down