Skip to content

Commit b54f80f

Browse files
committed
chore: publish new patch releases for changed packages
1 parent a48a299 commit b54f80f

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ 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.7" }
54-
leptos_config = { path = "./leptos_config", version = "0.8.6" }
53+
leptos = { path = "./leptos", version = "0.8.8" }
54+
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" }

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

leptos_config/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 = "Configuration for the Leptos 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

0 commit comments

Comments
 (0)