chore: publish patch releases

This commit is contained in:
Greg Johnston
2025-09-29 15:21:22 -04:00
parent a453b7d1bd
commit bbf5bf9170
9 changed files with 42 additions and 33 deletions

41
Cargo.lock generated
View File

@@ -903,12 +903,14 @@ dependencies = [
[[package]]
name = "dioxus-cli-config"
version = "0.7.0-rc.0"
source = "git+https://github.com/dioxuslabs/dioxus#2e7e0696a320a2a98a07e405603f59c8296b0b42"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8cec511d8a05ed60071bb0088f07ec40325faf27a608fa19d65befdd842b57f"
[[package]]
name = "dioxus-core"
version = "0.7.0-rc.0"
source = "git+https://github.com/dioxuslabs/dioxus#2e7e0696a320a2a98a07e405603f59c8296b0b42"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07b55eccaa5c4f35f1755ea18a5716fe8ecba60ff1f25c52be6ceda2e6a52eb6"
dependencies = [
"const_format",
"dioxus-core-types",
@@ -929,12 +931,14 @@ dependencies = [
[[package]]
name = "dioxus-core-types"
version = "0.7.0-rc.0"
source = "git+https://github.com/dioxuslabs/dioxus#2e7e0696a320a2a98a07e405603f59c8296b0b42"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0ef2a94b4ceb8f7a39f56a539d07e82b0358a49a0b95028ad48635975df29d7"
[[package]]
name = "dioxus-devtools"
version = "0.7.0-rc.0"
source = "git+https://github.com/dioxuslabs/dioxus#2e7e0696a320a2a98a07e405603f59c8296b0b42"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "60af4e129968ab1713471ed0b29c3eefa4e8e09252429487d7a581e93c7ecfe5"
dependencies = [
"dioxus-cli-config",
"dioxus-core",
@@ -952,7 +956,8 @@ dependencies = [
[[package]]
name = "dioxus-devtools-types"
version = "0.7.0-rc.0"
source = "git+https://github.com/dioxuslabs/dioxus#2e7e0696a320a2a98a07e405603f59c8296b0b42"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64274704b6a8d018112473cdce0b3db1dcccfa79bde445223592fe4e396ff5ef"
dependencies = [
"dioxus-core",
"serde",
@@ -962,7 +967,8 @@ dependencies = [
[[package]]
name = "dioxus-signals"
version = "0.7.0-rc.0"
source = "git+https://github.com/dioxuslabs/dioxus#2e7e0696a320a2a98a07e405603f59c8296b0b42"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d1d0e70a8da969c0404f5ef8cf6f47042bea55608b582079f3ea3d9fff46125c"
dependencies = [
"dioxus-core",
"futures-channel",
@@ -1239,7 +1245,8 @@ dependencies = [
[[package]]
name = "generational-box"
version = "0.7.0-rc.0"
source = "git+https://github.com/dioxuslabs/dioxus#2e7e0696a320a2a98a07e405603f59c8296b0b42"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb058e0358ff765e719ab3e61629c5090fedb6a6ccf66479de21440a33d7f084"
dependencies = [
"parking_lot",
"tracing",
@@ -1873,7 +1880,7 @@ checksum = "d4345964bb142484797b161f473a503a434de77149dd8c7427788c6e13379388"
[[package]]
name = "leptos"
version = "0.8.9"
version = "0.8.10"
dependencies = [
"any_spawner",
"base64",
@@ -1994,7 +2001,7 @@ dependencies = [
[[package]]
name = "leptos_dom"
version = "0.8.6"
version = "0.8.7"
dependencies = [
"js-sys",
"leptos",
@@ -2027,7 +2034,7 @@ dependencies = [
[[package]]
name = "leptos_integration_utils"
version = "0.8.5"
version = "0.8.6"
dependencies = [
"futures",
"hydration_context",
@@ -2040,7 +2047,7 @@ dependencies = [
[[package]]
name = "leptos_macro"
version = "0.8.8"
version = "0.8.9"
dependencies = [
"attribute-derive",
"cfg-if",
@@ -2084,7 +2091,7 @@ dependencies = [
[[package]]
name = "leptos_router"
version = "0.8.7"
version = "0.8.8"
dependencies = [
"any_spawner",
"either_of",
@@ -2868,7 +2875,7 @@ dependencies = [
[[package]]
name = "reactive_graph"
version = "0.2.7"
version = "0.2.8"
dependencies = [
"any_spawner",
"async-lock",
@@ -3638,7 +3645,8 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
[[package]]
name = "subsecond"
version = "0.7.0-rc.0"
source = "git+https://github.com/dioxuslabs/dioxus#2e7e0696a320a2a98a07e405603f59c8296b0b42"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b14ed4d86ab065ffbfdb994fd3e44daf5244b02cb643bd52949d74b703f36605"
dependencies = [
"js-sys",
"libc",
@@ -3656,7 +3664,8 @@ dependencies = [
[[package]]
name = "subsecond-types"
version = "0.7.0-rc.0"
source = "git+https://github.com/dioxuslabs/dioxus#2e7e0696a320a2a98a07e405603f59c8296b0b42"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "275920a8a5634e47e12253971db85946798795bbe4d9dfc1debf23533d823983"
dependencies = [
"serde",
]
@@ -3735,7 +3744,7 @@ dependencies = [
[[package]]
name = "tachys"
version = "0.2.8"
version = "0.2.9"
dependencies = [
"any_spawner",
"async-trait",

View File

@@ -50,26 +50,26 @@ any_spawner = { path = "./any_spawner/", version = "0.3.0" }
const_str_slice_concat = { path = "./const_str_slice_concat", version = "0.1" }
either_of = { path = "./either_of/", version = "0.1.6" }
hydration_context = { path = "./hydration_context", version = "0.3.0" }
leptos = { path = "./leptos", version = "0.8.9" }
leptos = { path = "./leptos", version = "0.8.10" }
leptos_config = { path = "./leptos_config", version = "0.8.7" }
leptos_dom = { path = "./leptos_dom", version = "0.8.6" }
leptos_dom = { path = "./leptos_dom", version = "0.8.7" }
leptos_hot_reload = { path = "./leptos_hot_reload", version = "0.8.5" }
leptos_integration_utils = { path = "./integrations/utils", version = "0.8.5" }
leptos_macro = { path = "./leptos_macro", version = "0.8.8" }
leptos_router = { path = "./router", version = "0.8.7" }
leptos_integration_utils = { path = "./integrations/utils", version = "0.8.6" }
leptos_macro = { path = "./leptos_macro", version = "0.8.9" }
leptos_router = { path = "./router", version = "0.8.8" }
leptos_router_macro = { path = "./router_macro", version = "0.8.5" }
leptos_server = { path = "./leptos_server", version = "0.8.5" }
leptos_meta = { path = "./meta", version = "0.8.5" }
next_tuple = { path = "./next_tuple", version = "0.1.0" }
oco_ref = { path = "./oco", version = "0.2.1" }
or_poisoned = { path = "./or_poisoned", version = "0.1.0" }
reactive_graph = { path = "./reactive_graph", version = "0.2.7" }
reactive_graph = { path = "./reactive_graph", version = "0.2.8" }
reactive_stores = { path = "./reactive_stores", version = "0.2.5" }
reactive_stores_macro = { path = "./reactive_stores_macro", version = "0.2.6" }
server_fn = { path = "./server_fn", version = "0.8.7" }
server_fn_macro = { path = "./server_fn_macro", version = "0.8.7" }
server_fn_macro_default = { path = "./server_fn/server_fn_macro_default", version = "0.8.5" }
tachys = { path = "./tachys", version = "0.2.8" }
tachys = { path = "./tachys", version = "0.2.9" }
wasm_split_helpers = { path = "./wasm_split", version = "0.1.2" }
wasm_split_macros = { path = "./wasm_split_macros", version = "0.1.3" }
@@ -170,9 +170,9 @@ async-lock = { default-features = false, version = "3.4.1" }
base16 = { default-features = false, version = "0.2.1" }
digest = { default-features = false, version = "0.10.7" }
sha2 = { default-features = false, version = "0.10.8" }
subsecond = { default-features = false, git = "https://github.com/dioxuslabs/dioxus" }
dioxus-cli-config = { default-features = false, git = "https://github.com/dioxuslabs/dioxus" }
dioxus-devtools = { default-features = false, git = "https://github.com/dioxuslabs/dioxus" }
subsecond = { default-features = false, version = "0.7.0-rc.0" }
dioxus-cli-config = { default-features = false, version = "0.7.0-rc.0" }
dioxus-devtools = { default-features = false, version = "0.7.0-rc.0" }
[profile.release]
codegen-units = 1

View File

@@ -4,7 +4,7 @@ authors = ["Greg Johnston"]
license = "MIT"
repository = "https://github.com/leptos-rs/leptos"
description = "Utilities to help build server integrations for the Leptos web framework."
version = "0.8.5"
version = "0.8.6"
rust-version.workspace = true
edition.workspace = true

View File

@@ -1,6 +1,6 @@
[package]
name = "leptos"
version = "0.8.9"
version = "0.8.10"
authors = ["Greg Johnston"]
license = "MIT"
repository = "https://github.com/leptos-rs/leptos"

View File

@@ -1,6 +1,6 @@
[package]
name = "leptos_dom"
version = "0.8.6"
version = "0.8.7"
authors = ["Greg Johnston"]
license = "MIT"
repository = "https://github.com/leptos-rs/leptos"

View File

@@ -1,6 +1,6 @@
[package]
name = "leptos_macro"
version = "0.8.8"
version = "0.8.9"
authors = ["Greg Johnston"]
license = "MIT"
repository = "https://github.com/leptos-rs/leptos"

View File

@@ -1,6 +1,6 @@
[package]
name = "reactive_graph"
version = "0.2.7"
version = "0.2.8"
authors = ["Greg Johnston"]
license = "MIT"
readme = "../README.md"

View File

@@ -1,6 +1,6 @@
[package]
name = "leptos_router"
version = "0.8.7"
version = "0.8.8"
authors = ["Greg Johnston", "Ben Wishovich"]
license = "MIT"
readme = "../README.md"

View File

@@ -1,6 +1,6 @@
[package]
name = "tachys"
version = "0.2.8"
version = "0.2.9"
authors = ["Greg Johnston"]
license = "MIT"
readme = "../README.md"