Skip to content

Commit 1524386

Browse files
committed
v0.8.4
1 parent 426b079 commit 1524386

File tree

10 files changed

+48
-48
lines changed

10 files changed

+48
-48
lines changed

Cargo.lock

Lines changed: 22 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ members = [
4040
exclude = ["benchmarks", "examples", "projects"]
4141

4242
[workspace.package]
43-
version = "0.8.3"
43+
version = "0.8.4"
4444
edition = "2021"
4545
rust-version = "1.88"
4646

@@ -51,26 +51,26 @@ any_spawner = { path = "./any_spawner/", version = "0.3.0" }
5151
const_str_slice_concat = { path = "./const_str_slice_concat", version = "0.1" }
5252
either_of = { path = "./either_of/", version = "0.1.6" }
5353
hydration_context = { path = "./hydration_context", version = "0.3.0" }
54-
leptos = { path = "./leptos", version = "0.8.3" }
55-
leptos_config = { path = "./leptos_config", version = "0.8.3" }
56-
leptos_dom = { path = "./leptos_dom", version = "0.8.3" }
57-
leptos_hot_reload = { path = "./leptos_hot_reload", version = "0.8.3" }
58-
leptos_integration_utils = { path = "./integrations/utils", version = "0.8.3" }
59-
leptos_macro = { path = "./leptos_macro", version = "0.8.3" }
60-
leptos_router = { path = "./router", version = "0.8.3" }
61-
leptos_router_macro = { path = "./router_macro", version = "0.8.3" }
62-
leptos_server = { path = "./leptos_server", version = "0.8.3" }
63-
leptos_meta = { path = "./meta", version = "0.8.3" }
54+
leptos = { path = "./leptos", version = "0.8.4" }
55+
leptos_config = { path = "./leptos_config", version = "0.8.4" }
56+
leptos_dom = { path = "./leptos_dom", version = "0.8.4" }
57+
leptos_hot_reload = { path = "./leptos_hot_reload", version = "0.8.4" }
58+
leptos_integration_utils = { path = "./integrations/utils", version = "0.8.4" }
59+
leptos_macro = { path = "./leptos_macro", version = "0.8.4" }
60+
leptos_router = { path = "./router", version = "0.8.4" }
61+
leptos_router_macro = { path = "./router_macro", version = "0.8.4" }
62+
leptos_server = { path = "./leptos_server", version = "0.8.4" }
63+
leptos_meta = { path = "./meta", version = "0.8.4" }
6464
next_tuple = { path = "./next_tuple", version = "0.1.0" }
6565
oco_ref = { path = "./oco", version = "0.2.0" }
6666
or_poisoned = { path = "./or_poisoned", version = "0.1.0" }
67-
reactive_graph = { path = "./reactive_graph", version = "0.2.3" }
68-
reactive_stores = { path = "./reactive_stores", version = "0.2.3" }
69-
reactive_stores_macro = { path = "./reactive_stores_macro", version = "0.2.3" }
70-
server_fn = { path = "./server_fn", version = "0.8.3" }
71-
server_fn_macro = { path = "./server_fn_macro", version = "0.8.3" }
72-
server_fn_macro_default = { path = "./server_fn/server_fn_macro_default", version = "0.8.3" }
73-
tachys = { path = "./tachys", version = "0.2.4" }
67+
reactive_graph = { path = "./reactive_graph", version = "0.2.4" }
68+
reactive_stores = { path = "./reactive_stores", version = "0.2.4" }
69+
reactive_stores_macro = { path = "./reactive_stores_macro", version = "0.2.4" }
70+
server_fn = { path = "./server_fn", version = "0.8.4" }
71+
server_fn_macro = { path = "./server_fn_macro", version = "0.8.4" }
72+
server_fn_macro_default = { path = "./server_fn/server_fn_macro_default", version = "0.8.4" }
73+
tachys = { path = "./tachys", version = "0.2.5" }
7474

7575
# members deps
7676
itertools = { default-features = false, version = "0.14.0" }

integrations/axum/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ authors = ["Greg Johnston"]
44
license = "MIT"
55
repository = "https://github.com/leptos-rs/leptos"
66
description = "Axum integrations for the Leptos web framework."
7-
version = "0.8.3"
7+
version = { workspace = true }
88
rust-version.workspace = true
99
edition.workspace = true
1010

meta/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "leptos_meta"
3-
version = "0.8.3"
3+
version = "0.8.4"
44
authors = ["Greg Johnston"]
55
license = "MIT"
66
repository = "https://github.com/leptos-rs/leptos"

reactive_graph/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "reactive_graph"
3-
version = "0.2.3"
3+
version = "0.2.4"
44
authors = ["Greg Johnston"]
55
license = "MIT"
66
readme = "../README.md"

reactive_stores/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "reactive_stores"
3-
version = "0.2.3"
3+
version = "0.2.4"
44
authors = ["Greg Johnston"]
55
license = "MIT"
66
readme = "../README.md"

reactive_stores_macro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "reactive_stores_macro"
3-
version = "0.2.3"
3+
version = "0.2.4"
44
authors = ["Greg Johnston"]
55
license = "MIT"
66
readme = "../README.md"

router/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "leptos_router"
3-
version = "0.8.3"
3+
version = "0.8.4"
44
authors = ["Greg Johnston", "Ben Wishovich"]
55
license = "MIT"
66
readme = "../README.md"

router_macro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "leptos_router_macro"
3-
version = "0.8.3"
3+
version = "0.8.4"
44
authors = ["Greg Johnston", "Ben Wishovich"]
55
license = "MIT"
66
readme = "../README.md"

tachys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tachys"
3-
version = "0.2.4"
3+
version = "0.2.5"
44
authors = ["Greg Johnston"]
55
license = "MIT"
66
readme = "../README.md"

0 commit comments

Comments
 (0)