Skip to content

Commit 646cfc1

Browse files
committed
leptos v0.8.9
1 parent 62977a6 commit 646cfc1

File tree

8 files changed

+18
-18
lines changed

8 files changed

+18
-18
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,28 +50,28 @@ any_spawner = { path = "./any_spawner/", version = "0.3.0" }
5050
const_str_slice_concat = { path = "./const_str_slice_concat", version = "0.1" }
5151
either_of = { path = "./either_of/", version = "0.1.6" }
5252
hydration_context = { path = "./hydration_context", version = "0.3.0" }
53-
leptos = { path = "./leptos", version = "0.8.8" }
53+
leptos = { path = "./leptos", version = "0.8.9" }
5454
leptos_config = { path = "./leptos_config", version = "0.8.7" }
5555
leptos_dom = { path = "./leptos_dom", version = "0.8.6" }
5656
leptos_hot_reload = { path = "./leptos_hot_reload", version = "0.8.5" }
5757
leptos_integration_utils = { path = "./integrations/utils", version = "0.8.5" }
5858
leptos_macro = { path = "./leptos_macro", version = "0.8.8" }
59-
leptos_router = { path = "./router", version = "0.8.6" }
59+
leptos_router = { path = "./router", version = "0.8.7" }
6060
leptos_router_macro = { path = "./router_macro", version = "0.8.5" }
6161
leptos_server = { path = "./leptos_server", version = "0.8.5" }
6262
leptos_meta = { path = "./meta", version = "0.8.5" }
6363
next_tuple = { path = "./next_tuple", version = "0.1.0" }
6464
oco_ref = { path = "./oco", version = "0.2.1" }
6565
or_poisoned = { path = "./or_poisoned", version = "0.1.0" }
66-
reactive_graph = { path = "./reactive_graph", version = "0.2.6" }
66+
reactive_graph = { path = "./reactive_graph", version = "0.2.7" }
6767
reactive_stores = { path = "./reactive_stores", version = "0.2.5" }
6868
reactive_stores_macro = { path = "./reactive_stores_macro", version = "0.2.6" }
69-
server_fn = { path = "./server_fn", version = "0.8.6" }
69+
server_fn = { path = "./server_fn", version = "0.8.7" }
7070
server_fn_macro = { path = "./server_fn_macro", version = "0.8.7" }
7171
server_fn_macro_default = { path = "./server_fn/server_fn_macro_default", version = "0.8.5" }
72-
tachys = { path = "./tachys", version = "0.2.7" }
72+
tachys = { path = "./tachys", version = "0.2.8" }
7373
wasm_split_helpers = { path = "./wasm_split", version = "0.1.2" }
74-
wasm_split_macros = { path = "./wasm_split_macros", version = "0.1.2" }
74+
wasm_split_macros = { path = "./wasm_split_macros", version = "0.1.3" }
7575

7676
# members deps
7777
async-once-cell = { default-features = false, version = "0.5.3" }

leptos/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"
3-
version = "0.8.8"
3+
version = "0.8.9"
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.6"
3+
version = "0.2.7"
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.6"
3+
version = "0.8.7"
44
authors = ["Greg Johnston", "Ben Wishovich"]
55
license = "MIT"
66
readme = "../README.md"

server_fn/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ license = "MIT"
55
repository = "https://github.com/leptos-rs/leptos"
66
description = "RPC for any web framework."
77
readme = "../README.md"
8-
version = "0.8.6"
8+
version = "0.8.7"
99
rust-version.workspace = true
1010
edition.workspace = true
1111

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.7"
3+
version = "0.2.8"
44
authors = ["Greg Johnston"]
55
license = "MIT"
66
readme = "../README.md"

wasm_split_macros/Cargo.toml

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

0 commit comments

Comments
 (0)