From b95a79240e1e8027b5b04a3fa2afd3e6d03e1ae6 Mon Sep 17 00:00:00 2001 From: Greg Johnston Date: Tue, 28 Nov 2023 18:46:51 -0500 Subject: [PATCH] `v0.5.4` --- Cargo.toml | 28 ++++++++++++++-------------- integrations/axum/src/lib.rs | 2 +- meta/Cargo.toml | 2 +- router/Cargo.toml | 2 +- 4 files changed, 17 insertions(+), 17 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9e8b73ceb..c044ac8cc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,22 +26,22 @@ members = [ exclude = ["benchmarks", "examples"] [workspace.package] -version = "0.5.3" +version = "0.5.4" [workspace.dependencies] -leptos = { path = "./leptos", version = "0.5.3" } -leptos_dom = { path = "./leptos_dom", version = "0.5.3" } -leptos_hot_reload = { path = "./leptos_hot_reload", version = "0.5.3" } -leptos_macro = { path = "./leptos_macro", version = "0.5.3" } -leptos_reactive = { path = "./leptos_reactive", version = "0.5.3" } -leptos_server = { path = "./leptos_server", version = "0.5.3" } -server_fn = { path = "./server_fn", version = "0.5.3" } -server_fn_macro = { path = "./server_fn_macro", version = "0.5.3" } -server_fn_macro_default = { path = "./server_fn/server_fn_macro_default", version = "0.5.3" } -leptos_config = { path = "./leptos_config", version = "0.5.3" } -leptos_router = { path = "./router", version = "0.5.3" } -leptos_meta = { path = "./meta", version = "0.5.3" } -leptos_integration_utils = { path = "./integrations/utils", version = "0.5.3" } +leptos = { path = "./leptos", version = "0.5.4" } +leptos_dom = { path = "./leptos_dom", version = "0.5.4" } +leptos_hot_reload = { path = "./leptos_hot_reload", version = "0.5.4" } +leptos_macro = { path = "./leptos_macro", version = "0.5.4" } +leptos_reactive = { path = "./leptos_reactive", version = "0.5.4" } +leptos_server = { path = "./leptos_server", version = "0.5.4" } +server_fn = { path = "./server_fn", version = "0.5.4" } +server_fn_macro = { path = "./server_fn_macro", version = "0.5.4" } +server_fn_macro_default = { path = "./server_fn/server_fn_macro_default", version = "0.5.4" } +leptos_config = { path = "./leptos_config", version = "0.5.4" } +leptos_router = { path = "./router", version = "0.5.4" } +leptos_meta = { path = "./meta", version = "0.5.4" } +leptos_integration_utils = { path = "./integrations/utils", version = "0.5.4" } [profile.release] codegen-units = 1 diff --git a/integrations/axum/src/lib.rs b/integrations/axum/src/lib.rs index 11faed98b..2eb9a9509 100644 --- a/integrations/axum/src/lib.rs +++ b/integrations/axum/src/lib.rs @@ -7,7 +7,7 @@ //! To run in this environment, you need to disable the default feature set and enable //! the `wasm` feature on `leptos_axum` in your `Cargo.toml`. //! ```toml -//! leptos_axum = { version = "0.5.3", default-features = false, features = ["wasm"] } +//! leptos_axum = { version = "0.5.4", default-features = false, features = ["wasm"] } //! ``` //! //! ## Features diff --git a/meta/Cargo.toml b/meta/Cargo.toml index 22f653012..29e4882be 100644 --- a/meta/Cargo.toml +++ b/meta/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "leptos_meta" -version = "0.5.3" +version = "0.5.4" edition = "2021" authors = ["Greg Johnston"] license = "MIT" diff --git a/router/Cargo.toml b/router/Cargo.toml index 5fa91bb07..5efb136b4 100644 --- a/router/Cargo.toml +++ b/router/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "leptos_router" -version = "0.5.3" +version = "0.5.4" edition = "2021" authors = ["Greg Johnston"] license = "MIT"