From fb3690205fdcde0fc62b0e4d61455f59efeb1145 Mon Sep 17 00:00:00 2001 From: FabianLars Date: Wed, 24 May 2023 10:38:39 +0000 Subject: [PATCH] publish new versions --- .changes/pre.json | 5 ++++- examples/api/CHANGELOG.md | 7 +++++++ examples/api/package.json | 2 +- examples/api/src-tauri/CHANGELOG.md | 7 +++++++ examples/api/src-tauri/Cargo.toml | 16 ++++++++-------- plugins/app/CHANGELOG.md | 5 +++++ plugins/app/Cargo.toml | 2 +- plugins/app/package.json | 2 +- plugins/authenticator/CHANGELOG.md | 5 +++++ plugins/authenticator/Cargo.toml | 4 +--- plugins/authenticator/package.json | 2 +- plugins/autostart/CHANGELOG.md | 5 +++++ plugins/autostart/Cargo.toml | 6 ++---- plugins/autostart/package.json | 2 +- plugins/cli/CHANGELOG.md | 5 +++++ plugins/cli/Cargo.toml | 4 ++-- plugins/cli/package.json | 2 +- plugins/clipboard/CHANGELOG.md | 5 +++++ plugins/clipboard/Cargo.toml | 2 +- plugins/clipboard/package.json | 2 +- plugins/dialog/CHANGELOG.md | 5 +++++ plugins/dialog/Cargo.toml | 4 +--- plugins/dialog/package.json | 2 +- plugins/fs/CHANGELOG.md | 5 +++++ plugins/fs/Cargo.toml | 12 +++++------- plugins/fs/package.json | 2 +- plugins/global-shortcut/CHANGELOG.md | 5 +++++ plugins/global-shortcut/Cargo.toml | 2 +- plugins/global-shortcut/package.json | 2 +- plugins/http/CHANGELOG.md | 5 +++++ plugins/http/Cargo.toml | 2 +- plugins/http/package.json | 2 +- plugins/localhost/CHANGELOG.md | 5 +++++ plugins/localhost/Cargo.toml | 6 ++---- plugins/log/CHANGELOG.md | 5 +++++ plugins/log/Cargo.toml | 10 ++++------ plugins/log/package.json | 2 +- plugins/notification/CHANGELOG.md | 5 +++++ plugins/notification/Cargo.toml | 8 +++----- plugins/notification/package.json | 2 +- plugins/os/CHANGELOG.md | 5 +++++ plugins/os/Cargo.toml | 2 +- plugins/os/package.json | 2 +- plugins/persisted-scope/CHANGELOG.md | 6 ++++++ plugins/persisted-scope/Cargo.toml | 4 +--- plugins/positioner/CHANGELOG.md | 4 ++++ plugins/positioner/Cargo.toml | 6 ++---- plugins/positioner/package.json | 2 +- plugins/process/CHANGELOG.md | 5 +++++ plugins/process/Cargo.toml | 2 +- plugins/process/package.json | 2 +- plugins/shell/CHANGELOG.md | 5 +++++ plugins/shell/Cargo.toml | 4 ++-- plugins/shell/package.json | 2 +- plugins/single-instance/CHANGELOG.md | 5 +++++ plugins/single-instance/Cargo.toml | 24 +++++++++++------------- plugins/sql/CHANGELOG.md | 5 +++++ plugins/sql/Cargo.toml | 14 ++++++-------- plugins/sql/package.json | 2 +- plugins/store/CHANGELOG.md | 5 +++++ plugins/store/Cargo.toml | 6 ++---- plugins/store/package.json | 2 +- plugins/stronghold/CHANGELOG.md | 5 +++++ plugins/stronghold/Cargo.toml | 8 +++----- plugins/stronghold/package.json | 2 +- plugins/updater/CHANGELOG.md | 5 +++++ plugins/updater/Cargo.toml | 3 +-- plugins/updater/package.json | 2 +- plugins/upload/CHANGELOG.md | 5 +++++ plugins/upload/Cargo.toml | 6 ++---- plugins/upload/package.json | 2 +- plugins/websocket/CHANGELOG.md | 5 +++++ plugins/websocket/Cargo.toml | 8 +++----- plugins/websocket/package.json | 2 +- plugins/window-state/CHANGELOG.md | 5 +++++ plugins/window-state/Cargo.toml | 4 +--- plugins/window-state/package.json | 2 +- plugins/window/CHANGELOG.md | 5 +++++ plugins/window/Cargo.toml | 8 ++++---- plugins/window/package.json | 2 +- 80 files changed, 244 insertions(+), 130 deletions(-) create mode 100644 examples/api/CHANGELOG.md create mode 100644 examples/api/src-tauri/CHANGELOG.md create mode 100644 plugins/app/CHANGELOG.md create mode 100644 plugins/authenticator/CHANGELOG.md create mode 100644 plugins/autostart/CHANGELOG.md create mode 100644 plugins/cli/CHANGELOG.md create mode 100644 plugins/clipboard/CHANGELOG.md create mode 100644 plugins/dialog/CHANGELOG.md create mode 100644 plugins/fs/CHANGELOG.md create mode 100644 plugins/global-shortcut/CHANGELOG.md create mode 100644 plugins/http/CHANGELOG.md create mode 100644 plugins/localhost/CHANGELOG.md create mode 100644 plugins/log/CHANGELOG.md create mode 100644 plugins/notification/CHANGELOG.md create mode 100644 plugins/os/CHANGELOG.md create mode 100644 plugins/persisted-scope/CHANGELOG.md create mode 100644 plugins/process/CHANGELOG.md create mode 100644 plugins/shell/CHANGELOG.md create mode 100644 plugins/single-instance/CHANGELOG.md create mode 100644 plugins/sql/CHANGELOG.md create mode 100644 plugins/store/CHANGELOG.md create mode 100644 plugins/stronghold/CHANGELOG.md create mode 100644 plugins/updater/CHANGELOG.md create mode 100644 plugins/upload/CHANGELOG.md create mode 100644 plugins/websocket/CHANGELOG.md create mode 100644 plugins/window-state/CHANGELOG.md create mode 100644 plugins/window/CHANGELOG.md diff --git a/.changes/pre.json b/.changes/pre.json index 5914ed91..dd8471fa 100644 --- a/.changes/pre.json +++ b/.changes/pre.json @@ -1,4 +1,7 @@ { "tag": "alpha", - "changes": [] + "changes": [ + ".changes/persisted-scope-fix-oom.md", + ".changes/v2-alpha.md" + ] } diff --git a/examples/api/CHANGELOG.md b/examples/api/CHANGELOG.md new file mode 100644 index 00000000..ec208615 --- /dev/null +++ b/examples/api/CHANGELOG.md @@ -0,0 +1,7 @@ +# Changelog + +## \[1.0.1-alpha.0] + +### Dependencies + +- Updated to latest `app-js` diff --git a/examples/api/package.json b/examples/api/package.json index bbfe9622..2ef92158 100644 --- a/examples/api/package.json +++ b/examples/api/package.json @@ -1,6 +1,6 @@ { "name": "svelte-app", - "version": "1.0.0", + "version": "1.0.1-alpha.0", "type": "module", "scripts": { "dev": "vite --clearScreen false", diff --git a/examples/api/src-tauri/CHANGELOG.md b/examples/api/src-tauri/CHANGELOG.md new file mode 100644 index 00000000..63f67e87 --- /dev/null +++ b/examples/api/src-tauri/CHANGELOG.md @@ -0,0 +1,7 @@ +# Changelog + +## \[0.1.1-alpha.0] + +### Dependencies + +- Updated to latest `app` diff --git a/examples/api/src-tauri/Cargo.toml b/examples/api/src-tauri/Cargo.toml index e65c3044..64bb70f1 100644 --- a/examples/api/src-tauri/Cargo.toml +++ b/examples/api/src-tauri/Cargo.toml @@ -1,16 +1,16 @@ [package] name = "api" -version = "0.1.0" +version = "0.1.1-alpha.0" description = "An example Tauri Application showcasing the api" edition = "2021" rust-version = "1.65" license = "Apache-2.0 OR MIT" [lib] -crate-type = ["staticlib", "cdylib", "rlib"] +crate-type = [ "staticlib", "cdylib", "rlib" ] [build-dependencies] -tauri-build = { workspace = true, features = ["codegen", "isolation"] } +tauri-build = { workspace = true, features = [ "codegen", "isolation" ] } [dependencies] serde_json = { workspace = true } @@ -27,17 +27,17 @@ tauri-plugin-notification = { path = "../../../plugins/notification", version = tauri-plugin-os = { path = "../../../plugins/os", version = "1.0.0" } tauri-plugin-process = { path = "../../../plugins/process", version = "1.0.0" } tauri-plugin-shell = { path = "../../../plugins/shell", version = "1.0.0" } -tauri-plugin-window = { path = "../../../plugins/window", version = "1.0.0", features = ["devtools", "icon-ico", "icon-png"] } +tauri-plugin-window = { path = "../../../plugins/window", version = "1.0.0", features = [ "devtools", "icon-ico", "icon-png" ] } -[dependencies.tauri] -workspace = true -features = [ + [dependencies.tauri] + workspace = true + features = [ "icon-ico", "icon-png", "isolation", "macos-private-api", "system-tray", - "protocol-asset", + "protocol-asset" ] [target."cfg(any(target_os = \"macos\", windows, target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies] diff --git a/plugins/app/CHANGELOG.md b/plugins/app/CHANGELOG.md new file mode 100644 index 00000000..a70b10ec --- /dev/null +++ b/plugins/app/CHANGELOG.md @@ -0,0 +1,5 @@ +# Changelog + +## \[2.0.0-alpha.0] + +- [`717ae67`](https://github.com/tauri-apps/plugins-workspace/commit/717ae670978feb4492fac1f295998b93f2b9347f)([#371](https://github.com/tauri-apps/plugins-workspace/pull/371)) First v2 alpha release! diff --git a/plugins/app/Cargo.toml b/plugins/app/Cargo.toml index 521ce69c..4984ae28 100644 --- a/plugins/app/Cargo.toml +++ b/plugins/app/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tauri-plugin-app" -version = "1.0.0" +version = "2.0.0-alpha.0" edition = { workspace = true } authors = { workspace = true } license = { workspace = true } diff --git a/plugins/app/package.json b/plugins/app/package.json index 6297bbe5..f875fdb0 100644 --- a/plugins/app/package.json +++ b/plugins/app/package.json @@ -1,6 +1,6 @@ { "name": "@tauri-apps/plugin-app", - "version": "1.0.0", + "version": "2.0.0-alpha.0", "license": "MIT or APACHE-2.0", "authors": [ "Tauri Programme within The Commons Conservancy" diff --git a/plugins/authenticator/CHANGELOG.md b/plugins/authenticator/CHANGELOG.md new file mode 100644 index 00000000..a70b10ec --- /dev/null +++ b/plugins/authenticator/CHANGELOG.md @@ -0,0 +1,5 @@ +# Changelog + +## \[2.0.0-alpha.0] + +- [`717ae67`](https://github.com/tauri-apps/plugins-workspace/commit/717ae670978feb4492fac1f295998b93f2b9347f)([#371](https://github.com/tauri-apps/plugins-workspace/pull/371)) First v2 alpha release! diff --git a/plugins/authenticator/Cargo.toml b/plugins/authenticator/Cargo.toml index c3ca03ca..4ce3b98e 100644 --- a/plugins/authenticator/Cargo.toml +++ b/plugins/authenticator/Cargo.toml @@ -1,14 +1,12 @@ [package] name = "tauri-plugin-authenticator" -version = "1.0.0" +version = "2.0.0-alpha.0" description = "Use hardware security-keys in your Tauri App." authors = { workspace = true } license = { workspace = true } edition = { workspace = true } rust-version = { workspace = true } -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [dependencies] serde = { workspace = true } serde_json = { workspace = true } diff --git a/plugins/authenticator/package.json b/plugins/authenticator/package.json index 51130faf..08c5a25a 100644 --- a/plugins/authenticator/package.json +++ b/plugins/authenticator/package.json @@ -1,6 +1,6 @@ { "name": "@tauri-apps/plugin-authenticator", - "version": "1.0.0", + "version": "2.0.0-alpha.0", "description": "Use hardware security-keys in your Tauri App.", "license": "MIT or APACHE-2.0", "authors": [ diff --git a/plugins/autostart/CHANGELOG.md b/plugins/autostart/CHANGELOG.md new file mode 100644 index 00000000..a70b10ec --- /dev/null +++ b/plugins/autostart/CHANGELOG.md @@ -0,0 +1,5 @@ +# Changelog + +## \[2.0.0-alpha.0] + +- [`717ae67`](https://github.com/tauri-apps/plugins-workspace/commit/717ae670978feb4492fac1f295998b93f2b9347f)([#371](https://github.com/tauri-apps/plugins-workspace/pull/371)) First v2 alpha release! diff --git a/plugins/autostart/Cargo.toml b/plugins/autostart/Cargo.toml index 5ff1f3b9..15e757bd 100644 --- a/plugins/autostart/Cargo.toml +++ b/plugins/autostart/Cargo.toml @@ -1,18 +1,16 @@ [package] name = "tauri-plugin-autostart" -version = "1.0.0" +version = "2.0.0-alpha.0" description = "Automatically launch your application at startup." authors = { workspace = true } license = { workspace = true } edition = { workspace = true } rust-version = { workspace = true } -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [dependencies] serde = { workspace = true } serde_json = { workspace = true } tauri = { workspace = true } log = { workspace = true } thiserror = { workspace = true } -auto-launch = "0.4" \ No newline at end of file +auto-launch = "0.4" diff --git a/plugins/autostart/package.json b/plugins/autostart/package.json index 6bb53385..5557933d 100644 --- a/plugins/autostart/package.json +++ b/plugins/autostart/package.json @@ -1,6 +1,6 @@ { "name": "@tauri-apps/plugin-autostart", - "version": "1.0.0", + "version": "2.0.0-alpha.0", "license": "MIT or APACHE-2.0", "authors": [ "Tauri Programme within The Commons Conservancy" diff --git a/plugins/cli/CHANGELOG.md b/plugins/cli/CHANGELOG.md new file mode 100644 index 00000000..a70b10ec --- /dev/null +++ b/plugins/cli/CHANGELOG.md @@ -0,0 +1,5 @@ +# Changelog + +## \[2.0.0-alpha.0] + +- [`717ae67`](https://github.com/tauri-apps/plugins-workspace/commit/717ae670978feb4492fac1f295998b93f2b9347f)([#371](https://github.com/tauri-apps/plugins-workspace/pull/371)) First v2 alpha release! diff --git a/plugins/cli/Cargo.toml b/plugins/cli/Cargo.toml index 2988a077..ac5035a8 100644 --- a/plugins/cli/Cargo.toml +++ b/plugins/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tauri-plugin-cli" -version = "1.0.0" +version = "2.0.0-alpha.0" edition = { workspace = true } authors = { workspace = true } license = { workspace = true } @@ -11,4 +11,4 @@ serde_json = { workspace = true } tauri = { workspace = true } log = { workspace = true } thiserror = { workspace = true } -clap = { version = "4", features = ["string"] } +clap = { version = "4", features = [ "string" ] } diff --git a/plugins/cli/package.json b/plugins/cli/package.json index a4baf1a8..c47c63e4 100644 --- a/plugins/cli/package.json +++ b/plugins/cli/package.json @@ -1,6 +1,6 @@ { "name": "@tauri-apps/plugin-cli", - "version": "1.0.0", + "version": "2.0.0-alpha.0", "license": "MIT or APACHE-2.0", "authors": [ "Tauri Programme within The Commons Conservancy" diff --git a/plugins/clipboard/CHANGELOG.md b/plugins/clipboard/CHANGELOG.md new file mode 100644 index 00000000..a70b10ec --- /dev/null +++ b/plugins/clipboard/CHANGELOG.md @@ -0,0 +1,5 @@ +# Changelog + +## \[2.0.0-alpha.0] + +- [`717ae67`](https://github.com/tauri-apps/plugins-workspace/commit/717ae670978feb4492fac1f295998b93f2b9347f)([#371](https://github.com/tauri-apps/plugins-workspace/pull/371)) First v2 alpha release! diff --git a/plugins/clipboard/Cargo.toml b/plugins/clipboard/Cargo.toml index 0d3b1e5e..ab7f5f7a 100644 --- a/plugins/clipboard/Cargo.toml +++ b/plugins/clipboard/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tauri-plugin-clipboard" -version = "1.0.0" +version = "2.0.0-alpha.0" edition = { workspace = true } authors = { workspace = true } license = { workspace = true } diff --git a/plugins/clipboard/package.json b/plugins/clipboard/package.json index 84b2c998..265fe33b 100644 --- a/plugins/clipboard/package.json +++ b/plugins/clipboard/package.json @@ -1,6 +1,6 @@ { "name": "@tauri-apps/plugin-clipboard", - "version": "1.0.0", + "version": "2.0.0-alpha.0", "license": "MIT or APACHE-2.0", "authors": [ "Tauri Programme within The Commons Conservancy" diff --git a/plugins/dialog/CHANGELOG.md b/plugins/dialog/CHANGELOG.md new file mode 100644 index 00000000..a70b10ec --- /dev/null +++ b/plugins/dialog/CHANGELOG.md @@ -0,0 +1,5 @@ +# Changelog + +## \[2.0.0-alpha.0] + +- [`717ae67`](https://github.com/tauri-apps/plugins-workspace/commit/717ae670978feb4492fac1f295998b93f2b9347f)([#371](https://github.com/tauri-apps/plugins-workspace/pull/371)) First v2 alpha release! diff --git a/plugins/dialog/Cargo.toml b/plugins/dialog/Cargo.toml index 60f31dfc..ffea13cd 100644 --- a/plugins/dialog/Cargo.toml +++ b/plugins/dialog/Cargo.toml @@ -1,13 +1,11 @@ [package] name = "tauri-plugin-dialog" -version = "1.0.0" +version = "2.0.0-alpha.0" edition = { workspace = true } authors = { workspace = true } license = { workspace = true } links = "tauri-plugin-dialog" -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [dependencies] serde = { workspace = true } serde_json = { workspace = true } diff --git a/plugins/dialog/package.json b/plugins/dialog/package.json index 1622c1c4..5d83f64d 100644 --- a/plugins/dialog/package.json +++ b/plugins/dialog/package.json @@ -1,6 +1,6 @@ { "name": "@tauri-apps/plugin-dialog", - "version": "1.0.0", + "version": "2.0.0-alpha.0", "license": "MIT or APACHE-2.0", "authors": [ "Tauri Programme within The Commons Conservancy" diff --git a/plugins/fs/CHANGELOG.md b/plugins/fs/CHANGELOG.md new file mode 100644 index 00000000..a70b10ec --- /dev/null +++ b/plugins/fs/CHANGELOG.md @@ -0,0 +1,5 @@ +# Changelog + +## \[2.0.0-alpha.0] + +- [`717ae67`](https://github.com/tauri-apps/plugins-workspace/commit/717ae670978feb4492fac1f295998b93f2b9347f)([#371](https://github.com/tauri-apps/plugins-workspace/pull/371)) First v2 alpha release! diff --git a/plugins/fs/Cargo.toml b/plugins/fs/Cargo.toml index 59b24d61..e355ff6c 100644 --- a/plugins/fs/Cargo.toml +++ b/plugins/fs/Cargo.toml @@ -1,23 +1,21 @@ [package] name = "tauri-plugin-fs" -version = "1.0.0" +version = "2.0.0-alpha.0" description = "Access the file system." authors = { workspace = true } license = { workspace = true } edition = { workspace = true } rust-version = { workspace = true } -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [dependencies] serde = { workspace = true } tauri = { workspace = true } thiserror = { workspace = true } anyhow = "1" -uuid = { version = "1", features = ["v4"] } +uuid = { version = "1", features = [ "v4" ] } glob = "0.3" -notify = { version = "5", optional = true, features = ["serde"] } -notify-debouncer-mini = { version = "0.2.1", optional = true, features = ["serde"] } +notify = { version = "5", optional = true, features = [ "serde" ] } +notify-debouncer-mini = { version = "0.2.1", optional = true, features = [ "serde" ] } [features] -watch = ["notify", "notify-debouncer-mini"] +watch = [ "notify", "notify-debouncer-mini" ] diff --git a/plugins/fs/package.json b/plugins/fs/package.json index 0b520585..071c6f1a 100644 --- a/plugins/fs/package.json +++ b/plugins/fs/package.json @@ -1,6 +1,6 @@ { "name": "@tauri-apps/plugin-fs", - "version": "1.0.0", + "version": "2.0.0-alpha.0", "description": "Access the file system.", "license": "MIT or APACHE-2.0", "authors": [ diff --git a/plugins/global-shortcut/CHANGELOG.md b/plugins/global-shortcut/CHANGELOG.md new file mode 100644 index 00000000..a70b10ec --- /dev/null +++ b/plugins/global-shortcut/CHANGELOG.md @@ -0,0 +1,5 @@ +# Changelog + +## \[2.0.0-alpha.0] + +- [`717ae67`](https://github.com/tauri-apps/plugins-workspace/commit/717ae670978feb4492fac1f295998b93f2b9347f)([#371](https://github.com/tauri-apps/plugins-workspace/pull/371)) First v2 alpha release! diff --git a/plugins/global-shortcut/Cargo.toml b/plugins/global-shortcut/Cargo.toml index 927c4337..7ea3ae80 100644 --- a/plugins/global-shortcut/Cargo.toml +++ b/plugins/global-shortcut/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tauri-plugin-global-shortcut" -version = "1.0.0" +version = "2.0.0-alpha.0" edition = { workspace = true } authors = { workspace = true } license = { workspace = true } diff --git a/plugins/global-shortcut/package.json b/plugins/global-shortcut/package.json index 686cb64e..227625c1 100644 --- a/plugins/global-shortcut/package.json +++ b/plugins/global-shortcut/package.json @@ -1,6 +1,6 @@ { "name": "@tauri-apps/plugin-global-shortcut", - "version": "1.0.0", + "version": "2.0.0-alpha.0", "license": "MIT or APACHE-2.0", "authors": [ "Tauri Programme within The Commons Conservancy" diff --git a/plugins/http/CHANGELOG.md b/plugins/http/CHANGELOG.md new file mode 100644 index 00000000..a70b10ec --- /dev/null +++ b/plugins/http/CHANGELOG.md @@ -0,0 +1,5 @@ +# Changelog + +## \[2.0.0-alpha.0] + +- [`717ae67`](https://github.com/tauri-apps/plugins-workspace/commit/717ae670978feb4492fac1f295998b93f2b9347f)([#371](https://github.com/tauri-apps/plugins-workspace/pull/371)) First v2 alpha release! diff --git a/plugins/http/Cargo.toml b/plugins/http/Cargo.toml index cb67760d..c2225b3e 100644 --- a/plugins/http/Cargo.toml +++ b/plugins/http/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tauri-plugin-http" -version = "1.0.0" +version = "2.0.0-alpha.0" edition = { workspace = true } authors = { workspace = true } license = { workspace = true } diff --git a/plugins/http/package.json b/plugins/http/package.json index a238bb68..d1fe48e2 100644 --- a/plugins/http/package.json +++ b/plugins/http/package.json @@ -1,6 +1,6 @@ { "name": "@tauri-apps/plugin-http", - "version": "1.0.0", + "version": "2.0.0-alpha.0", "license": "MIT or APACHE-2.0", "authors": [ "Tauri Programme within The Commons Conservancy" diff --git a/plugins/localhost/CHANGELOG.md b/plugins/localhost/CHANGELOG.md new file mode 100644 index 00000000..a70b10ec --- /dev/null +++ b/plugins/localhost/CHANGELOG.md @@ -0,0 +1,5 @@ +# Changelog + +## \[2.0.0-alpha.0] + +- [`717ae67`](https://github.com/tauri-apps/plugins-workspace/commit/717ae670978feb4492fac1f295998b93f2b9347f)([#371](https://github.com/tauri-apps/plugins-workspace/pull/371)) First v2 alpha release! diff --git a/plugins/localhost/Cargo.toml b/plugins/localhost/Cargo.toml index 5f303476..a5586cbe 100644 --- a/plugins/localhost/Cargo.toml +++ b/plugins/localhost/Cargo.toml @@ -1,14 +1,12 @@ [package] name = "tauri-plugin-localhost" -version = "1.0.0" +version = "2.0.0-alpha.0" description = "Expose your apps assets through a localhost server instead of the default custom protocol." authors = { workspace = true } license = { workspace = true } edition = { workspace = true } rust-version = { workspace = true } -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [dependencies] serde = { workspace = true } serde_json = { workspace = true } @@ -16,4 +14,4 @@ tauri = { workspace = true } log = { workspace = true } thiserror = { workspace = true } tiny_http = "0.12" -http = "0.2" \ No newline at end of file +http = "0.2" diff --git a/plugins/log/CHANGELOG.md b/plugins/log/CHANGELOG.md new file mode 100644 index 00000000..a70b10ec --- /dev/null +++ b/plugins/log/CHANGELOG.md @@ -0,0 +1,5 @@ +# Changelog + +## \[2.0.0-alpha.0] + +- [`717ae67`](https://github.com/tauri-apps/plugins-workspace/commit/717ae670978feb4492fac1f295998b93f2b9347f)([#371](https://github.com/tauri-apps/plugins-workspace/pull/371)) First v2 alpha release! diff --git a/plugins/log/Cargo.toml b/plugins/log/Cargo.toml index 9e4c8508..06a19f4a 100644 --- a/plugins/log/Cargo.toml +++ b/plugins/log/Cargo.toml @@ -1,14 +1,12 @@ [package] name = "tauri-plugin-log" -version = "1.0.0" +version = "2.0.0-alpha.0" description = "Configurable logging for your Tauri app." authors = { workspace = true } license = { workspace = true } edition = { workspace = true } rust-version = { workspace = true } -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [build-dependencies] tauri-build = { workspace = true } @@ -18,8 +16,8 @@ serde_json = { workspace = true } tauri = { workspace = true } serde_repr = "0.1" byte-unit = "4.0" -log = { workspace = true, features = ["kv_unstable"] } -time = { version = "0.3", features = ["formatting", "local-offset"] } +log = { workspace = true, features = [ "kv_unstable" ] } +time = { version = "0.3", features = [ "formatting", "local-offset" ] } fern = "0.6" [target."cfg(target_os = \"android\")".dependencies] @@ -31,4 +29,4 @@ objc = "0.2" cocoa = "0.24" [features] -colored = ["fern/colored"] \ No newline at end of file +colored = [ "fern/colored" ] diff --git a/plugins/log/package.json b/plugins/log/package.json index 575dcfb6..388c7aa6 100644 --- a/plugins/log/package.json +++ b/plugins/log/package.json @@ -1,6 +1,6 @@ { "name": "@tauri-apps/plugin-log", - "version": "1.0.0", + "version": "2.0.0-alpha.0", "description": "Configurable logging for your Tauri app.", "license": "MIT or APACHE-2.0", "authors": [ diff --git a/plugins/notification/CHANGELOG.md b/plugins/notification/CHANGELOG.md new file mode 100644 index 00000000..a70b10ec --- /dev/null +++ b/plugins/notification/CHANGELOG.md @@ -0,0 +1,5 @@ +# Changelog + +## \[2.0.0-alpha.0] + +- [`717ae67`](https://github.com/tauri-apps/plugins-workspace/commit/717ae670978feb4492fac1f295998b93f2b9347f)([#371](https://github.com/tauri-apps/plugins-workspace/pull/371)) First v2 alpha release! diff --git a/plugins/notification/Cargo.toml b/plugins/notification/Cargo.toml index a6660eba..1756baf2 100644 --- a/plugins/notification/Cargo.toml +++ b/plugins/notification/Cargo.toml @@ -1,13 +1,11 @@ [package] name = "tauri-plugin-notification" -version = "1.0.0" +version = "2.0.0-alpha.0" edition = { workspace = true } authors = { workspace = true } license = { workspace = true } links = "tauri-plugin-notification" -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [build-dependencies] tauri-build = { workspace = true } @@ -18,8 +16,8 @@ tauri = { workspace = true } log = { workspace = true } thiserror = { workspace = true } rand = "0.8" -time = { version = "0.3", features = ["serde", "parsing", "formatting"] } -url = { version = "2", features = ["serde"] } +time = { version = "0.3", features = [ "serde", "parsing", "formatting" ] } +url = { version = "2", features = [ "serde" ] } serde_repr = "0.1" [target."cfg(any(target_os = \"macos\", windows, target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies] diff --git a/plugins/notification/package.json b/plugins/notification/package.json index f43df637..1b18b55c 100644 --- a/plugins/notification/package.json +++ b/plugins/notification/package.json @@ -1,6 +1,6 @@ { "name": "@tauri-apps/plugin-notification", - "version": "1.0.0", + "version": "2.0.0-alpha.0", "license": "MIT or APACHE-2.0", "authors": [ "Tauri Programme within The Commons Conservancy" diff --git a/plugins/os/CHANGELOG.md b/plugins/os/CHANGELOG.md new file mode 100644 index 00000000..a70b10ec --- /dev/null +++ b/plugins/os/CHANGELOG.md @@ -0,0 +1,5 @@ +# Changelog + +## \[2.0.0-alpha.0] + +- [`717ae67`](https://github.com/tauri-apps/plugins-workspace/commit/717ae670978feb4492fac1f295998b93f2b9347f)([#371](https://github.com/tauri-apps/plugins-workspace/pull/371)) First v2 alpha release! diff --git a/plugins/os/Cargo.toml b/plugins/os/Cargo.toml index 5db78b58..8a0d0494 100644 --- a/plugins/os/Cargo.toml +++ b/plugins/os/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tauri-plugin-os" -version = "1.0.0" +version = "2.0.0-alpha.0" edition = { workspace = true } authors = { workspace = true } license = { workspace = true } diff --git a/plugins/os/package.json b/plugins/os/package.json index b6022045..e2aae9c2 100644 --- a/plugins/os/package.json +++ b/plugins/os/package.json @@ -1,6 +1,6 @@ { "name": "@tauri-apps/plugin-os", - "version": "1.0.0", + "version": "2.0.0-alpha.0", "license": "MIT or APACHE-2.0", "authors": [ "Tauri Programme within The Commons Conservancy" diff --git a/plugins/persisted-scope/CHANGELOG.md b/plugins/persisted-scope/CHANGELOG.md new file mode 100644 index 00000000..9c19d778 --- /dev/null +++ b/plugins/persisted-scope/CHANGELOG.md @@ -0,0 +1,6 @@ +# Changelog + +## \[2.0.0-alpha.0] + +- [`ebb2eb2`](https://github.com/tauri-apps/plugins-workspace/commit/ebb2eb2fe2ebfbb70530d16a983d396aa5829aa1)([#274](https://github.com/tauri-apps/plugins-workspace/pull/274)) Recursively unescape saved patterns before allowing/forbidding them. This effectively prevents `.persisted-scope` files from blowing up, which caused Out-Of-Memory issues, while automatically fixing existing broken files seamlessly. +- [`717ae67`](https://github.com/tauri-apps/plugins-workspace/commit/717ae670978feb4492fac1f295998b93f2b9347f)([#371](https://github.com/tauri-apps/plugins-workspace/pull/371)) First v2 alpha release! diff --git a/plugins/persisted-scope/Cargo.toml b/plugins/persisted-scope/Cargo.toml index ec7ecf86..99639dd6 100644 --- a/plugins/persisted-scope/Cargo.toml +++ b/plugins/persisted-scope/Cargo.toml @@ -1,14 +1,12 @@ [package] name = "tauri-plugin-persisted-scope" -version = "1.0.0" +version = "2.0.0-alpha.0" description = "Save filesystem and asset scopes and restore them when the app is reopened." authors = { workspace = true } license = { workspace = true } edition = { workspace = true } rust-version = { workspace = true } -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [dependencies] serde = { workspace = true } serde_json = { workspace = true } diff --git a/plugins/positioner/CHANGELOG.md b/plugins/positioner/CHANGELOG.md index 71199780..f0814299 100644 --- a/plugins/positioner/CHANGELOG.md +++ b/plugins/positioner/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[2.0.0-alpha.0] + +- [`717ae67`](https://github.com/tauri-apps/plugins-workspace/commit/717ae670978feb4492fac1f295998b93f2b9347f)([#371](https://github.com/tauri-apps/plugins-workspace/pull/371)) First v2 alpha release! + ## \[0.2.7] - Update Tauri to v1.0.0 diff --git a/plugins/positioner/Cargo.toml b/plugins/positioner/Cargo.toml index 11623b33..25927a26 100644 --- a/plugins/positioner/Cargo.toml +++ b/plugins/positioner/Cargo.toml @@ -1,14 +1,12 @@ [package] name = "tauri-plugin-positioner" -version = "1.0.4" +version = "2.0.0-alpha.0" description = "Position your windows at well-known locations." authors = { workspace = true } license = { workspace = true } edition = { workspace = true } rust-version = { workspace = true } -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [dependencies] serde = { workspace = true } serde_json = { workspace = true } @@ -18,4 +16,4 @@ thiserror = { workspace = true } serde_repr = "0.1" [features] -system-tray = [ "tauri/system-tray" ] \ No newline at end of file +system-tray = [ "tauri/system-tray" ] diff --git a/plugins/positioner/package.json b/plugins/positioner/package.json index 0dea96d4..2f064127 100644 --- a/plugins/positioner/package.json +++ b/plugins/positioner/package.json @@ -1,6 +1,6 @@ { "name": "@tauri-apps/plugin-positioner", - "version": "1.0.0", + "version": "2.0.0-alpha.0", "description": "Position your windows at well-known locations.", "license": "MIT or APACHE-2.0", "authors": [ diff --git a/plugins/process/CHANGELOG.md b/plugins/process/CHANGELOG.md new file mode 100644 index 00000000..a70b10ec --- /dev/null +++ b/plugins/process/CHANGELOG.md @@ -0,0 +1,5 @@ +# Changelog + +## \[2.0.0-alpha.0] + +- [`717ae67`](https://github.com/tauri-apps/plugins-workspace/commit/717ae670978feb4492fac1f295998b93f2b9347f)([#371](https://github.com/tauri-apps/plugins-workspace/pull/371)) First v2 alpha release! diff --git a/plugins/process/Cargo.toml b/plugins/process/Cargo.toml index 7a44f481..64e5ab9b 100644 --- a/plugins/process/Cargo.toml +++ b/plugins/process/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tauri-plugin-process" -version = "1.0.0" +version = "2.0.0-alpha.0" edition = { workspace = true } authors = { workspace = true } license = { workspace = true } diff --git a/plugins/process/package.json b/plugins/process/package.json index 9f2542ec..d5517cf3 100644 --- a/plugins/process/package.json +++ b/plugins/process/package.json @@ -1,6 +1,6 @@ { "name": "@tauri-apps/plugin-process", - "version": "1.0.0", + "version": "2.0.0-alpha.0", "license": "MIT or APACHE-2.0", "authors": [ "Tauri Programme within The Commons Conservancy" diff --git a/plugins/shell/CHANGELOG.md b/plugins/shell/CHANGELOG.md new file mode 100644 index 00000000..a70b10ec --- /dev/null +++ b/plugins/shell/CHANGELOG.md @@ -0,0 +1,5 @@ +# Changelog + +## \[2.0.0-alpha.0] + +- [`717ae67`](https://github.com/tauri-apps/plugins-workspace/commit/717ae670978feb4492fac1f295998b93f2b9347f)([#371](https://github.com/tauri-apps/plugins-workspace/pull/371)) First v2 alpha release! diff --git a/plugins/shell/Cargo.toml b/plugins/shell/Cargo.toml index a9eb609d..2e4134c6 100644 --- a/plugins/shell/Cargo.toml +++ b/plugins/shell/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tauri-plugin-shell" -version = "1.0.0" +version = "2.0.0-alpha.0" edition = { workspace = true } authors = { workspace = true } license = { workspace = true } @@ -15,4 +15,4 @@ shared_child = "1" regex = "1" open = "4" encoding_rs = "0.8" -os_pipe = "1" \ No newline at end of file +os_pipe = "1" diff --git a/plugins/shell/package.json b/plugins/shell/package.json index 56aa7f66..79d2c0c1 100644 --- a/plugins/shell/package.json +++ b/plugins/shell/package.json @@ -1,6 +1,6 @@ { "name": "@tauri-apps/plugin-shell", - "version": "1.0.0", + "version": "2.0.0-alpha.0", "license": "MIT or APACHE-2.0", "authors": [ "Tauri Programme within The Commons Conservancy" diff --git a/plugins/single-instance/CHANGELOG.md b/plugins/single-instance/CHANGELOG.md new file mode 100644 index 00000000..a70b10ec --- /dev/null +++ b/plugins/single-instance/CHANGELOG.md @@ -0,0 +1,5 @@ +# Changelog + +## \[2.0.0-alpha.0] + +- [`717ae67`](https://github.com/tauri-apps/plugins-workspace/commit/717ae670978feb4492fac1f295998b93f2b9347f)([#371](https://github.com/tauri-apps/plugins-workspace/pull/371)) First v2 alpha release! diff --git a/plugins/single-instance/Cargo.toml b/plugins/single-instance/Cargo.toml index 2baa69e9..9c4fc139 100644 --- a/plugins/single-instance/Cargo.toml +++ b/plugins/single-instance/Cargo.toml @@ -1,14 +1,12 @@ [package] name = "tauri-plugin-single-instance" -version = "1.0.0" +version = "2.0.0-alpha.0" description = "Ensure a single instance of your tauri app is running." authors = { workspace = true } license = { workspace = true } edition = { workspace = true } rust-version = { workspace = true } -exclude = ["/examples"] - -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +exclude = [ "/examples" ] [dependencies] serde = { workspace = true } @@ -17,17 +15,17 @@ tauri = { workspace = true } log = { workspace = true } thiserror = { workspace = true } -[target.'cfg(target_os = "windows")'.dependencies.windows-sys] +[target."cfg(target_os = \"windows\")".dependencies.windows-sys] version = "0.48" features = [ - "Win32_System_Threading", - "Win32_System_DataExchange", - "Win32_Foundation", - "Win32_UI_WindowsAndMessaging", - "Win32_Security", - "Win32_System_LibraryLoader", - "Win32_Graphics_Gdi", + "Win32_System_Threading", + "Win32_System_DataExchange", + "Win32_Foundation", + "Win32_UI_WindowsAndMessaging", + "Win32_Security", + "Win32_System_LibraryLoader", + "Win32_Graphics_Gdi" ] -[target.'cfg(target_os = "linux")'.dependencies] +[target."cfg(target_os = \"linux\")".dependencies] zbus = "3" diff --git a/plugins/sql/CHANGELOG.md b/plugins/sql/CHANGELOG.md new file mode 100644 index 00000000..a70b10ec --- /dev/null +++ b/plugins/sql/CHANGELOG.md @@ -0,0 +1,5 @@ +# Changelog + +## \[2.0.0-alpha.0] + +- [`717ae67`](https://github.com/tauri-apps/plugins-workspace/commit/717ae670978feb4492fac1f295998b93f2b9347f)([#371](https://github.com/tauri-apps/plugins-workspace/pull/371)) First v2 alpha release! diff --git a/plugins/sql/Cargo.toml b/plugins/sql/Cargo.toml index da263e5f..a4ddf0c2 100644 --- a/plugins/sql/Cargo.toml +++ b/plugins/sql/Cargo.toml @@ -1,14 +1,12 @@ [package] name = "tauri-plugin-sql" -version = "1.0.0" +version = "2.0.0-alpha.0" description = "Interface with SQL databases." authors = { workspace = true } license = { workspace = true } edition = { workspace = true } rust-version = { workspace = true } -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [dependencies] serde = { workspace = true } serde_json = { workspace = true } @@ -16,11 +14,11 @@ tauri = { workspace = true } log = { workspace = true } thiserror = { workspace = true } futures-core = "0.3" -sqlx = { version = "0.6", features = ["runtime-tokio-rustls", "json", "time"] } +sqlx = { version = "0.6", features = [ "runtime-tokio-rustls", "json", "time" ] } time = "0.3" -tokio = { version = "1", features = ["sync"] } +tokio = { version = "1", features = [ "sync" ] } [features] -sqlite = ["sqlx/sqlite"] -mysql = ["sqlx/mysql"] -postgres = ["sqlx/postgres"] \ No newline at end of file +sqlite = [ "sqlx/sqlite" ] +mysql = [ "sqlx/mysql" ] +postgres = [ "sqlx/postgres" ] diff --git a/plugins/sql/package.json b/plugins/sql/package.json index 86342845..faea80a8 100644 --- a/plugins/sql/package.json +++ b/plugins/sql/package.json @@ -1,6 +1,6 @@ { "name": "@tauri-apps/plugin-sql", - "version": "1.0.0", + "version": "2.0.0-alpha.0", "description": "Interface with SQL databases", "license": "MIT or APACHE-2.0", "authors": [ diff --git a/plugins/store/CHANGELOG.md b/plugins/store/CHANGELOG.md new file mode 100644 index 00000000..a70b10ec --- /dev/null +++ b/plugins/store/CHANGELOG.md @@ -0,0 +1,5 @@ +# Changelog + +## \[2.0.0-alpha.0] + +- [`717ae67`](https://github.com/tauri-apps/plugins-workspace/commit/717ae670978feb4492fac1f295998b93f2b9347f)([#371](https://github.com/tauri-apps/plugins-workspace/pull/371)) First v2 alpha release! diff --git a/plugins/store/Cargo.toml b/plugins/store/Cargo.toml index 3386b9fb..a2ec5226 100644 --- a/plugins/store/Cargo.toml +++ b/plugins/store/Cargo.toml @@ -1,17 +1,15 @@ [package] name = "tauri-plugin-store" -version = "1.0.0" +version = "2.0.0-alpha.0" description = "Simple, persistent key-value store." authors = { workspace = true } license = { workspace = true } edition = { workspace = true } rust-version = { workspace = true } -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [dependencies] serde = { workspace = true } serde_json = { workspace = true } tauri = { workspace = true } log = { workspace = true } -thiserror = { workspace = true } \ No newline at end of file +thiserror = { workspace = true } diff --git a/plugins/store/package.json b/plugins/store/package.json index 00882a96..9bfaabe1 100644 --- a/plugins/store/package.json +++ b/plugins/store/package.json @@ -1,6 +1,6 @@ { "name": "@tauri-apps/plugin-store", - "version": "1.0.0", + "version": "2.0.0-alpha.0", "description": "Simple, persistent key-value store.", "license": "MIT or APACHE-2.0", "authors": [ diff --git a/plugins/stronghold/CHANGELOG.md b/plugins/stronghold/CHANGELOG.md new file mode 100644 index 00000000..a70b10ec --- /dev/null +++ b/plugins/stronghold/CHANGELOG.md @@ -0,0 +1,5 @@ +# Changelog + +## \[2.0.0-alpha.0] + +- [`717ae67`](https://github.com/tauri-apps/plugins-workspace/commit/717ae670978feb4492fac1f295998b93f2b9347f)([#371](https://github.com/tauri-apps/plugins-workspace/pull/371)) First v2 alpha release! diff --git a/plugins/stronghold/Cargo.toml b/plugins/stronghold/Cargo.toml index 80d04b0f..6dfb18f6 100644 --- a/plugins/stronghold/Cargo.toml +++ b/plugins/stronghold/Cargo.toml @@ -1,14 +1,12 @@ [package] name = "tauri-plugin-stronghold" -version = "1.0.0" +version = "2.0.0-alpha.0" description = "Store secrets and keys using the IOTA Stronghold encrypted database." authors = { workspace = true } license = { workspace = true } edition = { workspace = true } rust-version = { workspace = true } -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [dependencies] serde = { workspace = true } serde_json = { workspace = true } @@ -18,8 +16,8 @@ thiserror = { workspace = true } iota_stronghold = "1" iota-crypto = "0.17" hex = "0.4" -zeroize = { version = "1", features = ["zeroize_derive"] } +zeroize = { version = "1", features = [ "zeroize_derive" ] } [dev-dependencies] rand = "0.8" -rusty-fork = "0.3" \ No newline at end of file +rusty-fork = "0.3" diff --git a/plugins/stronghold/package.json b/plugins/stronghold/package.json index 04c0aacd..e4c7fc2d 100644 --- a/plugins/stronghold/package.json +++ b/plugins/stronghold/package.json @@ -1,6 +1,6 @@ { "name": "@tauri-apps/plugin-stronghold", - "version": "1.0.0", + "version": "2.0.0-alpha.0", "description": "Store secrets and keys using the IOTA Stronghold encrypted database.", "license": "MIT or APACHE-2.0", "authors": [ diff --git a/plugins/updater/CHANGELOG.md b/plugins/updater/CHANGELOG.md new file mode 100644 index 00000000..a70b10ec --- /dev/null +++ b/plugins/updater/CHANGELOG.md @@ -0,0 +1,5 @@ +# Changelog + +## \[2.0.0-alpha.0] + +- [`717ae67`](https://github.com/tauri-apps/plugins-workspace/commit/717ae670978feb4492fac1f295998b93f2b9347f)([#371](https://github.com/tauri-apps/plugins-workspace/pull/371)) First v2 alpha release! diff --git a/plugins/updater/Cargo.toml b/plugins/updater/Cargo.toml index 3230da31..ccd767ac 100644 --- a/plugins/updater/Cargo.toml +++ b/plugins/updater/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tauri-plugin-updater" -version = "1.0.0" +version = "2.0.0-alpha.0" edition = { workspace = true } authors = { workspace = true } license = { workspace = true } @@ -10,7 +10,6 @@ tauri = { workspace = true } serde = { workspace = true } serde_json = { workspace = true } thiserror = { workspace = true } - tokio = "1" reqwest = { version = "0.11", default-features = false, features = [ "json", "stream" ] } url = "2" diff --git a/plugins/updater/package.json b/plugins/updater/package.json index 7de4db59..1117938d 100644 --- a/plugins/updater/package.json +++ b/plugins/updater/package.json @@ -1,6 +1,6 @@ { "name": "@tauri-apps/plugin-updater", - "version": "1.0.0", + "version": "2.0.0-alpha.0", "license": "MIT or APACHE-2.0", "authors": [ "Tauri Programme within The Commons Conservancy" diff --git a/plugins/upload/CHANGELOG.md b/plugins/upload/CHANGELOG.md new file mode 100644 index 00000000..a70b10ec --- /dev/null +++ b/plugins/upload/CHANGELOG.md @@ -0,0 +1,5 @@ +# Changelog + +## \[2.0.0-alpha.0] + +- [`717ae67`](https://github.com/tauri-apps/plugins-workspace/commit/717ae670978feb4492fac1f295998b93f2b9347f)([#371](https://github.com/tauri-apps/plugins-workspace/pull/371)) First v2 alpha release! diff --git a/plugins/upload/Cargo.toml b/plugins/upload/Cargo.toml index 787a072c..0f4da100 100644 --- a/plugins/upload/Cargo.toml +++ b/plugins/upload/Cargo.toml @@ -1,14 +1,12 @@ [package] name = "tauri-plugin-upload" -version = "1.0.0" +version = "2.0.0-alpha.0" description = "Upload files from disk to a remote server over HTTP." authors = { workspace = true } license = { workspace = true } edition = { workspace = true } rust-version = { workspace = true } -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [dependencies] serde = { workspace = true } serde_json = { workspace = true } @@ -24,4 +22,4 @@ read-progress-stream = "1.0.0" [features] native-tls = [ "reqwest/native-tls" ] native-tls-vendored = [ "reqwest/native-tls-vendored" ] -rustls-tls = [ "reqwest/rustls-tls" ] \ No newline at end of file +rustls-tls = [ "reqwest/rustls-tls" ] diff --git a/plugins/upload/package.json b/plugins/upload/package.json index 6bc205bb..67ecc76d 100644 --- a/plugins/upload/package.json +++ b/plugins/upload/package.json @@ -1,6 +1,6 @@ { "name": "@tauri-apps/plugin-upload", - "version": "1.0.0", + "version": "2.0.0-alpha.0", "description": "Upload files from disk to a remote server over HTTP.", "license": "MIT or APACHE-2.0", "authors": [ diff --git a/plugins/websocket/CHANGELOG.md b/plugins/websocket/CHANGELOG.md new file mode 100644 index 00000000..a70b10ec --- /dev/null +++ b/plugins/websocket/CHANGELOG.md @@ -0,0 +1,5 @@ +# Changelog + +## \[2.0.0-alpha.0] + +- [`717ae67`](https://github.com/tauri-apps/plugins-workspace/commit/717ae670978feb4492fac1f295998b93f2b9347f)([#371](https://github.com/tauri-apps/plugins-workspace/pull/371)) First v2 alpha release! diff --git a/plugins/websocket/Cargo.toml b/plugins/websocket/Cargo.toml index 3ab8ddb3..98251f41 100644 --- a/plugins/websocket/Cargo.toml +++ b/plugins/websocket/Cargo.toml @@ -1,13 +1,11 @@ [package] name = "tauri-plugin-websocket" -version = "1.0.0" +version = "2.0.0-alpha.0" authors = { workspace = true } license = { workspace = true } edition = { workspace = true } rust-version = { workspace = true } -exclude = ["/examples"] - -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +exclude = [ "/examples" ] [dependencies] serde = { workspace = true } @@ -17,7 +15,7 @@ log = { workspace = true } thiserror = { workspace = true } rand = "0.8" futures-util = "0.3" -tokio = { version = "1", features = ["net", "sync"] } +tokio = { version = "1", features = [ "net", "sync" ] } tokio-tungstenite = { version = "0.18" } [features] diff --git a/plugins/websocket/package.json b/plugins/websocket/package.json index e2fc865c..7cc1628b 100644 --- a/plugins/websocket/package.json +++ b/plugins/websocket/package.json @@ -1,6 +1,6 @@ { "name": "@tauri-apps/plugin-websocket", - "version": "1.0.0", + "version": "2.0.0-alpha.0", "license": "MIT or APACHE-2.0", "authors": [ "Tauri Programme within The Commons Conservancy" diff --git a/plugins/window-state/CHANGELOG.md b/plugins/window-state/CHANGELOG.md new file mode 100644 index 00000000..a70b10ec --- /dev/null +++ b/plugins/window-state/CHANGELOG.md @@ -0,0 +1,5 @@ +# Changelog + +## \[2.0.0-alpha.0] + +- [`717ae67`](https://github.com/tauri-apps/plugins-workspace/commit/717ae670978feb4492fac1f295998b93f2b9347f)([#371](https://github.com/tauri-apps/plugins-workspace/pull/371)) First v2 alpha release! diff --git a/plugins/window-state/Cargo.toml b/plugins/window-state/Cargo.toml index cd5cc835..b1f6c802 100644 --- a/plugins/window-state/Cargo.toml +++ b/plugins/window-state/Cargo.toml @@ -1,14 +1,12 @@ [package] name = "tauri-plugin-window-state" -version = "1.0.0" +version = "2.0.0-alpha.0" description = "Save window positions and sizes and restore them when the app is reopened." authors = { workspace = true } license = { workspace = true } edition = { workspace = true } rust-version = { workspace = true } -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [dependencies] serde = { workspace = true } serde_json = { workspace = true } diff --git a/plugins/window-state/package.json b/plugins/window-state/package.json index 01f524d8..060ae802 100644 --- a/plugins/window-state/package.json +++ b/plugins/window-state/package.json @@ -1,6 +1,6 @@ { "name": "@tauri-apps/plugin-window-state", - "version": "1.0.0", + "version": "2.0.0-alpha.0", "description": "Save window positions and sizes and restore them when the app is reopened.", "license": "MIT or APACHE-2.0", "authors": [ diff --git a/plugins/window/CHANGELOG.md b/plugins/window/CHANGELOG.md new file mode 100644 index 00000000..a70b10ec --- /dev/null +++ b/plugins/window/CHANGELOG.md @@ -0,0 +1,5 @@ +# Changelog + +## \[2.0.0-alpha.0] + +- [`717ae67`](https://github.com/tauri-apps/plugins-workspace/commit/717ae670978feb4492fac1f295998b93f2b9347f)([#371](https://github.com/tauri-apps/plugins-workspace/pull/371)) First v2 alpha release! diff --git a/plugins/window/Cargo.toml b/plugins/window/Cargo.toml index e274079a..140e1895 100644 --- a/plugins/window/Cargo.toml +++ b/plugins/window/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tauri-plugin-window" -version = "1.0.0" +version = "2.0.0-alpha.0" edition = { workspace = true } authors = { workspace = true } license = { workspace = true } @@ -11,6 +11,6 @@ serde = { workspace = true } thiserror = { workspace = true } [features] -icon-png = ["tauri/icon-png"] -icon-ico = ["tauri/icon-ico"] -devtools = [] +icon-png = [ "tauri/icon-png" ] +icon-ico = [ "tauri/icon-ico" ] +devtools = [ ] diff --git a/plugins/window/package.json b/plugins/window/package.json index 2de9b3bb..1de59aeb 100644 --- a/plugins/window/package.json +++ b/plugins/window/package.json @@ -1,6 +1,6 @@ { "name": "@tauri-apps/plugin-window", - "version": "1.0.0", + "version": "2.0.0-alpha.0", "license": "MIT or APACHE-2.0", "authors": [ "Tauri Programme within The Commons Conservancy"