diff --git a/Cargo.toml b/Cargo.toml index 7e6814bf7..ee68e5cb8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,18 +20,18 @@ members = [ exclude = ["benchmarks", "examples"] [workspace.package] -version = "0.2.0-alpha" +version = "0.2.0-alpha2" [workspace.dependencies] -leptos = { path = "./leptos", default-features = false, version = "0.2.0-alpha" } -leptos_dom = { path = "./leptos_dom", default-features = false, version = "0.2.0-alpha" } -leptos_macro = { path = "./leptos_macro", default-features = false, version = "0.2.0-alpha" } -leptos_reactive = { path = "./leptos_reactive", default-features = false, version = "0.2.0-alpha" } -leptos_server = { path = "./leptos_server", default-features = false, version = "0.2.0-alpha" } -leptos_config = { path = "./leptos_config", default-features = false, version = "0.2.0-alpha" } -leptos_router = { path = "./router", version = "0.2.0-alpha" } -leptos_meta = { path = "./meta", default-feature = false, version = "0.2.0-alpha" } -leptos_integration_utils = { path = "./integrations/utils", version = "0.2.0-alpha" } +leptos = { path = "./leptos", default-features = false, version = "0.2.0-alpha2" } +leptos_dom = { path = "./leptos_dom", default-features = false, version = "0.2.0-alpha2" } +leptos_macro = { path = "./leptos_macro", default-features = false, version = "0.2.0-alpha2" } +leptos_reactive = { path = "./leptos_reactive", default-features = false, version = "0.2.0-alpha2" } +leptos_server = { path = "./leptos_server", default-features = false, version = "0.2.0-alpha2" } +leptos_config = { path = "./leptos_config", default-features = false, version = "0.2.0-alpha2" } +leptos_router = { path = "./router", version = "0.2.0-alpha2" } +leptos_meta = { path = "./meta", default-feature = false, version = "0.2.0-alpha2" } +leptos_integration_utils = { path = "./integrations/utils", version = "0.2.0-alpha2" } [profile.release] codegen-units = 1 diff --git a/integrations/utils/Cargo.toml b/integrations/utils/Cargo.toml index abdb96456..7e19f2fae 100644 --- a/integrations/utils/Cargo.toml +++ b/integrations/utils/Cargo.toml @@ -2,6 +2,10 @@ name = "leptos_integration_utils" version = { workspace = true } edition = "2021" +authors = ["Greg Johnston"] +license = "MIT" +repository = "https://github.com/leptos-rs/leptos" +description = "Utilities to help build server integrations for the Leptos web framework." [dependencies] futures = "0.3" diff --git a/meta/Cargo.toml b/meta/Cargo.toml index 9a882d3a7..9bdb85a3d 100644 --- a/meta/Cargo.toml +++ b/meta/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "leptos_meta" -version = "0.2.0-alpha" +version = "0.2.0-alpha2" edition = "2021" authors = ["Greg Johnston"] license = "MIT" diff --git a/router/Cargo.toml b/router/Cargo.toml index 5a1c6a2be..f7d2e6c03 100644 --- a/router/Cargo.toml +++ b/router/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "leptos_router" -version = "0.2.0-alpha" +version = "0.2.0-alpha2" edition = "2021" authors = ["Greg Johnston"] license = "MIT"