publish new versions

pull/374/head
FabianLars 2 years ago committed by GitHub
parent 37d65620f1
commit fb3690205f

@ -1,4 +1,7 @@
{
"tag": "alpha",
"changes": []
"changes": [
".changes/persisted-scope-fix-oom.md",
".changes/v2-alpha.md"
]
}

@ -0,0 +1,7 @@
# Changelog
## \[1.0.1-alpha.0]
### Dependencies
- Updated to latest `app-js`

@ -1,6 +1,6 @@
{
"name": "svelte-app",
"version": "1.0.0",
"version": "1.0.1-alpha.0",
"type": "module",
"scripts": {
"dev": "vite --clearScreen false",

@ -0,0 +1,7 @@
# Changelog
## \[0.1.1-alpha.0]
### Dependencies
- Updated to latest `app`

@ -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]

@ -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!

@ -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 }

@ -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"

@ -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!

@ -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 }

@ -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": [

@ -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!

@ -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"
auto-launch = "0.4"

@ -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"

@ -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!

@ -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" ] }

@ -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"

@ -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!

@ -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 }

@ -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"

@ -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!

@ -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 }

@ -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"

@ -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!

@ -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" ]

@ -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": [

@ -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!

@ -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 }

@ -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"

@ -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!

@ -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 }

@ -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"

@ -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!

@ -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"
http = "0.2"

@ -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!

@ -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"]
colored = [ "fern/colored" ]

@ -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": [

@ -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!

@ -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]

@ -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"

@ -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!

@ -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 }

@ -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"

@ -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!

@ -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 }

@ -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

@ -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" ]
system-tray = [ "tauri/system-tray" ]

@ -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": [

@ -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!

@ -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 }

@ -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"

@ -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!

@ -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"
os_pipe = "1"

@ -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"

@ -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!

@ -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"

@ -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!

@ -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"]
sqlite = [ "sqlx/sqlite" ]
mysql = [ "sqlx/mysql" ]
postgres = [ "sqlx/postgres" ]

@ -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": [

@ -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!

@ -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 }
thiserror = { workspace = true }

@ -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": [

@ -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!

@ -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"
rusty-fork = "0.3"

@ -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": [

@ -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!

@ -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"

@ -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"

@ -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!

@ -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" ]
rustls-tls = [ "reqwest/rustls-tls" ]

@ -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": [

@ -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!

@ -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]

@ -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"

@ -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!

@ -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 }

@ -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": [

@ -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!

@ -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 = [ ]

@ -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"

Loading…
Cancel
Save