diff --git a/Cargo.toml b/Cargo.toml index 0efa7b7ddc..2647d15a07 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,36 +40,36 @@ members = [ exclude = ["benchmarks", "examples", "projects"] [workspace.package] -version = "0.7.0-gamma3" +version = "0.7.0-rc0" edition = "2021" rust-version = "1.76" [workspace.dependencies] -throw_error = { path = "./any_error/", version = "0.2.0-gamma3" } +throw_error = { path = "./any_error/", version = "0.2.0-rc0" } any_spawner = { path = "./any_spawner/", version = "0.1.0" } const_str_slice_concat = { path = "./const_str_slice_concat", version = "0.1.0" } either_of = { path = "./either_of/", version = "0.1.0" } -hydration_context = { path = "./hydration_context", version = "0.2.0-gamma3" } -leptos = { path = "./leptos", version = "0.7.0-gamma3" } -leptos_config = { path = "./leptos_config", version = "0.7.0-gamma3" } -leptos_dom = { path = "./leptos_dom", version = "0.7.0-gamma3" } -leptos_hot_reload = { path = "./leptos_hot_reload", version = "0.7.0-gamma3" } -leptos_integration_utils = { path = "./integrations/utils", version = "0.7.0-gamma3" } -leptos_macro = { path = "./leptos_macro", version = "0.7.0-gamma3" } -leptos_router = { path = "./router", version = "0.7.0-gamma3" } -leptos_router_macro = { path = "./router_macro", version = "0.7.0-gamma3" } -leptos_server = { path = "./leptos_server", version = "0.7.0-gamma3" } -leptos_meta = { path = "./meta", version = "0.7.0-gamma3" } -next_tuple = { path = "./next_tuple", version = "0.1.0-gamma3" } +hydration_context = { path = "./hydration_context", version = "0.2.0-rc0" } +leptos = { path = "./leptos", version = "0.7.0-rc0" } +leptos_config = { path = "./leptos_config", version = "0.7.0-rc0" } +leptos_dom = { path = "./leptos_dom", version = "0.7.0-rc0" } +leptos_hot_reload = { path = "./leptos_hot_reload", version = "0.7.0-rc0" } +leptos_integration_utils = { path = "./integrations/utils", version = "0.7.0-rc0" } +leptos_macro = { path = "./leptos_macro", version = "0.7.0-rc0" } +leptos_router = { path = "./router", version = "0.7.0-rc0" } +leptos_router_macro = { path = "./router_macro", version = "0.7.0-rc0" } +leptos_server = { path = "./leptos_server", version = "0.7.0-rc0" } +leptos_meta = { path = "./meta", version = "0.7.0-rc0" } +next_tuple = { path = "./next_tuple", version = "0.1.0-rc0" } oco_ref = { path = "./oco", version = "0.2.0" } or_poisoned = { path = "./or_poisoned", version = "0.1.0" } -reactive_graph = { path = "./reactive_graph", version = "0.1.0-gamma3" } -reactive_stores = { path = "./reactive_stores", version = "0.1.0-gamma3" } -reactive_stores_macro = { path = "./reactive_stores_macro", version = "0.1.0-gamma3" } -server_fn = { path = "./server_fn", version = "0.7.0-gamma3" } -server_fn_macro = { path = "./server_fn_macro", version = "0.7.0-gamma3" } -server_fn_macro_default = { path = "./server_fn/server_fn_macro_default", version = "0.7.0-gamma3" } -tachys = { path = "./tachys", version = "0.1.0-gamma3" } +reactive_graph = { path = "./reactive_graph", version = "0.1.0-rc0" } +reactive_stores = { path = "./reactive_stores", version = "0.1.0-rc0" } +reactive_stores_macro = { path = "./reactive_stores_macro", version = "0.1.0-rc0" } +server_fn = { path = "./server_fn", version = "0.7.0-rc0" } +server_fn_macro = { path = "./server_fn_macro", version = "0.7.0-rc0" } +server_fn_macro_default = { path = "./server_fn/server_fn_macro_default", version = "0.7.0-rc0" } +tachys = { path = "./tachys", version = "0.1.0-rc0" } [profile.release] codegen-units = 1 diff --git a/any_error/Cargo.toml b/any_error/Cargo.toml index d4782c3974..6d8cdc3fad 100644 --- a/any_error/Cargo.toml +++ b/any_error/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "throw_error" -version = "0.2.0-gamma3" +version = "0.2.0-rc0" authors = ["Greg Johnston"] license = "MIT" readme = "../README.md" diff --git a/hydration_context/Cargo.toml b/hydration_context/Cargo.toml index 5745a2c2d8..7f64672e7c 100644 --- a/hydration_context/Cargo.toml +++ b/hydration_context/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hydration_context" -version = "0.2.0-gamma3" +version = "0.2.0-rc0" authors = ["Greg Johnston"] license = "MIT" readme = "../README.md" diff --git a/leptos_macro/Cargo.toml b/leptos_macro/Cargo.toml index 275541094c..395dd2e0cf 100644 --- a/leptos_macro/Cargo.toml +++ b/leptos_macro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "leptos_macro" -version = "0.7.0-gamma3" +version = "0.7.0-rc0" authors = ["Greg Johnston"] license = "MIT" repository = "https://github.com/leptos-rs/leptos" diff --git a/meta/Cargo.toml b/meta/Cargo.toml index 0946cdf4b6..8987148a16 100644 --- a/meta/Cargo.toml +++ b/meta/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "leptos_meta" -version = "0.7.0-gamma3" +version = "0.7.0-rc0" authors = ["Greg Johnston"] license = "MIT" repository = "https://github.com/leptos-rs/leptos" diff --git a/next_tuple/Cargo.toml b/next_tuple/Cargo.toml index edaba8bd10..36c42fefcb 100644 --- a/next_tuple/Cargo.toml +++ b/next_tuple/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "next_tuple" -version = "0.1.0-gamma3" +version = "0.1.0-rc0" authors = ["Greg Johnston"] license = "MIT" readme = "../README.md" diff --git a/reactive_graph/Cargo.toml b/reactive_graph/Cargo.toml index 74e631c7c4..14f96c019a 100644 --- a/reactive_graph/Cargo.toml +++ b/reactive_graph/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reactive_graph" -version = "0.1.0-gamma3" +version = "0.1.0-rc0" authors = ["Greg Johnston"] license = "MIT" readme = "../README.md" diff --git a/reactive_stores/Cargo.toml b/reactive_stores/Cargo.toml index b5cf4b418a..258feb63d4 100644 --- a/reactive_stores/Cargo.toml +++ b/reactive_stores/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reactive_stores" -version = "0.1.0-gamma3" +version = "0.1.0-rc0" authors = ["Greg Johnston"] license = "MIT" readme = "../README.md" diff --git a/reactive_stores_macro/Cargo.toml b/reactive_stores_macro/Cargo.toml index f7030c3721..700c123863 100644 --- a/reactive_stores_macro/Cargo.toml +++ b/reactive_stores_macro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reactive_stores_macro" -version = "0.1.0-gamma3" +version = "0.1.0-rc0" authors = ["Greg Johnston"] license = "MIT" readme = "../README.md" diff --git a/router/Cargo.toml b/router/Cargo.toml index 18f393a899..373fd46398 100644 --- a/router/Cargo.toml +++ b/router/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "leptos_router" -version = "0.7.0-gamma3" +version = "0.7.0-rc0" authors = ["Greg Johnston", "Ben Wishovich"] license = "MIT" readme = "../README.md" diff --git a/router_macro/Cargo.toml b/router_macro/Cargo.toml index f36eeed9ac..60c89a999a 100644 --- a/router_macro/Cargo.toml +++ b/router_macro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "leptos_router_macro" -version = "0.7.0-gamma3" +version = "0.7.0-rc0" authors = ["Greg Johnston", "Ben Wishovich"] license = "MIT" readme = "../README.md" diff --git a/tachys/Cargo.toml b/tachys/Cargo.toml index c8e027320e..94a628848b 100644 --- a/tachys/Cargo.toml +++ b/tachys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tachys" -version = "0.1.0-gamma3" +version = "0.1.0-rc0" authors = ["Greg Johnston"] license = "MIT" readme = "../README.md"