diff --git a/Cargo.lock b/Cargo.lock index 0b498e783..e2813ab57 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1920,7 +1920,7 @@ checksum = "d4345964bb142484797b161f473a503a434de77149dd8c7427788c6e13379388" [[package]] name = "leptos" -version = "0.8.12" +version = "0.8.13" dependencies = [ "any_spawner", "base64", @@ -2004,7 +2004,7 @@ dependencies = [ [[package]] name = "leptos_axum" -version = "0.8.6" +version = "0.8.7" dependencies = [ "any_spawner", "axum", @@ -2027,7 +2027,7 @@ dependencies = [ [[package]] name = "leptos_config" -version = "0.8.7" +version = "0.8.8" dependencies = [ "config", "regex", @@ -2074,7 +2074,7 @@ dependencies = [ [[package]] name = "leptos_integration_utils" -version = "0.8.6" +version = "0.8.7" dependencies = [ "futures", "hydration_context", @@ -2131,7 +2131,7 @@ dependencies = [ [[package]] name = "leptos_router" -version = "0.8.9" +version = "0.8.10" dependencies = [ "any_spawner", "either_of", @@ -2168,7 +2168,7 @@ dependencies = [ [[package]] name = "leptos_server" -version = "0.8.5" +version = "0.8.6" dependencies = [ "any_spawner", "base64", @@ -2915,7 +2915,7 @@ dependencies = [ [[package]] name = "reactive_graph" -version = "0.2.9" +version = "0.2.10" dependencies = [ "any_spawner", "async-lock", @@ -3793,7 +3793,7 @@ dependencies = [ [[package]] name = "tachys" -version = "0.2.10" +version = "0.2.11" dependencies = [ "any_spawner", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index cd27cfc40..3320f22c6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,26 +49,26 @@ any_spawner = { path = "./any_spawner/", version = "0.3.0" } const_str_slice_concat = { path = "./const_str_slice_concat", version = "0.1" } either_of = { path = "./either_of/", version = "0.1.6" } hydration_context = { path = "./hydration_context", version = "0.3.0" } -leptos = { path = "./leptos", version = "0.8.12" } -leptos_config = { path = "./leptos_config", version = "0.8.7" } +leptos = { path = "./leptos", version = "0.8.13" } +leptos_config = { path = "./leptos_config", version = "0.8.8" } leptos_dom = { path = "./leptos_dom", version = "0.8.7" } leptos_hot_reload = { path = "./leptos_hot_reload", version = "0.8.5" } -leptos_integration_utils = { path = "./integrations/utils", version = "0.8.6" } +leptos_integration_utils = { path = "./integrations/utils", version = "0.8.7" } leptos_macro = { path = "./leptos_macro", version = "0.8.11" } -leptos_router = { path = "./router", version = "0.8.9" } +leptos_router = { path = "./router", version = "0.8.10" } leptos_router_macro = { path = "./router_macro", version = "0.8.6" } -leptos_server = { path = "./leptos_server", version = "0.8.5" } +leptos_server = { path = "./leptos_server", version = "0.8.6" } leptos_meta = { path = "./meta", version = "0.8.5" } next_tuple = { path = "./next_tuple", version = "0.1.0" } oco_ref = { path = "./oco", version = "0.2.1" } or_poisoned = { path = "./or_poisoned", version = "0.1.0" } -reactive_graph = { path = "./reactive_graph", version = "0.2.9" } +reactive_graph = { path = "./reactive_graph", version = "0.2.10" } reactive_stores = { path = "./reactive_stores", version = "0.3.0" } reactive_stores_macro = { path = "./reactive_stores_macro", version = "0.2.6" } server_fn = { path = "./server_fn", version = "0.8.8" } server_fn_macro = { path = "./server_fn_macro", version = "0.8.8" } server_fn_macro_default = { path = "./server_fn/server_fn_macro_default", version = "0.8.5" } -tachys = { path = "./tachys", version = "0.2.10" } +tachys = { path = "./tachys", version = "0.2.11" } # members deps async-once-cell = { default-features = false, version = "0.5.3" } diff --git a/integrations/axum/Cargo.toml b/integrations/axum/Cargo.toml index 3e1edd697..b733a75c2 100644 --- a/integrations/axum/Cargo.toml +++ b/integrations/axum/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Greg Johnston"] license = "MIT" repository = "https://github.com/leptos-rs/leptos" description = "Axum integrations for the Leptos web framework." -version = "0.8.6" +version = "0.8.7" rust-version.workspace = true edition.workspace = true diff --git a/integrations/utils/Cargo.toml b/integrations/utils/Cargo.toml index e497f5852..61f8abac2 100644 --- a/integrations/utils/Cargo.toml +++ b/integrations/utils/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Greg Johnston"] license = "MIT" repository = "https://github.com/leptos-rs/leptos" description = "Utilities to help build server integrations for the Leptos web framework." -version = "0.8.6" +version = "0.8.7" rust-version.workspace = true edition.workspace = true diff --git a/leptos/Cargo.toml b/leptos/Cargo.toml index b5a3cc4a0..79e443ac3 100644 --- a/leptos/Cargo.toml +++ b/leptos/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "leptos" -version = "0.8.12" +version = "0.8.13" authors = ["Greg Johnston"] license = "MIT" repository = "https://github.com/leptos-rs/leptos" diff --git a/leptos_config/Cargo.toml b/leptos_config/Cargo.toml index 3794323fd..8f764d58a 100644 --- a/leptos_config/Cargo.toml +++ b/leptos_config/Cargo.toml @@ -5,7 +5,7 @@ license = "MIT" repository = "https://github.com/leptos-rs/leptos" description = "Configuration for the Leptos web framework." readme = "../README.md" -version = "0.8.7" +version = "0.8.8" rust-version.workspace = true edition.workspace = true diff --git a/leptos_server/Cargo.toml b/leptos_server/Cargo.toml index 70b03224a..225b969a1 100644 --- a/leptos_server/Cargo.toml +++ b/leptos_server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "leptos_server" -version = "0.8.5" +version = "0.8.6" authors = ["Greg Johnston"] license = "MIT" repository = "https://github.com/leptos-rs/leptos" diff --git a/reactive_graph/Cargo.toml b/reactive_graph/Cargo.toml index 3a40dfb69..66fa8a986 100644 --- a/reactive_graph/Cargo.toml +++ b/reactive_graph/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reactive_graph" -version = "0.2.9" +version = "0.2.10" authors = ["Greg Johnston"] license = "MIT" readme = "../README.md" diff --git a/router/Cargo.toml b/router/Cargo.toml index e808747e5..e4fa87902 100644 --- a/router/Cargo.toml +++ b/router/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "leptos_router" -version = "0.8.9" +version = "0.8.10" authors = ["Greg Johnston", "Ben Wishovich"] license = "MIT" readme = "../README.md" diff --git a/tachys/Cargo.toml b/tachys/Cargo.toml index aa75106e3..00cbc8f25 100644 --- a/tachys/Cargo.toml +++ b/tachys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tachys" -version = "0.2.10" +version = "0.2.11" authors = ["Greg Johnston"] license = "MIT" readme = "../README.md"