Skip to content

Commit 779b2f2

Browse files
committed
chore: bump versions after recent release
1 parent 72e0abc commit 779b2f2

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,20 +49,20 @@ any_spawner = { path = "./any_spawner/", version = "0.3.0" }
4949
const_str_slice_concat = { path = "./const_str_slice_concat", version = "0.1" }
5050
either_of = { path = "./either_of/", version = "0.1.6" }
5151
hydration_context = { path = "./hydration_context", version = "0.3.0" }
52-
leptos = { path = "./leptos", version = "0.8.13" }
52+
leptos = { path = "./leptos", version = "0.8.14" }
5353
leptos_config = { path = "./leptos_config", version = "0.8.8" }
5454
leptos_dom = { path = "./leptos_dom", version = "0.8.7" }
5555
leptos_hot_reload = { path = "./leptos_hot_reload", version = "0.8.5" }
5656
leptos_integration_utils = { path = "./integrations/utils", version = "0.8.7" }
57-
leptos_macro = { path = "./leptos_macro", version = "0.8.11" }
57+
leptos_macro = { path = "./leptos_macro", version = "0.8.12" }
5858
leptos_router = { path = "./router", version = "0.8.10" }
5959
leptos_router_macro = { path = "./router_macro", version = "0.8.6" }
6060
leptos_server = { path = "./leptos_server", version = "0.8.6" }
6161
leptos_meta = { path = "./meta", version = "0.8.5" }
6262
next_tuple = { path = "./next_tuple", version = "0.1.0" }
6363
oco_ref = { path = "./oco", version = "0.2.1" }
6464
or_poisoned = { path = "./or_poisoned", version = "0.1.0" }
65-
reactive_graph = { path = "./reactive_graph", version = "0.2.10" }
65+
reactive_graph = { path = "./reactive_graph", version = "0.2.11" }
6666
reactive_stores = { path = "./reactive_stores", version = "0.3.0" }
6767
reactive_stores_macro = { path = "./reactive_stores_macro", version = "0.2.6" }
6868
server_fn = { path = "./server_fn", version = "0.8.8" }

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.13"
3+
version = "0.8.14"
44
authors = ["Greg Johnston"]
55
license = "MIT"
66
repository = "https://github.com/leptos-rs/leptos"

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

0 commit comments

Comments
 (0)