Skip to content

Commit

Permalink
0.6.1
Browse files Browse the repository at this point in the history
Signed-off-by: benwis <[email protected]>
  • Loading branch information
benwis committed Jan 26, 2024
1 parent ac12e1a commit 2bf0938
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
26 changes: 13 additions & 13 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,22 +25,22 @@ members = [
exclude = ["benchmarks", "examples"]

[workspace.package]
version = "0.6.0"
version = "0.6.1"

[workspace.dependencies]
leptos = { path = "./leptos", version = "0.6.0" }
leptos_dom = { path = "./leptos_dom", version = "0.6.0" }
leptos_hot_reload = { path = "./leptos_hot_reload", version = "0.6.0" }
leptos_macro = { path = "./leptos_macro", version = "0.6.0" }
leptos_reactive = { path = "./leptos_reactive", version = "0.6.0" }
leptos_server = { path = "./leptos_server", version = "0.6.0" }
server_fn = { path = "./server_fn", version = "0.6.0" }
server_fn_macro = { path = "./server_fn_macro", version = "0.6.0" }
leptos = { path = "./leptos", version = "0.6.1" }
leptos_dom = { path = "./leptos_dom", version = "0.6.1" }
leptos_hot_reload = { path = "./leptos_hot_reload", version = "0.6.1" }
leptos_macro = { path = "./leptos_macro", version = "0.6.1" }
leptos_reactive = { path = "./leptos_reactive", version = "0.6.1" }
leptos_server = { path = "./leptos_server", version = "0.6.1" }
server_fn = { path = "./server_fn", version = "0.6.1" }
server_fn_macro = { path = "./server_fn_macro", version = "0.6.1" }
server_fn_macro_default = { path = "./server_fn/server_fn_macro_default", version = "0.6" }
leptos_config = { path = "./leptos_config", version = "0.6.0" }
leptos_router = { path = "./router", version = "0.6.0" }
leptos_meta = { path = "./meta", version = "0.6.0" }
leptos_integration_utils = { path = "./integrations/utils", version = "0.6.0" }
leptos_config = { path = "./leptos_config", version = "0.6.1" }
leptos_router = { path = "./router", version = "0.6.1" }
leptos_meta = { path = "./meta", version = "0.6.1" }
leptos_integration_utils = { path = "./integrations/utils", version = "0.6.1" }

[profile.release]
codegen-units = 1
Expand Down
2 changes: 1 addition & 1 deletion meta/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "leptos_meta"
version = "0.6.0"
version = "0.6.1"
edition = "2021"
authors = ["Greg Johnston"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion router/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "leptos_router"
version = "0.6.0"
version = "0.6.1"
edition = "2021"
authors = ["Greg Johnston"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion server_fn/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description = "RPC for any web framework."
readme = "../README.md"

[dependencies]
server_fn_macro_default = "0.6.0"
server_fn_macro_default = "0.6.1"
# used for hashing paths in #[server] macro
const_format = "0.2"
xxhash-rust = { version = "0.8", features = ["const_xxh64"] }
Expand Down

0 comments on commit 2bf0938

Please sign in to comment.